vault backup: 2026-04-18 01:28:21

This commit is contained in:
2026-04-18 01:28:22 -04:00
parent cade76bc24
commit 0743e6f194
352 changed files with 1885 additions and 1251 deletions
+26 -6
View File
@@ -1,13 +1,13 @@
{
"command_timeout": 5,
"templates_folder": "",
"templates_folder": "templates",
"templates_pairs": [
[
"echo",
"echo $a"
]
],
"trigger_on_file_creation": false,
"trigger_on_file_creation": true,
"auto_jump_to_cursor": false,
"enable_system_commands": true,
"shell_path": "",
@@ -15,8 +15,28 @@
"enable_folder_templates": true,
"folder_templates": [
{
"folder": "",
"template": ""
"folder": "periodic/daily",
"template": "templates/daily.md"
},
{
"folder": "periodic/weekly",
"template": "templates/weekly.md"
},
{
"folder": "periodic/monthly",
"template": "templates/monthly.md"
},
{
"folder": "periodic/quarterly",
"template": "templates/quarterly.md"
},
{
"folder": "periodic/yearly",
"template": "templates/yearly.md"
},
{
"folder": "/",
"template": "templates/default.md"
}
],
"enable_file_templates": false,
@@ -29,10 +49,10 @@
"syntax_highlighting": true,
"syntax_highlighting_mobile": false,
"enabled_templates_hotkeys": [
""
"templates/daily.md"
],
"startup_templates": [
""
"templates/startup.md"
],
"intellisense_render": 1
}