1
0
Fork 0
digital-anti-bad-habit-note.../.obsidian/plugins/templater-obsidian/data.json
2024-12-03 18:58:57 -05:00

38 lines
710 B
JSON

{
"command_timeout": 5,
"templates_folder": "_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": false,
"folder_templates": [
{
"folder": "",
"template": ""
}
],
"enable_file_templates": false,
"file_templates": [
{
"regex": ".*",
"template": ""
}
],
"syntax_highlighting": true,
"syntax_highlighting_mobile": false,
"enabled_templates_hotkeys": [
"_Templates/Habit.md",
"_Templates/Folder Note.md"
],
"startup_templates": [
""
]
}