tech-tips/.obsidian/plugins/obsidian-admonition/data.json

78 lines
1.6 KiB
JSON
Raw Permalink Normal View History

{
"userAdmonitions": {
"info": {
"type": "info",
"color": "69, 146, 191",
"icon": {
"type": "obsidian",
"name": "info"
},
"command": false,
"title": "Information",
"injectColor": true,
"noTitle": false,
"copy": false
},
"warn": {
"type": "warn",
"color": "252, 181, 98",
"icon": {
"name": "exclamation-triangle",
"type": "font-awesome"
},
"command": false,
"title": "Warning",
"injectColor": true,
"noTitle": false
},
"good": {
"type": "good",
"color": "88, 186, 61",
"icon": {
"type": "obsidian",
"name": "check-small"
},
"command": false,
"title": "Good title",
"injectColor": true,
"noTitle": false
},
"bad": {
"type": "bad",
"color": "255, 115, 115",
"icon": {
"type": "octicons",
"name": "x-circle"
},
"command": false,
"title": "Bad title",
"injectColor": true,
"noTitle": false,
"copy": false
}
},
"syntaxHighlight": false,
"copyButton": false,
"version": "10.1.1",
"autoCollapse": false,
"defaultCollapseType": "open",
"injectColor": true,
"parseTitles": true,
"dropShadow": false,
"hideEmpty": false,
"open": {
"admonitions": true,
"icons": true,
"other": false,
"advanced": false
},
"icons": [
"octicons",
"rpg"
],
"useFontAwesome": true,
"rpgDownloadedOnce": false,
"msDocConverted": false,
"useSnippet": false,
"snippetPath": "custom-admonitions.9ded2b"
}