51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"command_timeout": 5,
|
|
"templates_folder": "",
|
|
"templates_pairs": [
|
|
[
|
|
"",
|
|
""
|
|
]
|
|
],
|
|
"trigger_on_file_creation": true,
|
|
"auto_jump_to_cursor": false,
|
|
"enable_system_commands": false,
|
|
"shell_path": "",
|
|
"user_scripts_folder": "",
|
|
"enable_folder_templates": true,
|
|
"folder_templates": [
|
|
{
|
|
"folder": "200 projects",
|
|
"template": "templates/tmpl_project.md"
|
|
},
|
|
{
|
|
"folder": "400 resources/430 Movies Books Plays Games",
|
|
"template": "templates/tmpl_media_resource.md"
|
|
},
|
|
{
|
|
"folder": "400 resources/440 Code Cheats Snips CLI",
|
|
"template": "templates/tmpl_technical_snippet.md"
|
|
},
|
|
{
|
|
"folder": "000 daily",
|
|
"template": "templates/Daily_Note_Template.md"
|
|
}
|
|
],
|
|
"enable_file_templates": false,
|
|
"file_templates": [
|
|
{
|
|
"regex": ".*",
|
|
"template": ""
|
|
}
|
|
],
|
|
"syntax_highlighting": true,
|
|
"syntax_highlighting_mobile": false,
|
|
"enabled_templates_hotkeys": [
|
|
""
|
|
],
|
|
"startup_templates": [
|
|
""
|
|
],
|
|
"intellisense_render": 1,
|
|
"ignore_folders_on_creation": []
|
|
} |