Documentation

Commentary

Org-gnosis provides a minimal note-taking system with linked notes.
It functions as an independent module, designed to integrate with
Gnosis (a spaced repetition system) but usable standalone.

The package implements Zettelkasten-style note-taking: notes have
unique IDs, link to other notes, and the system tracks backlinks.
Notes are stored as org files and indexed in an SQLite database.

When used with Gnosis, notes can link to themata (question subjects),
connecting note-taking with spaced repetition.  Without Gnosis, it
provides a lightweight system for linked notes and journaling.

Features:
- Unique IDs for each note
- Backlinks and forward link tracking
- Tag-based organization
- Daily journaling (single file or separate files per day)
- SQLite database for indexing
- Hierarchical note structures
- Optional .gpg encryption
- Optional integration with Gnosis themata

Main interactive commands:
- `org-gnosis-find': Find or create a note
- `org-gnosis-insert': Insert a link to a note
- `org-gnosis-journal': Open today's journal entry
- `org-gnosis-find-by-tag': Find notes by tag
- `org-gnosis-visit-backlinks': Visit notes linking to current note
- `org-gnosis-db-sync': Sync database with files

Consumers

Reverse Dependencies

No reverse dependencies recorded.