diff options
author | Thanos Apollo <[email protected]> | 2024-02-06 12:12:49 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-02-06 12:12:49 +0200 |
commit | 78bee49ffb9a5c11f5ecab6f24c043fb72a8854a (patch) | |
tree | 485d7883692f07a9237660ef7e62873a5bfb8407 /gnosis.el | |
parent | 481576c1e018e0e3b9169b4e6806f13dcf24db48 (diff) |
[Package] Update commentary
Diffstat (limited to 'gnosis.el')
-rw-r--r-- | gnosis.el | 18 |
1 files changed, 4 insertions, 14 deletions
@@ -24,24 +24,14 @@ ;;; Commentary: -;; Gnosis is a spaced repetition system for note taking & self testing, -;; where notes are taken in a Question/Answer/Explanation-like format -;; & reviewed in spaced intervals. -;; -;; Gnosis does not implement flashcard type review sessions where the -;; user rates his own answer on an arbitrary scale. Instead implements -;; "note" types that require user input. Some of these note types, like -;; the MCQ, multiple choice question, even allow for simulating -;; real-life exams. +;; Gnosis, pronounced "noh-sis", is a spaced repetition system for +;; note taking & self testing, where notes are taken in a +;; Question/Answer/Explanation format & reviewed in spaced +;; intervals. ;; ;; Gnosis can help you better understand and retain the material by ;; encouraging active engagement. It also provides a clear structure for ;; your notes & review sessions, making it easier to study. -;; -;; Unlike other SRS implementations for GNU Emacs, gnosis does not -;; rely on org-mode. Instead utilizes an sqlite database & git, -;; enabling efficient data management, manipulation and data -;; integrity. ;;; Code: |