mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
23 lines
457 B
JSON
23 lines
457 B
JSON
{
|
|
"plugins": [
|
|
{
|
|
"name": "Admonition",
|
|
"className": "Admonition",
|
|
"description": "Implements admonitions (warning, info boxes) in a similar fashion to blockquotes",
|
|
"path": "src/admonition.ts",
|
|
"uiComponents": [
|
|
{
|
|
"name": "admonition",
|
|
"type": "Button",
|
|
"iconPath": "theme/icons/admonition.svg"
|
|
}
|
|
],
|
|
"htmlOutput": [
|
|
{
|
|
"elements": "aside"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|