upvote
To me, one of the big features of markdown is it's half WYSIWYG.

By that I mean, the basics reuse the way we faked formatting to do real formatting. The input is (usually) perfectly readable on its own.

Even if you don't know (or remember) how to author a markdown file, you can probably still read it just fine. The tables still look like tables. The paragraphs are just paragraphs.

I do still have to look up how to do stuff in markdown sometimes. And that's fine. Your active vocabulary is always smaller than your passive one.

So the way I judge this is by how readable the input is.

I'm not sure how well they succeeded at that. A lot of what they show doesn't really add to or take away from that.

But I didn't see any examples of them formatting math. I only rarely use LaTex. And when I do, it's not because I need a "paged" mode or need to include an author. It's because I need to format something markdown can't do, and that's usually a math equation.

So I am curious how that ends up looking.

reply
That’s exactly why I built Quarkdown. Flat learning curve for basic formatting, powerful customizations for the rest. Spot on!
reply
I think that's an interesting idea, but you hit the landing page and there's loads of syntax thrown in your face and you're like, man, I need to learn a lot.

But I think this kind of brings up another problem, which is that you can choose not to use stuff if you're writing, but if you're reading other people's docs or editing them, then you need to know all the syntax they use. Most OSS projects with markdown docs today, anyone can open an MR to improve them.

reply
That's a good argument. However, Quarkdown is still a strict upgrade over typing latex directly or whatever, and you get more predictable results and better compatibility with LLM-assisted editing than with a GUI editor like Word.
reply
Who types latex directly anymore these days?
reply
I just typed my entire PhD thesis in latex earlier this year
reply
Going to work on a Quarkdown with even more Superpowers and a seamless UI/UX so you don't need to remember all the odd new commands.

I shall call it Microsoft Word.

reply
Since it’s an upgrade of markdown, you should have called it "markup".
reply
This sounds to me like it might benefit from some sort of "hypertext" functionality to allow for easy linking of documents
reply
Now you're cooking with gas. Maybe it could be some sort of semantic markup language so we can separate and annotate things like titles, headers, links, and all of that stuff.
reply
I would like to include some dynamic content in my documents. Could we include some kind of simple scripting language?

Maybe call it something like that really popular, Java language? But of course, have it share no concepts with Java, because that would be too straightforward.

reply
This is very interesting. I imagine the links of these documents to each other could be visualized as a web of some sort.
reply
"updoc" is still my favourite joke name. A long time ago (predating E lang's updoc afaict) I wrote a toy markup for semi-technical docs, named so with the specific intention of dropping it casually into conversation. Still funny :D
reply
Price accordingly.
reply
I chuckled
reply
See, that's the Markdown-Word spiral i was talking about...
reply
As I'm writing a small markdown renderer, I find it difficult to even find a name for it, let alone get people to use it once it's ready. So I guess the ol' Markdown is too standard for a "plain markdown" editor to stand out today. Only tools that are polished and dare-I-say full of features beyond normal markdown can stand out from normal Markdown editors to make it into the front page of HN. Sort of natural selection I guess.
reply
That’s truly one of the best compliments I’ve ever received along my dev journey. Thank you.
reply
I was just reflecting on what I saw/thought! But sure, take it as a compliment, the website and branding are amazing, I'm (positively) jealous of how good they reflect on the product, congrats.
reply
I posted it on my X, hope you don’t mind!
reply
FWIW, Obsidian.md makes a fantastic WYSIWYG editor for basic markdown.
reply