I know that there are some web browser extensions like Markdown Here, but do you guys know of clients that do the same natively?

  • BrianTheeBiscuiteer@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    1 day ago

    Cool idea! AFAIK emails are just sent as text but the client renders them when you read them. Theoretically it wouldn’t be hard to send markdown and add a header that indicates the body is markdown. Hard part is integrating support into the client. Since HTML is more verbose than markdown, and you can often mix markdown and HTML, this could actually lead to space and data savings!

    • davel@lemmy.ml
      link
      fedilink
      English
      arrow-up
      7
      ·
      24 hours ago

      I think the idea is for your mail client to translate your Markdown into HTML before sending. To convince the whole world’s email ecosystem to directly support Markdown would be an impossibly large lift given that HTML is already virtually universally supported.

    • sanderium@lemmy.zipOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      24 hours ago

      Yeah, some clients allow you to compose in html so I just copy paste from my markdown editor. But it would be nice to skip the copy paste part and just to parse the markdown directly on the client. Also the markdown renderer fails, the markdown is already human readable. So that would be cool.

    • sanderium@lemmy.zipOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      24 hours ago

      I do prefer plain text as well, and I have tried Org mode, just not all the way. So I wil eventually give it a full go. Thank you!