chenjuneking / quill-image-drop-and-paste

A quill editor module for drop and paste image, with a callback hook before insert image into the editor
ISC License
101 stars 42 forks source link

Is it possible to preserve the filename of pasted / dropped file #31

Closed michalpokojski closed 2 years ago

michalpokojski commented 2 years ago

I see in README that you create filename yourself, but is it possible to inherit it from pasted / dropped file?

chenjuneking commented 2 years ago

The dropped file has a file name, but some pasted files do not have a file name. Imagine you take a screenshot from the screen, and the screenshot is stored in the clipboard, it does not have a name. But for dropped file, we can support this feature, this will be in the next feature. Thank you for your suggestion.

chenjuneking commented 2 years ago

support on v1.2.8

michalpokojski commented 2 years ago

Thanks! That will be very useful for me :)