diff options
author | d-s <ds@voyager.local> | 2023-04-16 19:45:02 +0200 |
---|---|---|
committer | d-s <ds@voyager.local> | 2023-04-16 19:45:02 +0200 |
commit | b0b182641d2c82eb4dca75a96b76e4329b2c837b (patch) | |
tree | 37bf90897bdb7e40e4b1c2e7529967c7d762cbab | |
parent | 222320d7002d94659b6eae463fe082217453943a (diff) |
feat: article for 2023-04-16
-rw-r--r-- | content/2023/augumented-plain-text.md | 19 | ||||
-rw-r--r-- | content/2023/youve-got-mail.md | 1 |
2 files changed, 20 insertions, 0 deletions
diff --git a/content/2023/augumented-plain-text.md b/content/2023/augumented-plain-text.md new file mode 100644 index 0000000..f3c834a --- /dev/null +++ b/content/2023/augumented-plain-text.md @@ -0,0 +1,19 @@ +--- +title: "Augumented Plain Text" +category: "software" +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. I have never diff --git a/content/2023/youve-got-mail.md b/content/2023/youve-got-mail.md index e754233..10ea47e 100644 --- a/content/2023/youve-got-mail.md +++ b/content/2023/youve-got-mail.md @@ -9,6 +9,7 @@ tags: - email - netiquette - internet +- plain-text --- I'm not much into instant messaging. I'd say that Messenger or Discord was forced upon me rather than chosen. Having said that, it's great for chatting without any structure or overarching goal. It often becomes just link sharing with some comments, but still - for this use case, it's great. Like talking in a bar over a beer. |