Files
bobbie-pkm/.obsidian/plugins/templater-obsidian/data.json
2026-03-02 17:06:32 +00:00

31 lines
684 B
JSON

{
"command_timeout": 5,
"templates_folder": "Templates",
"templates_pairs": [
[
"",
""
]
],
"trigger_on_file_creation": true,
"auto_jump_to_cursor": true,
"enable_system_commands": false,
"shell_path": "",
"user_scripts_folder": "Templates/Scripts/Templater",
"enable_folder_templates": false,
"folder_templates": [],
"enable_file_templates": false,
"file_templates": [
{
"regex": ".*",
"template": ""
}
],
"syntax_highlighting": true,
"syntax_highlighting_mobile": false,
"enabled_templates_hotkeys": [
"Templates/Wikilink select and create.md"
],
"startup_templates": [],
"intellisense_render": 1
}