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
This commit is contained in:
17
.obsidian/plugins/templater-obsidian/data.json
vendored
17
.obsidian/plugins/templater-obsidian/data.json
vendored
@@ -12,14 +12,15 @@
|
|||||||
"enable_system_commands": false,
|
"enable_system_commands": false,
|
||||||
"shell_path": "",
|
"shell_path": "",
|
||||||
"user_scripts_folder": "",
|
"user_scripts_folder": "",
|
||||||
"enable_folder_templates": false,
|
"enable_folder_templates": true,
|
||||||
"folder_templates": [],
|
"folder_templates": [
|
||||||
|
{
|
||||||
|
"folder": "/",
|
||||||
|
"template": "5-Templates/Filename-Template.md"
|
||||||
|
}
|
||||||
|
],
|
||||||
"syntax_highlighting": true,
|
"syntax_highlighting": true,
|
||||||
"enabled_templates_hotkeys": [
|
"enabled_templates_hotkeys": [],
|
||||||
""
|
"startup_templates": [],
|
||||||
],
|
|
||||||
"startup_templates": [
|
|
||||||
""
|
|
||||||
],
|
|
||||||
"enable_ribbon_icon": true
|
"enable_ribbon_icon": true
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user