Search code examples
javascriptwebfrontendwysiwyg

How to remove Word styles when inserting by Ctrl+V in CKEditor?


I want remove styles when i paste text from word by Ctrl+V. how to do this?

i have

forcePasteAsPlainText: true

but

Note: paste from word is not affected by this configuration.


Solution

  • The button function ["Paste from MS Word (with cleanup)" ] should clean all those extra ms word tags.

    I found fix for nicedit, but I havent tested it yet, hope itll work.