HN🔥 193
💬 47

Markdownを書くだけ!レスポンシブなHTMLメールを爆速生成する「Email.md」

dancablam
1日前

ディスカッション (10件)

0
dancablamOP🔥 193
1日前

Email.mdは、Markdown記法で書いたテキストを、レスポンシブ対応かつメールクライアントで安全に表示できるHTMLへ変換するツールです。面倒なHTMLメールのコーディングから解放され、シンプルにコンテンツ作成に集中できるようになります。

1
Kwpolska
約23時間前

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.

2
ph4rsikal
約23時間前

Markdown is the secret winner of the AI early years.

3
theanonymousone
約23時間前

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

4
matzalazar
約21時間前

Great project! And if you don't mind a little workaround and some Python scripting, you can turn a regular Obsidian folder into an automatic outbox. Write markdown, drag, drop, and ship.

5
safehuss
約21時間前

Anything that makes email development easier is great I guess, but have personally found MJML great for solving the issues you'd run into, and not sure I want yet another abstraction layer on top of that which makes it more limited...

7
Escapade5160
約19時間前

At this point markdown is going to be the foundation of the entire AI web. Someone the other day showed off Markdown as a responsive frontend protocol. Now we've got email. How long until we're writing classes in markdown? We can only abstract this so far before we confuse AI more than help it.

8
Barbing
約19時間前

Very 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 it’s good to support the journalist but I cannot in good conscience send a link to elderly folks when this is so much safer.

9
runtype
約18時間前

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