Templater is now looking at a templater file to show template It allows template on file creation based on folder and/or filenaming
26 lines
546 B
JSON
26 lines
546 B
JSON
{
|
|
"command_timeout": 5,
|
|
"templates_folder": "5-Templates",
|
|
"templates_pairs": [
|
|
[
|
|
"",
|
|
""
|
|
]
|
|
],
|
|
"trigger_on_file_creation": true,
|
|
"auto_jump_to_cursor": true,
|
|
"enable_system_commands": false,
|
|
"shell_path": "",
|
|
"user_scripts_folder": "",
|
|
"enable_folder_templates": true,
|
|
"folder_templates": [
|
|
{
|
|
"folder": "/",
|
|
"template": "5-Templates/Filename-Template.md"
|
|
}
|
|
],
|
|
"syntax_highlighting": true,
|
|
"enabled_templates_hotkeys": [],
|
|
"startup_templates": [],
|
|
"enable_ribbon_icon": true
|
|
} |