vault backup: init

This commit is contained in:
Nick 2025-07-11 11:42:54 -05:00
commit dc5e896346
1512 changed files with 1034902 additions and 0 deletions

23
.obsidian/plugins/auto-note-mover/data.json vendored Executable file
View file

@ -0,0 +1,23 @@
{
"trigger_auto_manual": "Automatic",
"use_regex_to_check_for_tags": false,
"statusBar_trigger_indicator": true,
"folder_tag_pattern": [
{
"folder": "🛡️ Debate/Opponents",
"tag": "#debate_opponents",
"pattern": ""
},
{
"folder": "💻 Hyperblog/Blogs/Patreon",
"tag": "#patreon_articles",
"pattern": ""
}
],
"use_regex_to_check_for_excluded_folder": false,
"excluded_folder": [
{
"folder": ""
}
]
}

2180
.obsidian/plugins/auto-note-mover/main.js vendored Executable file

File diff suppressed because it is too large Load diff

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
}