This commit is contained in:
Sebastian
2026-08-29 15:41:29 +02:00
commit e2903b96dc
3828 changed files with 188535 additions and 0 deletions
+74
View File
@@ -0,0 +1,74 @@
{
"userAdmonitions": {
"statblock": {
"type": "statblock",
"icon": {
"name": "dragon",
"type": "font-awesome"
},
"command": false,
"injectColor": false,
"noTitle": false,
"copy": false,
"color": "100, 182, 252"
},
"flowchart": {
"type": "flowchart",
"icon": {
"name": "map",
"type": "font-awesome"
},
"command": false,
"injectColor": false,
"noTitle": true,
"copy": false,
"color": "239, 213, 149"
},
"gallery": {
"type": "gallery",
"icon": {
"name": "image",
"type": "font-awesome"
},
"command": false,
"injectColor": false,
"noTitle": true,
"copy": false,
"color": "151, 213, 6"
},
"readaloud": {
"type": "readaloud",
"icon": {
"name": "book-reader",
"type": "font-awesome"
},
"title": "Read Aloud",
"command": false,
"injectColor": false,
"noTitle": false,
"copy": false,
"color": "50, 96, 169"
}
},
"syntaxHighlight": false,
"copyButton": false,
"version": "10.3.2",
"autoCollapse": false,
"defaultCollapseType": "open",
"injectColor": true,
"parseTitles": true,
"dropShadow": true,
"hideEmpty": false,
"open": {
"admonitions": true,
"icons": true,
"other": true,
"advanced": false
},
"icons": [],
"useFontAwesome": true,
"rpgDownloadedOnce": false,
"msDocConverted": false,
"useSnippet": false,
"snippetPath": "custom-admonitions.c3af89"
}
File diff suppressed because one or more lines are too long
+10
View File
@@ -0,0 +1,10 @@
{
"id": "obsidian-admonition",
"name": "Admonition",
"version": "10.3.2",
"minAppVersion": "1.1.0",
"description": "Enhanced callouts for Obsidian.md",
"author": "Jeremy Valentine",
"authorUrl": "",
"isDesktopOnly": false
}
File diff suppressed because one or more lines are too long