Skip to content

Conversation

@trabulium
Copy link

@trabulium trabulium commented Dec 17, 2025

Summary

Adds support for inline images in the editor, addressing a commonly requested feature.

Changes:

  • Paste images directly from clipboard into the editor
  • Drag & drop image files into the editor
  • Image button in the bubble menu toolbar for file selection
  • Upload progress indicator
  • Backend fix to serve inline images that are uploaded before the message is sent

Test Plan

  • Copy an image to clipboard and paste into editor - should upload and display
  • Drag an image file into the editor - should upload and display
  • Verify uploaded images display correctly (no 404 errors)

Closes #66

- Add paste handler for clipboard images
- Add drag & drop support for images
- Add image button in bubble menu toolbar
- Add upload indicator during image upload
- Fix media serving for unlinked inline images (images uploaded
  before message is sent now display correctly)

Closes abhinavxd#66
@abhinavxd
Copy link
Owner

Hi,

This doesn’t seem to work as expected. Inline attachments need to be included directly in the email as MIME parts with a Content-ID for them to render inline.

I tried sending an email the image was not rendering.

Thanks,

@ybizeul
Copy link

ybizeul commented Jan 4, 2026

I can confirm, it doesn't work currently.
I was doing some testing with the most recent version (v0.9.5-beta) and playing around with formatting.

First failure was formatting some code in the email, there doesn't seem to be a style for it, so I did it from my text editor and pasted, or matbe used some triple backquote markdown, not sure what worked, maybe that's relevant for what's next : I then tried to paste a screenshot taken from my mac, and it wouldn't paste anything.
I sent the email anyways, and from a fresh response field I directly pasted, now I could see the image in the editor, but when sending, it was gone, and the email I received was empty as well.

EDIT : I just realized this has not been merged, right ? Delete my comment if not relevant then !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support inline images in editor

3 participants