-
@zadam Would you please share your CKEditor5 plugins list or how you build ckeditor? I am building a classic editor instead of the balloon editor used in the desktop client. It turns out that CKEditor will remove the html attrubutes/tags that it does not recognize. The editor ditches some of my note content when I call |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The build is here: https://github.com/zadam/trilium-ckeditor5/tree/stable/packages/ckeditor5-build-balloon-block CKEditor 5 dropping unrecognized tag is its standard "feature". There is a (limited) way to get around it: https://ckeditor.com/docs/ckeditor5/latest/features/general-html-support.html |
Beta Was this translation helpful? Give feedback.
The build is here: https://github.com/zadam/trilium-ckeditor5/tree/stable/packages/ckeditor5-build-balloon-block
CKEditor 5 dropping unrecognized tag is its standard "feature". There is a (limited) way to get around it: https://ckeditor.com/docs/ckeditor5/latest/features/general-html-support.html