Show HN: Email.md – Markdown to responsive, email-safe HTML
1–10 of 111 posts
Re: Show HN: Email.md – Markdown to responsive, email-safe HTML
#2Re: Show HN: Email.md – Markdown to responsive, email-safe HTML
#3Re: Show HN: Email.md – Markdown to responsive, email-safe HTML
#4"Write markdown. Ship emails." - I see a particular group of people interested in this, but they have their tools already.
I'm in this "group" and see an immediate usefulness of this over what I'm doing now.
Re: Show HN: Email.md – Markdown to responsive, email-safe HTML
#5Re: Show HN: Email.md – Markdown to responsive, email-safe HTML
#6This 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.
Re: Show HN: Email.md – Markdown to responsive, email-safe HTML
#7Re: Show HN: Email.md – Markdown to responsive, email-safe HTML
#8I wish people just sent plain text.
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.
Re: Show HN: Email.md – Markdown to responsive, email-safe HTML
#9This 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.
I like the idea of this tool, as writing Markdown for some people is probably easier than HTML. I mean, use whatever floats your boat. I like that this exists.
Re: Show HN: Email.md – Markdown to responsive, email-safe HTML
#10I wish people just sent plain text.
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.