[nb] Commit

This commit is contained in:
Oscar Plaisant
2024-12-26 16:09:08 +01:00
parent 5970fc70c1
commit 29453462f9
177 changed files with 881 additions and 31552 deletions

View File

@@ -12,17 +12,25 @@
"enable_system_commands": false,
"shell_path": "",
"user_scripts_folder": "",
"enable_folder_templates": true,
"enable_folder_templates": false,
"folder_templates": [
{
"folder": "sources/clippings",
"template": ""
},
{
"folder": "/",
"template": "templates/default new note.md"
}
],
"enable_file_templates": false,
"enable_file_templates": true,
"file_templates": [
{
"regex": ".*",
"regex": "^(?!\\/?(sources\\/clippings|daily)\\/).*",
"template": "templates/default new note.md"
},
{
"regex": "",
"template": ""
}
],