Alex-D / Trumbowyg

A lightweight and amazing WYSIWYG JavaScript editor under 10kB
https://alex-d.github.io/Trumbowyg
MIT License
3.96k stars 606 forks source link

How to make the screenshot automatically upload when pasting?? #1447

Open ziqiming opened 3 months ago

ziqiming commented 3 months ago

How to paste an image by pressing Ctrl+V, automatically upload it, and then display it in the editor. Thank you.

Alex-D commented 3 months ago

There is not such an option for now, you can only paste it as base64. There is an upload plugin, so it should not be that difficult to create the plugin that uploads the pasted image :)