trilium/packages/ckeditor5-mermaid/ckeditor5-metadata.json
2025-05-04 15:10:45 +03:00

18 lines
329 B
JSON

{
"plugins": [
{
"name": "Mermaid",
"className": "Mermaid",
"description": "Adds text to the editor.",
"path": "src/mermaid.ts",
"uiComponents": [
{
"name": "mermaid",
"type": "Button",
"iconPath": "theme/icons/ckeditor.svg"
}
]
}
]
}