diff options
author | d-s <ds@voyager.local> | 2023-04-16 19:45:44 +0200 |
---|---|---|
committer | d-s <ds@voyager.local> | 2023-04-16 19:45:44 +0200 |
commit | c03dd987832927db44413c517a800c0dc3ea2edb (patch) | |
tree | afb8a3c3e5d9113222d08d58758b6fbb3cc7fcf6 /content | |
parent | b0b182641d2c82eb4dca75a96b76e4329b2c837b (diff) |
fix
Diffstat (limited to 'content')
-rw-r--r-- | content/2023/augumented-plain-text.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/2023/augumented-plain-text.md b/content/2023/augumented-plain-text.md index f3c834a..88ec957 100644 --- a/content/2023/augumented-plain-text.md +++ b/content/2023/augumented-plain-text.md @@ -16,4 +16,4 @@ I firmly believe that [plain text](/tags/plain-text) is the only format that mat 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. I have never +the meat is still just a text file. |