mtlynch / whatgotdone

A tool for sharing weekly task updates with teammates.
https://whatgotdone.com
Apache License 2.0
143 stars 14 forks source link

Support drag 'n drop for inserting images/video into entries #500

Open mtlynch opened 4 years ago

mtlynch commented 4 years ago

PR #497 added support for pasting images into the entry editor, but we still need a way to support uploading images/video via drag 'n drop on to the entry editor.

I think the backend already has everything in place, and it's just a matter of figuring out the right JavaScript/Vue APIs to handle the drag 'n drop events.

Reference: https://www.raymondcamden.com/2019/08/08/drag-and-drop-file-upload-in-vuejs

mtlynch commented 4 years ago

https://blog.soshace.com/the-ultimate-guide-to-drag-and-drop-image-uploading-with-pure-javascript/