chmln / vue-wysiwyg

A lightweight WYSIWYG HTML editor for Vue.js
https://chmln.github.io/vue-wysiwyg/
MIT License
555 stars 134 forks source link

added the option to force a conversion to plain text on paste #72

Closed robin7331 closed 6 years ago

robin7331 commented 6 years ago

I've added the ability to enable a conversion to plain text when you paste text into the editor. This is useful if you like to stick to a specific styling in your application. Also you're not able to remove most of the styling once pasted into the editor.

chmln commented 6 years ago

Great work, thanks @robin7331!

robin7331 commented 6 years ago

Awesome!