vue-wysiwyg
vue-wysiwyg copied to clipboard
Copy and Pasting image
Will it be possible to paste an image from the clipboard into the editor?
@ddsky yes
@abr4xas How to prevent users dragging or pasting images inside the editor? I want to have a text-only editor. Thanks
@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,