From eeb53b8a0893f7f920cfa2361e57d26365a6578f Mon Sep 17 00:00:00 2001 From: Mathis Gauthey Date: Thu, 4 Jan 2024 10:49:12 +0100 Subject: [PATCH] update: Templater config behavior Templater is now looking at a templater file to show template It allows template on file creation based on folder and/or filenaming --- .obsidian/plugins/templater-obsidian/data.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.obsidian/plugins/templater-obsidian/data.json b/.obsidian/plugins/templater-obsidian/data.json index 4a769a9..9d5055c 100644 --- a/.obsidian/plugins/templater-obsidian/data.json +++ b/.obsidian/plugins/templater-obsidian/data.json @@ -12,14 +12,15 @@ "enable_system_commands": false, "shell_path": "", "user_scripts_folder": "", - "enable_folder_templates": false, - "folder_templates": [], + "enable_folder_templates": true, + "folder_templates": [ + { + "folder": "/", + "template": "5-Templates/Filename-Template.md" + } + ], "syntax_highlighting": true, - "enabled_templates_hotkeys": [ - "" - ], - "startup_templates": [ - "" - ], + "enabled_templates_hotkeys": [], + "startup_templates": [], "enable_ribbon_icon": true } \ No newline at end of file