Show HN: Email.md – Markdown to responsive, email-safe HTML
61–70 of 111 posts
Re: Show HN: Email.md – Markdown to responsive, email-safe HTML
#62Very nice. I think the kind of folks attracted to this thread might have some thoughts on a workflow I'm interested in. When I see a news article, I want to be able to click a button on my Mac or iPhone to send the text of the article in the body of the email. Bonus points for rehosting the images from the article. And using a similar font both without carrying over any of the original external dependencies. Normally…
Use the browser reader mode, select all, right click send email. Is it something like that you want?
Re: Show HN: Email.md – Markdown to responsive, email-safe HTML
#63Any "HTML emails" get filtered straight into the spam folder here. I think I'm not part of the target audience here.
Re: Show HN: Email.md – Markdown to responsive, email-safe HTML
#64I 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…
Re: Show HN: Email.md – Markdown to responsive, email-safe HTML
#65Would love to use this - any plans for Cloudflare Workers support? Some of the node APIs you're using block it from working on Cloudflare right now.
Re: Show HN: Email.md – Markdown to responsive, email-safe HTML
#66Which email client will stylize raw markdown itself, making the HTML step here superfluous?
It would first require a standard for Markdown. After that there would be very little stopping anyone from implementing it. I guess a MIME type for standard Markdown would also be nice. Pretty sure I've said it before, but it would be a nice middle ground between text and all the complexity HTML+CSS brings in (if you want to compete with other HTML clients).
Re: Show HN: Email.md – Markdown to responsive, email-safe HTML
#67Which email client will stylize raw markdown itself, making the HTML step here superfluous?