michal-sapka-me

Codebase for my homepage.
git clone git://vcs.sapka.me/michal-sapka-me
Log | Files | Refs

commit c03dd987832927db44413c517a800c0dc3ea2edb
parent b0b182641d2c82eb4dca75a96b76e4329b2c837b
Author: d-s <ds@voyager.local>
Date:   Sun, 16 Apr 2023 19:45:44 +0200

fix

Diffstat:
Mcontent/2023/augumented-plain-text.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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.