emacs/var/elfeed/db/data/2f/2f5c61fc65236e1b6c6735ae9b60e508673adda1
2022-01-03 12:49:32 -06:00

4 lines
1.8 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<p>Timothy Unkert is an Emacs user but prefers to use Markdown over Org-mode. Hes posted a video that describes <a href="https://www.youtube.com/watch?v=VM8J1zFPYt0">using Markdown in Emacs</a>. Im very much a “different strokes for different folks” type of guy as the Hippies used to say so Im perfectly happy for people to use whatever software works best for them. That said, after watching the video Im at a loss as to why anyone would prefer to write in Markdown. Sure, sometimes you need to write in Markdown for various reasons but to <i>prefer</i> it? Karl Voit has explained at length why <a href="https://karl-voit.at/2017/09/23/orgmode-as-markup-only/">Org-mode markup is the best of class</a>.</p>
<p>The first issue is inserting links. Unlike Org-mode the link isnt displayed nicely <i>as a link</i> but instead shows the hard to read markup. Worse, Markdown-mode allows you to enter only a single word for the link description. I almost <i>always</i> want more than a single word (as the two links in this post show) so thats deal breaker for me. Unkert fixes it by editing the actual link markup but thats lame. I suspect that the real problem here may be configuration issue on Unkerts machine or at worst an artifact of the Emacs Markdown implementation.</p>
<p>The issue with link display carries over to other text styling. If you want to italicize a word or phrase, you surround it with a single stars but the result is just the word or phrase surrounded by stars unlike Org that will actually produce italics.</p>
<p>Watch the video. Almost every aspect that Unkert demonstrates suffers in comparison to Org-mode. In one sense, this is unfair to Markdown because these problems are specific to the Emacs implementation but if youre an Emacs user I cant see any reason, other things being equal, to prefer Markdown to Org-mode.</p>