Live data from Hacker News

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

emailmd.dev

11–20 of 111 posts

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

#12
I like how you aren't hiding the fact this is MJML under the hood and don't layer complex abstractions over MJML spec like similar projects (cough react email cough).

The devs maintaining MJML deserve so much credit for dealing with Gmail/Outlook's monopoly bullshit and 2007 html.

Nice idea for those who manage content in markdown. I've moved away from putting emails in my codebase, but seems great for founders moving fast.

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

#13
post #8

Earlier quoted context omitted.

What about images, links? Formatted text like bold or underline? I also prefer plain text, but in most of my emails I talk about technical stuff, or I send transactional emails that require actions, in which case showing buttons is a much better user experience than plain text.

I don’t want buttons in my emails.

But they are a lot easier to see and click (accessibility, larger hit area).

You could have a larger text instead of a button, but changing font size is also HTML and not plain-text anymore.

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

#18

I like how you aren't hiding the fact this is MJML under the hood and don't layer complex abstractions over MJML spec like similar projects ( cough react email cough ). The devs maintaining MJML deserve so much credit for dealing with Gmail/Outlook's monopoly bullshit and 2007 html. Nice idea for those who manage content in markdown. I've moved away from putting emails in my codebase, but seems great for founders mov…

Thanks! I agree - the MJML team has laid so much groundwork and it frankly made this project possible.

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

#19
post #13

Earlier quoted context omitted.

I don’t want buttons in my emails.

But they are a lot easier to see and click (accessibility, larger hit area). You could have a larger text instead of a button, but changing font size is also HTML and not plain-text anymore.

You can just send a link, and the user's client will probably highlight it even if it is plain text.
Post reply on HN