Hacker News new | ask | show | jobs
by simonw 389 days ago
The more time passes the more I care about my notes living in Markdown:

- I can transform it to other formats should I need to

- The GitHub variant of it (GFM) has feature like syntax highlighting for different languages which is incredibly useful to me based on the kinds of notes I take

- Diffing clearly genuinely is a benefit, sometimes I want to know exactly what I changed!

- I can parse it with regular expressions, so useful information doesn't end up locked in some weird binary format

- LLMs are great at reading and writing it

These things may not matter to people who are not nerds. I'm a nerd!

1 comments

Indeed, Markdown has become a self fulfilling prophecy of sorts: You want to use it because the toolchain and ecosystem surrounding the format is good, and the toolchain and ecosystem are good because everyone is using it.