Hacker News
Show HN: Email.md – Markdown to responsive, email-safe HTML
87 points by dancablam
ago
|
24 comments
Kwpolska
|next
|previous
[-]
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.
Igor_Wiwi
|next
|previous
[-]
I am working on smth similar markdown reader for humans, not agents - https://mdview.io
theanonymousone
|next
|previous
[-]
I hope .md domains do not become a security hole as Markdown raises in popularity...
pembrook
|next
|previous
[-]
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.
koakuma-chan
|next
|previous
[-]
I wish people just sent plain text.
XCSme
|root
|parent
|next
[-]
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.
loloquwowndueo
|root
|parent
[-]
I don’t want buttons in my emails.
XCSme
|root
|parent
[-]
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.
antiframe
|root
|parent
|next
[-]
Every MUA I've used allows the reader to set a font size, so changing font sizes is 100% a feature of plain-text emails. Then they get the link the size they need to read it correctly and it's absolutely easy to read. This here comment is pain text. Is it hard to read this link:
I don't think so. I certainly didn't have to resort to HTML to make that link readable and clickable.
loloquwowndueo
|root
|parent
|next
|previous
[-]
I don’t have problems seeing and clicking normal text, thank you very much. I don’t want buttons on my emails.
binaryturtle
|next
|previous
[-]
Any "HTML emails" get filtered straight into the spam folder here. I think I'm not part of the target audience here.
alfanick
|previous
[-]
"Write markdown. Ship emails." - I see a particular group of people interested in this, but they have their tools already.