vue-wysiwyg icon indicating copy to clipboard operation
vue-wysiwyg copied to clipboard

Copy and Pasting image

Open ddsky opened this issue 6 years ago • 3 comments

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

ddsky avatar Aug 15 '18 20:08 ddsky

@ddsky yes

abr4xas avatar Feb 13 '20 01:02 abr4xas

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

bhaidar avatar Apr 28 '21 21:04 bhaidar

@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,

jonaswebdev avatar Feb 18 '22 20:02 jonaswebdev