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
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,9 @@
{
"id": "note-refactor-obsidian",
"name": "Note Refactor",
"version": "1.8.2",
"description": "Extract note content into new notes and split notes",
"isDesktopOnly": false,
"js": "main.js",
"css": "style.css"
}

View File

@@ -0,0 +1,7 @@
.note-refactor-filename .setting-item-info {
margin-right: 0;
}
.note-refactor-filename .setting-item-name {
padding-top: 10px;
}