Having no energy to parse the pasted content by the user I've decided to set
config.forcePasteAsPlainText = true;
When having this option on, users have to paste the text twice:
first time inside the CKEditor itself, and then in the extra dialog, which appears after CTRL+V.
Is it possible to insert the plain text directly into the CKEditor without this dialog?
Thanks for your suggestions in advance!
config.forcePasteAsPlainText = true;
When having this option on, users have to paste the text twice:
first time inside the CKEditor itself, and then in the extra dialog, which appears after CTRL+V.
Is it possible to insert the plain text directly into the CKEditor without this dialog?
Thanks for your suggestions in advance!