You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
755 B
34 lines
755 B
{
|
|
"command_timeout": 5,
|
|
"templates_folder": "00.01 Admin/Templates",
|
|
"templates_pairs": [
|
|
[
|
|
"getNewNote",
|
|
"const fileName = await tp.system.prompt(\"File name\")\ntp.file.create_new(tp.file.find(templateName), fileName, tp.file.folder())"
|
|
],
|
|
[
|
|
"",
|
|
""
|
|
]
|
|
],
|
|
"trigger_on_file_creation": true,
|
|
"auto_jump_to_cursor": false,
|
|
"enable_system_commands": true,
|
|
"shell_path": "",
|
|
"user_scripts_folder": "00.01 Admin/Templater scripts",
|
|
"enable_folder_templates": true,
|
|
"folder_templates": [
|
|
{
|
|
"folder": "",
|
|
"template": ""
|
|
}
|
|
],
|
|
"syntax_highlighting": false,
|
|
"enabled_templates_hotkeys": [
|
|
""
|
|
],
|
|
"startup_templates": [
|
|
""
|
|
],
|
|
"template_folder": "Admin/Templates"
|
|
} |