--- title: "Augumented Plain Text" categories: - blog abstract: Adding stuff on top of text date: 2023-04-16T19:42:49+02:00 year: 2023 draft: false tags: - plain-text - email - org-mode - org-roam --- I firmly believe that [plain text](/tags/plain-text) is the only format that matters. Let's ignore multimedia for now. I want all my data to be a text file. A parsable text file. If I want it to be encrypted or compressed, I can do that myself. One of the cooler use cases of plan-text is [Org Mode](https://orgmode.org/). However, recently I've discovered [Org Roam](https://www.orgroam.com/), which augments it with SQLite while still being solely based on text files. The notes are just plain old .org files. But to make connections between notes (and since it's based on [Zettelkasten](https://zettelkasten.de/), there will be lots and lots of references), the extension creates an SQLite database. Ingenious. The database is just an addition to make it easier to work the meat is still just a text file.