16 comments

  • safehuss1 hour ago
    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...
  • Kwpolska3 hours ago
    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.
    • dallen333 hours ago
      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.
      • j453 hours ago
        Also a way to use fewer standards for storage of input and created text.
  • ph4rsikal2 hours ago
    Markdown is the secret winner of the AI early years.
  • deanputney23 minutes ago
    Curious why the CLI function is `mvd` instead of `mdv`?
  • theanonymousone2 hours ago
    I hope .md domains do not become a security hole as Markdown raises in popularity...
    • Imustaskforhelp59 minutes ago
      This reminds me of the infamous dot zip domain and the security chaos that had followed.
  • matzalazar1 hour ago
    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.
  • Igor_Wiwi1 hour ago
    I am working on smth similar markdown reader for humans, not agents - <a href="https:&#x2F;&#x2F;mdview.io" rel="nofollow">https:&#x2F;&#x2F;mdview.io</a>
  • binaryturtle2 hours ago
    Any &quot;HTML emails&quot; get filtered straight into the spam folder here. I think I&#x27;m not part of the target audience here.
  • pembrook3 hours ago
    I like how you aren&#x27;t hiding the fact this is MJML under the hood and don&#x27;t layer complex abstractions over MJML spec like similar projects (<i>cough</i> react email <i>cough</i>).<p>The devs maintaining MJML deserve so much credit for dealing with Gmail&#x2F;Outlook&#x27;s monopoly bullshit and 2007 html.<p>Nice idea for those who manage content in markdown. I&#x27;ve moved away from putting emails in my codebase, but seems great for founders moving fast.
    • dancablam2 hours ago
      Thanks! I agree - the MJML team has laid so much groundwork and it frankly made this project possible.
  • koakuma-chan3 hours ago
    I wish people just sent plain text.
    • XCSme3 hours ago
      What about images, links? Formatted text like bold or underline?<p>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.
      • cxr39 minutes ago
        Embedded images aren&#x27;t really compatible with Markdown. They just aren&#x27;t. (Oh, syntax for it is defined, all right (in Gruber&#x27;s implementation, even). But it doesn&#x27;t really cohere with the rest of Markdown—in the way that Markdown is an opinionated way of formatting your plain text documents so that they can <i>optionally</i> be mechanically translated for typesetting systems that have richer formatting options.)<p>Any serious Markdown-to-email should probably look like this:<p>Markdown, formatted as readable plain text (i.e., <i>not</i> the way that GitHub encourages people to treat it as just alternative &quot;lightweight&quot; markup syntax that you just tickle differently when you want the end result to show up how you want; Markdown is supposed to be readable in raw form) and sent as plain text email, no HTML or multipart&#x2F;alternative in sight<p>+<p>A convention of including a special header (or trailer in the message body) that denotes to the mail client, &quot;This is plain text, but it happens to be valid Markdown, and the author wishes to express their intent that it be treated as such, with richer formatting for the recipient (to be overridden at the recipient&#x27;s desire).&quot;
      • loloquwowndueo3 hours ago
        I don’t want buttons in my emails.
        • XCSme3 hours ago
          But they are a lot easier to see and click (accessibility, larger hit area).<p>You could have a larger text instead of a button, but changing font size is also HTML and not plain-text anymore.
          • antiframe1 hour ago
            Every MUA I&#x27;ve used allows the reader to set a font size, so changing font sizes is 100% a feature of plain-text emails. Then they get the link the size they need to read it correctly and it&#x27;s absolutely easy to read. This here comment is pain text. Is it hard to read this link:<p><a href="http:&#x2F;&#x2F;microsoft.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;microsoft.com&#x2F;</a><p>I don&#x27;t think so. I certainly didn&#x27;t have to resort to HTML to make that link readable and clickable.
          • loloquwowndueo1 hour ago
            I don’t have problems seeing and clicking normal text, thank you very much. I don’t want buttons on my emails.
            • XCSme34 minutes ago
              I think the OP app is meant for creating transactional emails (or bulk-send emails like newsletters).<p>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).
          • koakuma-chan2 hours ago
            You can just send a link, and the user&#x27;s client will probably highlight it even if it is plain text.
            • recursivegirth2 hours ago
              Yea, but how will they hide all the tracking URLs and base64 encoded PII from you in the email?
              • koakuma-chan2 hours ago
                Using a URL shortener obviously. But you are right, if they only send plain text, they won&#x27;t be able to include those 1x1 images at the bottom to track whether you have opened the email. Any sane email client blocks images by default, but whatever.
    • ape448 minutes ago
      Yeah, the first example on that site doesn&#x27;t need any formatting. It just says your code is &lt;code&gt;
    • linhns2 hours ago
      A picture is worth a thousand words.
    • pembrook2 hours ago
      Plain text? Pffft.<p>Human language is an unnecessary abstraction, just like images.<p>I wish everyone would communicate in pure Binary.
  • KhushaliT3 hours ago
    templates are cool but seems too heavy to land in primary inbox
  • sy01153 hours ago
    [dead]
  • T3RMINATED2 hours ago
    [dead]
  • jsxyzb94 hours ago
    [flagged]
  • alfanick3 hours ago
    &quot;Write markdown. Ship emails.&quot; - I see a particular group of people interested in this, but they have their tools already.
    • SunshineTheCat3 hours ago
      I think you should probably let that group of people speak for themselves.<p>I&#x27;m in this &quot;group&quot; and see an immediate usefulness of this over what I&#x27;m doing now.