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

Copy and Pasting image #78

Open ddsky opened 5 years ago

ddsky commented 5 years ago

Will it be possible to paste an image from the clipboard into the editor?

abr4xas commented 4 years ago

@ddsky yes

bhaidar commented 3 years ago

@abr4xas How to prevent users dragging or pasting images inside the editor? I want to have a text-only editor. Thanks

jonaswebdev commented 2 years ago

@bhaidar did you try it? maybe could solve :)

 // set to 'true' this will insert plain text without styling when you paste something into the editor.
  forcePlainTextOnPaste: true,