feature: add a starter kit

This commit is contained in:
Ben Hong
2021-02-23 11:01:39 -05:00
parent dd45e22771
commit f073101d46
68 changed files with 67583 additions and 0 deletions

View 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"}

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.6.1",
"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;
}