From 8cf51be9d41a41b24fdb5a9af73a47d907b20bbc Mon Sep 17 00:00:00 2001 From: Stanislav Katkov Date: Wed, 20 Sep 2023 10:56:00 +0200 Subject: [PATCH] Add a note about Obsidian --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eee9fe4..57bcec1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ - Instantly edit current day entry - Journal using any plain-text format (txt, md, [xit](https://xit.jotaen.net/) or anything else) - Basic templates support -- Works on Linux and OSX. +- Works on Linux and OSX - Overview/filtering of existing entries ## Installation @@ -50,6 +50,13 @@ t really need. Plain-text files stored in cloud storage and edited througn nano Epictetus, great Stoic philospher and slave, once told to his students that "philosophy is something one should write down day by day". Hence name of this tool is a reference to this great human and hat tip to practical philosophy called Stoicism. +## Obsidian integration +I wrote this tool our of frustration with existing note taking apps (everything has to be in the cloud these days), but there are other apps that followed similar design choices as `stoic` did. + +I'm now using [Obsidian](https://obsidian.md/) as a fully featured writing app. Obsidian comes with some core plugins that you can enable, one of those is "Daily Notes" that does something similar to `stoic`. Notherless I still keep using `stoic` as a companion cli app to Obisidian, with light configuration changes they play perfectly together. + +TODO: DESCRIBE HOW TO CONFIGURE "DAILY NOTES" PLUGIN TO INTEGRATE WITH STOIC APP. + ## Development As prerequisite, you need to have the [Go compiler](https://golang.org/doc/install). Please check the [`go.mod`](go.mod) file to see what Go version stoic requires.