update: Add callout-manager plugin

Usefull for callout completion
This commit is contained in:
Mathis Gauthey
2024-01-04 10:34:56 +01:00
parent 2926cb783a
commit f51aece38d
4 changed files with 3202 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"callouts": {
"custom": [],
"settings": {}
},
"calloutDetection": {
"obsidianFallbackForced": false,
"obsidian": true,
"theme": true,
"snippet": true
}
}

3179
.obsidian/plugins/callout-manager/main.js vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,10 @@
{
"id": "callout-manager",
"version": "1.0.1",
"description": "An Obsidian.md plugin that makes creating and configuring callouts easy.",
"author": "eth-p",
"authorUrl": "https://github.com/eth-p",
"name": "Callout Manager",
"minAppVersion": "1.0.0",
"isDesktopOnly": false
}

File diff suppressed because one or more lines are too long