1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
{
"command_timeout": 5,
"templates_folder": "Resource/Templates/",
"templates_pairs": [
[
"",
""
]
],
"trigger_on_file_creation": false,
"auto_jump_to_cursor": false,
"enable_system_commands": false,
"shell_path": "",
"user_scripts_folder": "",
"enable_folder_templates": true,
"folder_templates": [
{
"folder": "Resource/Data Science/Machine Learning",
"template": "Resource/Templates/link-notes.md"
}
],
"syntax_highlighting": true,
"syntax_highlighting_mobile": true,
"enabled_templates_hotkeys": [],
"startup_templates": [],
"enable_ribbon_icon": true
}
|