[flagged]
Show HN: Email.md – Markdown to responsive, email-safe HTML
101–110 of 111 posts
Re: Show HN: Email.md – Markdown to responsive, email-safe HTML
#102Re: Show HN: Email.md – Markdown to responsive, email-safe HTML
#103Re: Show HN: Email.md – Markdown to responsive, email-safe HTML
#104Earlier 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“!
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
#105This 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
#106I wish people just sent plain text.
Re: Show HN: Email.md – Markdown to responsive, email-safe HTML
#107Earlier 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.
Re: Show HN: Email.md – Markdown to responsive, email-safe HTML
#108templates are cool but seems too heavy to land in primary inbox
Re: Show HN: Email.md – Markdown to responsive, email-safe HTML
#109Markdown is the secret winner of the AI early years.