mirror of
https://github.com/zadam/trilium.git
synced 2025-11-20 07:34:25 +01:00
24 lines
502 B
JSON
24 lines
502 B
JSON
{
|
|
"plugins": [
|
|
{
|
|
"name": "Block quote",
|
|
"className": "BlockQuote",
|
|
"description": "Implements the block quote support to easily include quotations and passages in the rich-text content.",
|
|
"docs": "features/block-quote.html",
|
|
"path": "src/blockquote.js",
|
|
"uiComponents": [
|
|
{
|
|
"type": "Button",
|
|
"name": "blockQuote",
|
|
"iconPath": "@ckeditor/ckeditor5-core/theme/icons/quote.svg"
|
|
}
|
|
],
|
|
"htmlOutput": [
|
|
{
|
|
"elements": "blockquote"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|