Squashed 'content/' changes from 0ba6983..6f86fb4

6f86fb4 Added obsidian vault configuration

git-subtree-dir: content
git-subtree-split: 6f86fb45f9558cbf3089c1007252100af3339570
This commit is contained in:
2024-05-02 19:55:03 +02:00
parent 726ea3b91f
commit 4decba7b95
23 changed files with 21754 additions and 0 deletions

View File

@ -0,0 +1,16 @@
{
"pluginList": [
"aidan-gibson/obsidian-opener"
],
"pluginSubListFrozenVersion": [],
"themesList": [],
"updateAtStartup": true,
"updateThemesAtStartup": true,
"enableAfterInstall": true,
"loggingEnabled": false,
"loggingPath": "BRAT-log",
"loggingVerboseEnabled": false,
"debuggingMode": false,
"notificationsEnabled": true,
"personalAccessToken": ""
}

2419
.obsidian/plugins/obsidian42-brat/main.js vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,15 @@
{
"id": "obsidian42-brat",
"name": "BRAT",
"version": "1.0.1",
"minAppVersion": "1.4.16",
"description": "Easily install a beta version of a plugin for testing.",
"author": "TfTHacker",
"authorUrl": "https://github.com/TfTHacker/obsidian42-brat",
"helpUrl": "https://tfthacker.com/BRAT",
"isDesktopOnly": false,
"fundingUrl": {
"Buy Me a Coffee": "https://bit.ly/o42-kofi",
"Visit my site": "https://tfthacker.com"
}
}

View File

@ -0,0 +1,3 @@
.brat-modal .modal-button-container {
margin-top: 5px !important;
}