trilium/ckeditor5-metadata.json
2024-08-29 08:41:45 +10:00

18 lines
349 B
JSON

{
"plugins": [
{
"name": "Footnotes",
"className": "Footnotes",
"description": "Adds text to the editor.",
"path": "src/footnotes.ts",
"uiComponents": [
{
"name": "insertFootnote",
"type": "Button",
"iconPath": "theme/icons/insert-footnote.svg"
}
]
}
]
}