email-builder-js icon indicating copy to clipboard operation
email-builder-js copied to clipboard

listmonk v5 ships with email-builder

Open knadh opened this issue 8 months ago • 3 comments

Just wanted to let the devs here know that listmonk v5 ships with email-builder integrated: https://github.com/knadh/listmonk/releases/tag/v5.0.0

Thank you!

knadh avatar Apr 28 '25 19:04 knadh

i thought listmonk is built on vue js? how di you manage to integrate this into listmonk ?

Thanks

rabiibrahimi avatar Aug 06 '25 15:08 rabiibrahimi

  • Separate build step that builds email-builder (TS+React) into JS + a self-contained index.html that renders the editor UI. The editor has been configured and styled to match listmonk's theme.
  • The build (index.html) is loaded in an
  • A bit of TS code in the email-builder source that exposes JS functions (to read and write contents) that's used by the Vue component.

knadh avatar Sep 09 '25 16:09 knadh

That make sense. Thanks for sharing 👍 Listmonk is promising.

rabiibrahimi avatar Sep 10 '25 07:09 rabiibrahimi