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.

33 lines
747 B

3 years ago
{
"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": "",
2 years ago
"user_scripts_folder": "",
2 years ago
"enable_folder_templates": false,
3 years ago
"folder_templates": [
{
"folder": "",
"template": ""
}
],
"syntax_highlighting": false,
"enabled_templates_hotkeys": [
""
],
3 years ago
"startup_templates": [],
2 years ago
"enable_ribbon_icon": true,
3 years ago
"template_folder": "Admin/Templates"
}