mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
18 lines
333 B
JSON
18 lines
333 B
JSON
{
|
|
"plugins": [
|
|
{
|
|
"name": "Mermaid",
|
|
"className": "Mermaid",
|
|
"description": "Mermaid widget for CKEditor 5.",
|
|
"path": "src/mermaid.ts",
|
|
"uiComponents": [
|
|
{
|
|
"name": "mermaid",
|
|
"type": "Button",
|
|
"iconPath": "theme/icons/insert.svg"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|