REDISCOVERING THE BEAUTY OF PLAIN TEXT
Collin McKinley - 2026-07-25
Anyone who knows me knows that I've been a big advocate for plain text for
quite a while. I used to write all my notes, memos, and even diagrams in plain
text. The reason I used to do this was mainly because I hated the complexity
of formats like LaTeX and the incompatibility of formats like MarkDown.
Writing LaTeX takes just as much mind as writing a program, and very few people
tend to have a MarkDown compiler installed on their system. For my perfect
format, I wanted something that displayed its intended final product on just
about any system without needing the user to install any software they don't
already have, and for that format to be easy to write. So I settled on plain
text.
Flash forward to this year, I decided to do something a little bit different.
I started trying out HTML. Now I've used HTML for years to design my website,
but every time I did that, I ended up with a
and
soup. This year
I decided to sit down and write HTML by hand following the conventions of the
early Internet, and ultimately discovered my new notes/memo format.
Now I am going back on that decision. While I love HTML and think its actually
one of the best markup languages, it unfortunately has a few fatal flaws which
make it wholly unsuitable for my needs. Some of these are solvable problems,
but others are fundamental problems with the format and how it evolved over
time. In this post, I am going to walk through the problems that I quickly
discovered while authoring notes in HTML and the benefits of plain text over
it.
TAG SUPPORT
===========
The beginning of the end for HTML as my notes format came with one simple tag,