Earlier quoted context omitted.
then the critic of the article is valid again. Its just not fun to write a table in a plain text editor.
No, but there is fun ways to do it. when i used Latx a lot, i had an awk script that wrote the table in my file from a CSV. Also, now i think most data inspection tools (panda and mysql at least, probably others) spit their data in the terminal in markdown form, so its a cpy pasta anyway. the only issue with markdown is image alignment. And to be honest, WYSIWYG editors are shit at this too. I'd rather not loose my t…
Why Is Markdown Popular?
61–70 of 179 posts
Re: Why Is Markdown Popular?
#62The author is mixing up two different things: the concept of markdown (text with a little bit of light formatting mixed into it with easy-on-the-eye syntax) and the existing specification of Markdown-with-a-capital-M (and its flow on effects). The concept is fine. The author may not want to manually write markdown, and may think that no one else wants to either, but they are wrong. It's very very useful to have a way…
Took me about a week to produce something that could generate a nice document object model, and spit out HTML (or anything you please).
The concept is powerful. The specific Markdown implementation however is too messy for proper tooling.
Re: Why Is Markdown Popular?
#63>It’s barely a spec Which is fitting. It evolved long before the term 'markdown' itself existed, a practice having been used in email and usenet and BBSes for many years before. The 'spec' is just trying to codify the already-existing usage, which evolved organically in many different areas by many different people. >You need to use a WYSIWYG tool or you don’t use it. No, no you absolutely don't. Almost no one uses a…
Re: Why Is Markdown Popular?
#64Did the author just look past Slack, Reddit, Discord, Teams, and more? I am honestly lost how one could make such a statement when its already in so many places where the primary audience is non-developers. They even list Reddit in their own post, but still make this statement?!
Re: Why Is Markdown Popular?
#65Re: Why Is Markdown Popular?
#66Re: Why Is Markdown Popular?
#67That’s not a markdown-only characteristic, it’s the same with HTML.
> Markdown will never get beyond developers
Ever heard of WhatsApp? A few billion people use it everyday.
Re: Why Is Markdown Popular?
#68Earlier quoted context omitted.
> No, no you absolutely don't. Almost no one uses a WYSIWYG for markdown. That would completely negate the point. > Probably 99% wrong. I've never met anyone that chose to make things more difficult for themselves by using a clunky WYSIWYG instead of just typing the markdown in a text editor. Sometimes that's an IDE, but that's beside the point. Plain text does matter. You repeat this point but the trend of markdown…
There are also the multitude of people that use markdown in chat applications, which usually implement a form of WYSIWYG editing, e.g., Slack.
Re: Why Is Markdown Popular?
#69>It’s barely a spec Which is fitting. It evolved long before the term 'markdown' itself existed, a practice having been used in email and usenet and BBSes for many years before. The 'spec' is just trying to codify the already-existing usage, which evolved organically in many different areas by many different people. >You need to use a WYSIWYG tool or you don’t use it. No, no you absolutely don't. Almost no one uses a…
Your first two points are misleading: 1. The article conflated lightweight markup languages as a class and Markdown in various places, and you’re making it worse by performing that conflation in different places. Markdown was a specific invention which took parts of ancient customs (some from at least as far back as the typewriter era), but applied various other rules never before seen. It was absolutely not just a c…
Statements like “no one” are silly because they are easy to disprove and then get into “well maybe you do, but I don’t; therefore…”
There are lots of tables in markdown. I’m not sure how you definitively know if they are made by hand or cut and pasted from a helper tool.
Anyway, it’s a dumb argument to make. The beauty of markdown is that if you don’t understand something, just don’t use it. It’s not like there are many tables in blog posts or comments any way.
Re: Why Is Markdown Popular?
#70The author is mixing up two different things: the concept of markdown (text with a little bit of light formatting mixed into it with easy-on-the-eye syntax) and the existing specification of Markdown-with-a-capital-M (and its flow on effects). The concept is fine. The author may not want to manually write markdown, and may think that no one else wants to either, but they are wrong. It's very very useful to have a way…
I came to the same conclusion years ago and made myself and "alternate" markdown-like format that superficially looks the same, but has a grammar compatible with parser generators like ANTLR. Took me about a week to produce something that could generate a nice document object model, and spit out HTML (or anything you please). The concept is powerful. The specific Markdown implementation however is too messy for prope…
Obsidian and its many amazing plugins are powerful evidence to the contrary.