Live data from Hacker News

Show HN: Email.md – Markdown to responsive, email-safe HTML

emailmd.dev

101–110 of 111 posts

Re: Show HN: Email.md – Markdown to responsive, email-safe HTML

#104
post #75

Earlier quoted context omitted.

Use the browser reader mode, select all, right click send email. Is it something like that you want?

If only there was a faster way to „select all“!

(if you’re down to experiment!)

For the next three intriguing articles you see on arbitrary sites, does the select all trick produce an aesthetically pleasing email? Do external dependencies get carried over? Do you spend any time manually removing cruft? Does the formatting leave anything to be desired?

When I do this all manually I can make it look great, and now that we’ve seen we can train computers to make stuff look great, it’s going to be a point of frustration for me until I have the one-click beautiful-article-email button.

Re: Show HN: Email.md – Markdown to responsive, email-safe HTML

#105
post #5

This appears to be a MJML wrapper with a Markdown→HTML converter attached to it. I think generating HTML from code is easier than generating Markdown, since there are many templating tools that understand HTML escaping. And writing HTML is not that hard, especially for your typical emails, so I'm not really sure if this library would be helpful in the long run.

Writing HTML for emails is a lot harder than you're making it sound. But MJML does a good job of simplifying it for most use cases.

Re: Show HN: Email.md – Markdown to responsive, email-safe HTML

#107
post #64

Earlier quoted context omitted.

What’s your opinion on react email?

Mostly fluff/hype. Not a value-add over just using raw MJML (which has nice VScode plugins for live previews), and in fact a long term risk to add to a codebase since react-email is just a marketing play by Resend (a startup) and will not be maintained as diligently as MJML. Also, LLMs know MJML really well.

This is my experience as well. MJML is the older, more reliable, better documented technology. And when it comes to debugging email rendering, you really, REALLY want as much documentation as possible.
Post reply on HN