CKEditor中Ctrl+V插入时如何去除Word样式?
How to remove Word styles when inserting by Ctrl+V in CKEditor?
当我通过 Ctrl+V 从 word 粘贴文本时,我想删除样式。
怎么做?
我有
forcePasteAsPlainText: true
但是
Note: paste from word is not affected by this configuration.
按钮功能 ["Paste from MS Word (with cleanup)" ] 应该 清除所有多余的 ms 字标签。
我找到了 fix for nicedit,但我还没有测试过,希望它能用。
当我通过 Ctrl+V 从 word 粘贴文本时,我想删除样式。 怎么做?
我有
forcePasteAsPlainText: true
但是
Note: paste from word is not affected by this configuration.
按钮功能 ["Paste from MS Word (with cleanup)" ] 应该 清除所有多余的 ms 字标签。
我找到了 fix for nicedit,但我还没有测试过,希望它能用。