Files
personal-hub/.obsidian/plugins/templater-obsidian/data.json
T
Marcel Arndt a2ad5f5c6d import vault
2026-07-16 14:04:45 +02:00

47 lines
854 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": "_templates/scripts",
"enable_folder_templates": true,
"folder_templates": [
{
"folder": "/",
"template": "_templates/Default Note.md"
},
{
"folder": "",
"template": ""
}
],
"enable_file_templates": false,
"file_templates": [
{
"regex": ".*",
"template": ""
}
],
"syntax_highlighting": true,
"syntax_highlighting_mobile": false,
"enabled_templates_hotkeys": [
""
],
"startup_templates": [
""
],
"intellisense_render": 1,
"ignore_folders_on_creation": [
{
"folder": ""
}
]
}