From 5ba45f5285c92cbcb7dfbe4b3cafd8daed7590e7 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 16 Jan 2024 11:21:39 +0200 Subject: Update package commentary --- gnosis.el | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/gnosis.el b/gnosis.el index a3f9ca0..5a288ea 100644 --- a/gnosis.el +++ b/gnosis.el @@ -1,4 +1,4 @@ -;;; gnosis.el --- Spaced Repetition Learning Tool -*- lexical-binding: t; -*- +;;; gnosis.el --- Spaced Repetition System -*- lexical-binding: t; -*- ;; Copyright (C) 2023 Thanos Apollo @@ -24,11 +24,22 @@ ;;; Commentary: -;; Work in progress +;; Gnosis (γνῶσις), pronounced "noh-sis", meaning knowledge in Greek, is +;; a Spaced Repetition System +;; for GNU Emacs. +;; +;; 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. +;; +;; Unlike other SRS implementations for GNU Emacs, gnosis not rely on +;; org-mode. Instead utilizes an sqlite database & git, enabling +;; efficient data management, manipulation and data integrity. ;;; Code: - (require 'emacsql) (require 'emacsql-sqlite) (require 'cl-lib) -- cgit v1.2.3