feature: add a starter kit
This commit is contained in:
1
.obsidian/plugins/note-refactor-obsidian/data.json
vendored
Normal file
1
.obsidian/plugins/note-refactor-obsidian/data.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"includeFirstLineAsNoteHeading":true,"excludeFirstLineInNote":false,"headingFormat":"#","newFileLocation":2,"customFolder":"zettelkasten","fileNamePrefix":"","transcludeByDefault":false,"noteLinkTemplate":"[[{{new_note_title}}]]","refactoredNoteTemplate":"---\nuuid: {{date:YYYYMMDDHHmmss}}\nalias: \ndates:\n created: {{date:YYYY-MM-DD}}T{{date:HH:mm:ss}}\n last-updated: {{date:YYYY-MM-DD}}T{{date:HH:mm:ss}}\ntags:\n---\n\n{{new_note_content}}\n\n---\n\n**🏷 Tags**: \n- ✨ POD: \n- 🤖 Mode: \n- 🗂 Type: \n- 🏁 Status: \n- 🔗 Location: \n- 🛰 Platform(s): \n- 👤 Creator(s): \n- 👍 Recommended By: \n- \n\n**🤝 Related Links**\n- [[{{title}}]]\n- \n"}
|
||||
6589
.obsidian/plugins/note-refactor-obsidian/main.js
vendored
Normal file
6589
.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.6.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