Open techsmyth opened 2 years ago
Often getting this request from users, can I ask to prioritize this one in the ux bucket :) @SimoneZaza
It looks like we'll have to implement a listener on paste. In the case of an image, we'll have to upload it (no access to the disc from the client as suggested in the context). We need to consider that we're not allowing image uploads in some MD inputs. I'd suggest we pick this after the temporary storage epic is complete.
@bobbykolev Thanks for looking into this, I've added the dependency
Description
As a user I want to be able to cut and paste images into my markdown content, without having to save the image first to disk
Acceptance criteria
Spike: half a day
Additional context
Presumably we can do this by first saving the pasted content to disk and then in the background do an image upload?