Live data from Hacker News

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

emailmd.dev

31–40 of 111 posts

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

#34
post #8

I 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.

[deleted]

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

#35
post #13

Earlier quoted context omitted.

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.

I don’t have problems seeing and clicking normal text, thank you very much. I don’t want buttons on my emails.

I think the OP app is meant for creating transactional emails (or bulk-send emails like newsletters).

Those templates should account for all types of people and accessibility levels (including things like ADHD, where you need a big red button to click, otherwise you get overwhelmed by a block of text).

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

#37
Love everything to Markdownify :) I was just wondering, is there a Neovim/Markdown email client? Potentially using something like this? I love Neomutt, or Newsboat, and other TUIs. It would be great to have something totally on Markdown. Update: I gave it a spin [1] with Go and some of my favorite CLI's.

[1] https://x.com/sspaeti/status/2036539855182627169

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

#39

I hope .md domains do not become a security hole as Markdown raises in popularity...

That's a valid concern, especially given the confusion we saw with .zip or .mov TLDs. But from a security engineering perspective, the bigger 'Markdown hole' I worry about is injection. When we render untrusted AI output into HTML for email, the sanitization pipeline becomes critical. I'd be curious to see how this library handles potential XSS vectors during the MD-to-HTML conversion.

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

#40

Love everything to Markdownify :) I was just wondering, is there a Neovim/Markdown email client? Potentially using something like this? I love Neomutt, or Newsboat, and other TUIs. It would be great to have something totally on Markdown. Update: I gave it a spin [1] with Go and some of my favorite CLI's. [1] https://x.com/sspaeti/status/2036539855182627169

There's not one that I'm aware of. Maybe it's about time there is :D
Post reply on HN