This commit is contained in:
2024-03-17 23:27:15 +01:00
commit 0a3680ec62
102 changed files with 244989 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"includeFirstLineAsNoteHeading": false,
"excludeFirstLineInNote": false,
"openNewNote": true,
"headingFormat": "#",
"newFileLocation": 1,
"customFolder": "1.daily_notes/{{date:YYYY/MM-MMMM}}",
"fileNamePrefix": "📝 {{date:DD-MM-YYYY}}",
"transcludeByDefault": true,
"noteLinkTemplate": "",
"refactoredNoteTemplate": "{{date:DD-MM-YYYY}}\n- - -\n# {{new_note_title}} - {{title}}\n- - -\n{{new_note_content}}\n- - -\n{{title}} {{link}}",
"normalizeHeaderLevels": true
}