BearToCode / carta

A lightweight, fast and extensible Svelte Markdown editor and viewer.
https://beartocode.github.io/carta/
MIT License
264 stars 10 forks source link

`plugin-attachment`: Paste support. #45

Closed evwltrs closed 1 month ago

evwltrs commented 1 month ago

I think it could be a really useful feature to allow a user to just paste in an image into the editor, and it becomes attached, similar to how GitHub does it.

HTMLElements paste event could be used for this.

BearToCode commented 1 month ago

Good idea! I'm currently working on a major update for the editor. Once that is out, I'll check this out. If you want, you can implement it yourself in the meantime, as it should be straightforward.