vault backup: 2026-05-05 16:45:34

This commit is contained in:
2026-05-05 16:45:34 -04:00
parent d0527ac4f6
commit f85a71beb4
24 changed files with 1226 additions and 41 deletions
+10 -1
View File
@@ -14,6 +14,10 @@
"user_scripts_folder": "scripts",
"enable_folder_templates": true,
"folder_templates": [
{
"folder": "timestamped",
"template": "templates/timestamped.md"
},
{
"folder": "periodic/daily",
"template": "templates/daily.md"
@@ -54,5 +58,10 @@
"startup_templates": [
"templates/startup.md"
],
"intellisense_render": 1
"intellisense_render": 1,
"ignore_folders_on_creation": [
{
"folder": ""
}
]
}