mirror of
https://gitlab.com/upRootNutrition/obsidian.git
synced 2025-08-09 05:14:42 -05:00
vault backup: init
This commit is contained in:
commit
dc5e896346
1512 changed files with 1034902 additions and 0 deletions
23
.obsidian/plugins/auto-note-mover/data.json
vendored
Executable file
23
.obsidian/plugins/auto-note-mover/data.json
vendored
Executable 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
2180
.obsidian/plugins/auto-note-mover/main.js
vendored
Executable file
File diff suppressed because it is too large
Load diff
10
.obsidian/plugins/auto-note-mover/manifest.json
vendored
Executable file
10
.obsidian/plugins/auto-note-mover/manifest.json
vendored
Executable 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue