diff options
author | Thanos Apollo <[email protected]> | 2024-08-07 15:04:00 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-08-07 15:04:00 +0300 |
commit | bc0d2a3ec6195d79903ad7badec10a26538763c2 (patch) | |
tree | 62051e3309b420242e4809b02990bd7531308f1b /TODO.org | |
parent | 4cd3ce6993a9b97b698537c428addf7387b13a3f (diff) | |
parent | caae059a0988cdb08ef01f1adc695972300fe09c (diff) |
Release version 0.4.00.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.
Diffstat (limited to 'TODO.org')
-rw-r--r-- | TODO.org | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/TODO.org b/TODO.org deleted file mode 100644 index 951f5f0..0000000 --- a/TODO.org +++ /dev/null @@ -1,43 +0,0 @@ -#+title: TODO's for Gnosis -#+author: Thanos Apollo -#+startup: content - - -* Notes -** TODO Add export deck -** TODO Add support for org-mode -+ Create gnosis notes using =org-mode= -* Dashboard -** DONE Add Dashboard -CLOSED: [2024-02-20 Tue 13:33] -+ Create a dashboard to view all notes created, user can edit & - suspend notes. Use tabulated-list-mode, preferably. -** TODO Dashboard: Improve Performance -+ emacsql is quite fast, but the current tabulated-list implementation - can be quite slow when having >30K notes. Consider alternatives to tabulated-list -** DONE Dashboard: Add filtering/search -CLOSED: [2024-04-20 Sat 12:54] -- [x] Search using tags -- [x] Search/Filter for main/answer -* Misc -** DONE Refactor =completing-read= UI choices -CLOSED: [2024-02-17 Sat 21:59] -/DONE on version 0.1.7/ - -=completing-read= is not an ideal solution as a UI. If user has not -enabled a completion system, such as vertico, this would make gnosis -unusable. - -One possible solution is to create defcustom =gnosis-completing-read-function= -that has ido-completing-read by default if vertico/ivy/helm is not -enabled -*** Notes -Implemented =gnosis-completing-read-function= - -** TODO Use vc instead of shell commands -- [x] Push & Pull commands /DONE on version 0.1.7/ -- [] stage & commit - - - - |