Files
my-vault/.obsidian/plugins/templater-obsidian/data.json
T

46 lines
960 B
JSON
Raw Normal View History

2026-01-05 19:25:56 +08:00
{
"command_timeout": 5,
"templates_folder": "06_Metadata/Templates",
"templates_pairs": [
[
"",
""
]
],
"trigger_on_file_creation": true,
"auto_jump_to_cursor": false,
"enable_system_commands": false,
"shell_path": "",
"user_scripts_folder": "",
"enable_folder_templates": true,
"folder_templates": [
{
"folder": "00_Inbox",
"template": "06_Metadata/Templates/Daily Note Template.md"
},
{
"folder": "01_Projects",
"template": "06_Metadata/Templates/Project Template.md"
},
{
"folder": "03_Resources/Books",
"template": "06_Metadata/Templates/book-note.md"
}
],
"enable_file_templates": false,
"file_templates": [
{
"regex": ".*",
"template": ""
}
],
"syntax_highlighting": true,
"syntax_highlighting_mobile": false,
"enabled_templates_hotkeys": [
""
],
"startup_templates": [
""
],
"intellisense_render": 1
}