Files
bens-obsidian-boilerplate/.obsidian/plugins/note-refactor-obsidian/data.json
2024-01-17 20:40:00 -08:00

11 lines
573 B
JSON

{
"includeFirstLineAsNoteHeading": true,
"excludeFirstLineInNote": false,
"headingFormat": "#",
"newFileLocation": 2,
"customFolder": "zettelkasten",
"fileNamePrefix": "",
"transcludeByDefault": false,
"noteLinkTemplate": "{{new_note_link}}",
"refactoredNoteTemplate": "---\nuuid: {{date:YYYYMMDDHHmmss}}\ndates:\n created: {{date:YYYY-MM-DD}}T{{date:HH:mm:ss}}\n last-modified: {{date:YYYY-MM-DD}}T{{date:HH:mm:ss}}\naliases:\n - \n---\n\n{{new_note_content}} \n\n---\n\n## 🏷️ Metadata\n\n- 🗂 Type:: #type/note\n- 🔮 Origin:: [[{{title}}]]"
}