email-builder-js
email-builder-js copied to clipboard
listmonk v5 ships with email-builder
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!
i thought listmonk is built on vue js? how di you manage to integrate this into listmonk ?
Thanks
- 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.
That make sense. Thanks for sharing 👍 Listmonk is promising.