Initial commit

This commit is contained in:
Nick 2024-06-28 02:13:12 -05:00
commit bc15d67574
1475 changed files with 1056167 additions and 0 deletions

View file

@ -0,0 +1,53 @@
{
"trigger_auto_manual": "Automatic",
"use_regex_to_check_for_tags": false,
"statusBar_trigger_indicator": true,
"folder_tag_pattern": [
{
"folder": "🥙 Nutrition Vault",
"tag": "#nutrition",
"pattern": ""
},
{
"folder": "🥙 Nutrition Vault",
"tag": "#disease",
"pattern": ""
},
{
"folder": "🥙 Nutrition Vault",
"tag": "#exercise",
"pattern": ""
},
{
"folder": "🛡️ Debate/🗡️ Opponents",
"tag": "#debate_opponents",
"pattern": ""
},
{
"folder": "📑 Articles/Main Blog",
"tag": "#blog_article",
"pattern": ""
},
{
"folder": "🛡️ Debate/📚 Coaching/🙋‍♂️ Students",
"tag": "#debate_students",
"pattern": ""
},
{
"folder": "🛡️ Debate/📚 Coaching/📖 Coursework",
"tag": "#coursework",
"pattern": ""
},
{
"folder": "🛡️ Debate/🛑 Moderation",
"tag": "#debate_moderation",
"pattern": ""
}
],
"use_regex_to_check_for_excluded_folder": false,
"excluded_folder": [
{
"folder": ""
}
]
}

2180
.obsidian/plugins/auto-note-mover/main.js vendored Normal 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
}