NonGNU ELPA - gnosis

gnosis Atom Feed

Description
Spaced Repetition System
Latest
gnosis-0.4.5.tar (.sig), 2024-Oct-12, 230 KiB
Maintainer
Thanos Apollo <public@thanosapollo.org>
Website
https://thanosapollo.org/projects/gnosis
Browse ELPA's repository
CGit or Gitweb
Badge
Manual
gnosis

To install this package from Emacs, use package-install or list-packages.

Full description


Gnosis | Γνῶσις
------------------

Gnosis is a GNU Emacs spaced repetition system.

- Project's Page: <https://thanosapollo.org/projects/gnosis/>
- User Manual: <https://elpa.nongnu.org/nongnu/doc/gnosis.html>

Old versions

gnosis-0.4.4.tar.lz2024-Oct-0640.1 KiB
gnosis-0.4.3.tar.lz2024-Sep-0640.2 KiB
gnosis-0.4.2.tar.lz2024-Sep-0540.5 KiB
gnosis-0.4.1.tar.lz2024-Aug-1939.1 KiB

News

-*- mode: org -*-


* 0.4.4
+ Add clear-history.
+ *Refactor* review actions to use read-char-choice.
  + This is done to allow users to switch buffers during review,
    something that couldn't be done with read-multiple-choice
+ Add documentation for interactions with other software
  + Add documentation for using gnosis with =emacs-no-literring=.

* 0.4.3
+ Fix breaking changes for editing cloze notes.
+ Refactor calculation of dates in gnosis algorithm.

* 0.4.2.

+ Fix display issues on non-grapical interface.
+ Add variable watchers for custom algorithm values.
+ Update assertions for editing notes

* 0.4.1
+  Update to emacsql-4.0.0

* 0.4.0

+ Major rewrite on gnosis algorithm.
  + Add gnosis-score
  + Add epignosis and agnoia
  + Add lethe and anagnosis events
    + Anagnosis events adjust gnosis-score
      depending on review performance, using epignosis
      and agnoia
    + Lethe resets next interval to 0
  + Refactor calculations of next interval and gnosis-score
+ Add custom variables for tags and decks, configured using emacs
  lisp.
+ Rewrite gnosis database.
  + Remove deck specific values.
  + Use new algorithm variables.