GNU Emacs Spaced Repetition System for note taking and self testing.
Git repositories:
Manual:
About
Gnosis is a spaced repetition-like system designed to enhance memory retention through active recall. It uses a Q&A format, with each note comprising a question, answer, and explanation.
Installation
Gnosis is available via NonGNU ELPA, MELPA & GNU Guix
Example using use-package
(use-package gnosis
:ensure t
:config
(gnosis-modeline-mode)
:bind (("C-c g" . gnosis-dashboard)))
After installing gnosis, it’s recommended to try out the gnosis-demo deck
Screenshots
Basic note review
Basic note answer evaluation
Cloze note type review
Cloze note answer evaluation