Initial commit
This commit is contained in:
11
.obsidian/plugins/note-refactor-obsidian/data.json
vendored
Normal file
11
.obsidian/plugins/note-refactor-obsidian/data.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"includeFirstLineAsNoteHeading": false,
|
||||
"excludeFirstLineInNote": true,
|
||||
"headingFormat": "",
|
||||
"newFileLocation": 2,
|
||||
"customFolder": "0-Inbox",
|
||||
"fileNamePrefix": "",
|
||||
"transcludeByDefault": false,
|
||||
"noteLinkTemplate": "{{new_note_link}}",
|
||||
"refactoredNoteTemplate": "# {{new_note_title}}\n\n{{new_note_content}}"
|
||||
}
|
||||
6731
.obsidian/plugins/note-refactor-obsidian/main.js
vendored
Normal file
6731
.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.7.1",
|
||||
"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