gnosis 
- Description
- Spaced Repetition System
- Latest
- gnosis-0.5.8.tar (.sig), 2025-Nov-08, 240 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
1. Gnosis
1.1. About
Gnosis is a GNU Emacs learning tool, with a spaced repetition like implementation.
- Project's Page: https://thanosapollo.org/projects/gnosis/
- User Manual: https://elpa.nongnu.org/nongnu/doc/gnosis.html
- Demo deck: https://codeberg.org/thanosapollo/gnosis-demo
- It's recommended to try out the demo deck for first time users.
Old versions
| gnosis-0.5.7.tar.lz | 2025-Oct-25 | 38.0 KiB |
| gnosis-0.5.6.tar.lz | 2025-Oct-15 | 38.1 KiB |
| gnosis-0.5.5.tar.lz | 2025-Aug-13 | 37.8 KiB |
| gnosis-0.5.4.tar.lz | 2025-Aug-01 | 37.8 KiB |
| gnosis-0.5.3.tar.lz | 2025-Jul-02 | 38.2 KiB |
| gnosis-0.5.2.tar.lz | 2025-Jun-30 | 37.7 KiB |
| gnosis-0.5.1.tar.lz | 2025-Jun-18 | 37.2 KiB |
| gnosis-0.5.0.tar.lz | 2025-Jun-17 | 41.5 KiB |
| gnosis-0.4.10.tar.lz | 2024-Dec-10 | 40.8 KiB |
| gnosis-0.4.8.tar.lz | 2024-Nov-08 | 40.4 KiB |
| gnosis-0.4.7.tar.lz | 2024-Nov-07 | 40.6 KiB |
| gnosis-0.4.6.tar.lz | 2024-Oct-23 | 40.6 KiB |
| gnosis-0.4.5.tar.lz | 2024-Oct-12 | 40.6 KiB |
| gnosis-0.4.4.tar.lz | 2024-Oct-06 | 40.1 KiB |
| gnosis-0.4.3.tar.lz | 2024-Sep-06 | 40.2 KiB |
| gnosis-0.4.2.tar.lz | 2024-Sep-05 | 40.5 KiB |
| gnosis-0.4.1.tar.lz | 2024-Aug-19 | 39.1 KiB |
News
1. 0.5.8
- Update database to version 5.
- Restructure gnosis modules.
- Add monkeytype functionality.
2. 0.5.7
- Resolve issues relating to selecting multiple questions on dashboard.
- Resolve issues for suspending content.
- Improve performance for suspending multiple questions
3. 0.5.6
- Fix issues for clozes with multiple identical answers.
- Improve performance for suspending multiple notes via the dashboard.
- Display newlines when reviewing notes.
- Add feature to mark all notes present at current dashboard.
4. 0.5.5
- Performance improvements for un/suspending decks.
- Minor bug fixes & adjustments.
5. 0.5.4
- New feature: open of file links in a new buffer.
- This can be used to view images or pdf/ebooks.
- Change syntax highlighting to org mode.
- Quitting viewing notes/decks returns to dashboard home page.
- Minor bug fixes & adjustments on dashboard.
6. 0.5.3
- Fix gnosis algorithm bug for failed reviews with custom amnesia value of lower than 0.5.
- Update documentation.
7. 0.5.2
- Fix importing deck issues with non-new gnosis ids.
- Minor aesthetic changes on review header.
- Remove modeline review indication when due reviews are 0.
8. 0.5.1
- Minor bug fixes & documentation update.
9. 0.5.0
- Major rewrite of gnosis database
- All columns have the same value types
- Every note (thema) type will consist of
- keimenon (passage/document) a string value.
- hypothesis assumption/hint, string value related to keimenon to help finding the right answer.
- answer, a string value, self explanatory.
- parathema, a string value, the "extras" with emphasis on adding
Drop support for images- Image support will be rewritten in the next minor version, to support them as file links via keimenon.
Drop support y-or-n notes- With this update your current y-or-n notes will be converted into MCQ type, with "Yes" & "No" choices.
Support for org-mode- Create & edit notes in an org-mode buffer, replacing previous emacs-lisp implementation.
- Export decks as org-mode files
- Import & Edit decks as org-mode files
Support for linking gnosis notes with org-gnosis notes.- Adding an org link to either the keimenon or parathema of a gnosis note to an org-gnosis note will link said notes, this way you can do review gnosis notes that are related to a specific topic/note of org-gnosis.
10. 0.4.10
- Implement major performance improvements in gnosis-dashboard.
11. 0.4.9
- Implement asynchronous dashboard creation
- Minor bug fixes
12. 0.4.8
- Refactor average review output
13. 0.4.7
- Optimized performance for dashboard homepage
- Fix face issues on emacs-30
14. 0.4.6
- Refactor gnosis-dashboard without using widgets
- Improve searching of gnosis notes within dashboard
15. 0.4.5
- Fix cloze hint removal issues.
- Update documentation
- Add Contributing section
- Refactor gnosis-dashboard module as part of gnosis.el
16. 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.
- Add documentation for using gnosis with
17. 0.4.3
- Fix breaking changes for editing cloze notes.
- Refactor calculation of dates in gnosis algorithm.
18. 0.4.2.
- Fix display issues on non-grapical interface.
- Add variable watchers for custom algorithm values.
- Update assertions for editing notes
19. 0.4.1
… …