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

disable paste image #111

Closed abr4xas closed 3 years ago

abr4xas commented 4 years ago

Hi i need to know how to disable paste image into the editor.

steer629 commented 4 years ago

how do you enable it? I try to find the way enable

abr4xas commented 4 years ago

@steer629 I think that option is enabled by default.

ZachitZo commented 3 years ago

Hello, I have same problem. Images paste from 'ctrl+v' to editor. How can I disable it?

jonaswebdev commented 2 years ago

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,