ek0519 / nova-quilljs

A Laravel Nova implementation of the Quill editor for Vue.js
26 stars 20 forks source link

Past as Plaintext #6

Closed Muetze42 closed 4 years ago

Muetze42 commented 4 years ago

How can I paste text as plain text?

ek0519 commented 4 years ago
Screen Shot 2020-03-31 at 7 13 40 AM

You can use toolbar this function, set config "clean".

Quilljs can do that as default reference, but in this package would not, you can fork this project and practice it

Muetze42 commented 4 years ago

Ok