data
This commit is contained in:
13
.obsidian/plugins/note-refactor-obsidian/data.json
vendored
Normal file
13
.obsidian/plugins/note-refactor-obsidian/data.json
vendored
Normal 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
|
||||
}
|
||||
6816
.obsidian/plugins/note-refactor-obsidian/main.js
vendored
Normal file
6816
.obsidian/plugins/note-refactor-obsidian/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
9
.obsidian/plugins/note-refactor-obsidian/manifest.json
vendored
Normal file
9
.obsidian/plugins/note-refactor-obsidian/manifest.json
vendored
Normal 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"
|
||||
}
|
||||
7
.obsidian/plugins/note-refactor-obsidian/styles.css
vendored
Normal file
7
.obsidian/plugins/note-refactor-obsidian/styles.css
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
.note-refactor-filename .setting-item-info {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.note-refactor-filename .setting-item-name {
|
||||
padding-top: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user