mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-05 20:39:49 -06: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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|