Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin-attachment: Paste support. #45

Closed
evwltrs opened this issue Apr 9, 2024 · 1 comment
Closed

plugin-attachment: Paste support. #45

evwltrs opened this issue Apr 9, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@evwltrs
Copy link
Contributor

evwltrs commented Apr 9, 2024

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 BearToCode added the enhancement New feature or request label Apr 9, 2024
@BearToCode
Copy link
Owner

BearToCode commented Apr 9, 2024

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.

evwltrs added a commit to evwltrs/carta that referenced this issue Apr 12, 2024
allows pasting of files using a paste listener similar to github's readme editor

re BearToCode#45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants