From bb3d0f6ce37166a64596bc65ee0e7565290f65eb Mon Sep 17 00:00:00 2001 From: Stitch505 Date: Thu, 30 Oct 2025 20:49:43 +0400 Subject: [PATCH] Auto base sync: 2025-10-30 20:49:43 --- .../plugins/templater-obsidian/data.json | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .obsidian/plugins/templater-obsidian/data.json diff --git a/.obsidian/plugins/templater-obsidian/data.json b/.obsidian/plugins/templater-obsidian/data.json new file mode 100644 index 0000000..6df793d --- /dev/null +++ b/.obsidian/plugins/templater-obsidian/data.json @@ -0,0 +1,38 @@ +{ + "command_timeout": 5, + "templates_folder": "22. Cache", + "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": "5. Job", + "template": "" + } + ], + "enable_file_templates": false, + "file_templates": [ + { + "regex": ".*", + "template": "" + } + ], + "syntax_highlighting": true, + "syntax_highlighting_mobile": true, + "enabled_templates_hotkeys": [ + "" + ], + "startup_templates": [ + "" + ], + "intellisense_render": 1 +} \ No newline at end of file