vault backup: 2023-05-15 09:42:13

This commit is contained in:
2023-05-15 09:42:13 +02:00
commit 91bf72fc87
565 changed files with 240938 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"trigger_auto_manual": "Automatic",
"use_regex_to_check_for_tags": false,
"statusBar_trigger_indicator": true,
"folder_tag_pattern": [
{
"folder": "Resources/Artikel",
"tag": "#Artikel",
"pattern": ""
},
{
"folder": "Resources/IT",
"tag": "#IT",
"pattern": ""
}
],
"use_regex_to_check_for_excluded_folder": false,
"excluded_folder": [
{
"folder": "System"
},
{
"folder": "System/Templates"
},
{
"folder": "System/resources"
}
]
}
File diff suppressed because it is too large Load Diff
+10
View File
@@ -0,0 +1,10 @@
{
"id": "auto-note-mover",
"name": "Auto Note Mover",
"version": "1.2.0",
"minAppVersion": "0.12.0",
"description": "Auto Note Mover will automatically move the active notes to their respective folders according to the rules.",
"author": "faru",
"authorUrl": "https://github.com/farux/",
"isDesktopOnly": false
}