logoalt Hacker News

ozimlast Tuesday at 11:49 AM1 replyview on HN

Well basic markdown is super useful to do stuff quickly.

Problem is when people started to build systems upon systems upon something that should not be used for more complicated cases.

Maybe not a problem because I don't care but I just see how loads of things that someone created to be "just that" someone takes without understanding and builds on top instead of understanding limitations and scope of the initial idea or system.

It is "oh it is missing a feature" - where it is "no it wasn't built to do that".

I have seen notepad in windows shipping some formatting features, I don't see that as an improvement. Notepad was notepad for purpose.


Replies

zamadatixlast Tuesday at 12:29 PM

I think a good balance for a markdown syntax is something you can write nearly naturally on the fly (very low syntax needed for basic use) but can continue to mark up in more detail when you want to turn something into a complex use case (very high syntax ceiling for the complex cases). HTML+CSS almost gets there except the tags are a bit awkward for simple things like just <strong>bolding</strong> a word.

Regarding Notepad, keep in mind they dumped an entire separate app (WordPad) by merging the ability to format into Notepad. This kind of mirrors what I was talking about above: one app with a very low floor but a flexibly high ceiling when you want to go there with it rather than two separate apps you need to pick from up front.