Replies: 2 comments
-
I checked this again and today, I could not reproduce my topic / problem -> closing this thread. |
Beta Was this translation helpful? Give feedback.
0 replies
-
outdated |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just "copy & pasted" texts into the CKEditor, because my editors WILL do this. (I know my lovely editors ...)
And after pasting some words, this is the resulting source code:
Unfortunally, this is a blocker for me to use this plugin, because within a very short time, I'll see a lot of formatted (= dirty) text in my projects. And if so, it's very hard to clean the database (rte fields).
I've done some research:
This seems to be a solution https://ckeditor.com/docs/ckeditor5/latest/features/pasting/paste-plain-text.html
This is the config of the CKEditor in Craft: https://github.com/craftcms/ckeditor/blob/main/package.json
-> @ckeditor/ckeditor5-clipboard is not installed
Maybe it's possible to upgrade the CKEditor with this paste-plain-text functionality?
Beta Was this translation helpful? Give feedback.
All reactions