usewaypoint / email-builder-js

A free and open-source block-based email template builder.
https://emailbuilderjs.com
MIT License
693 stars 291 forks source link

Can I import HTML directly? #117

Open iqbaladinur opened 5 months ago

iqbaladinur commented 5 months ago

Is there any possible way to import html as a template? I don't find any documentation about it.

CodyCodes95 commented 4 months ago

I had a bit of a look trying to do the same thing, it looks like the JSON blocks > HTML is a one way street (I could be wrong but)

jordanisip commented 3 months ago

This is a good idea but something that is not supported (and most likely won't work on in the near future). As @CodyCodes95 mentioned, EmailBuilder.js JSON -> HTML is a one-way export.

If there are others that would be interested in building an HTML -> EmailBuilder.js JSON converter, that would be fantastic (but likely difficult).

evansjp commented 1 week ago

any updates on this, anyone?

killroywashere commented 3 days ago

@jordanisip were you able to make progress on HTML -> JSON?