branch: externals/org-gnosis
commit 9830f7bcb9abf0caea8c6f0fd9dc3a00831923e8
Author: Thanos Apollo <[email protected]>
Commit: Thanos Apollo <[email protected]>
Update README.
---
README.org | 24 ++++++++++++++++++++++--
1 file changed, 22 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index ad8a946151..eed93ea161 100644
--- a/README.org
+++ b/README.org
@@ -2,8 +2,28 @@
** About
-Org Gnosis (GNU-sis) is a Roam-inspired note-taking system for GNU
-Emacs.
+Org-gnosis provides a minimal note-taking system for GNU Emacs. It
+implements Zettelkasten-style linked notes with an SQLite database for
+indexing.
+
+The package functions as an independent module, designed to integrate
+with [[https://thanosapollo.org/projects/gnosis/][Gnosis]] (a spaced
repetition system) but usable standalone. Notes can
+optionally link to Gnosis themata for connecting note-taking with spaced
+repetition self testing practice.
+
+** Features
+
++ Unique IDs for each note
++ Backlinks and forward link tracking
++ Tag-based organization
++ Daily journaling (single file or separate files)
++ SQLite database for indexing
++ Hierarchical note structures
++ Optional .gpg encryption
++ Optional integration with Gnosis themata
+
+** Links
+ [[https://thanosapollo.org/projects/org-gnosis/][Homepage]]
+ [[https://thanosapollo.org/user-manual/org-gnosis/][Manual]]
++ [[https://thanosapollo.org/projects/gnosis/][Gnosis]]