update: Add callout-manager plugin
Usefull for callout completion
This commit is contained in:
12
.obsidian/plugins/callout-manager/data.json
vendored
Normal file
12
.obsidian/plugins/callout-manager/data.json
vendored
Normal 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
3179
.obsidian/plugins/callout-manager/main.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
10
.obsidian/plugins/callout-manager/manifest.json
vendored
Normal file
10
.obsidian/plugins/callout-manager/manifest.json
vendored
Normal 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
|
||||||
|
}
|
||||||
1
.obsidian/plugins/callout-manager/styles.css
vendored
Normal file
1
.obsidian/plugins/callout-manager/styles.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user