Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-08 | Release version 0.2.0: Merge branch '0.2.0-dev'0.2.0 | Thanos Apollo | |
- Major changes on gnosis-algorithm - Add deck specific configuration - Add ef-increase, ef-decrease, ef-threshold - Update to new db schema - Update decks schema for ef-increase, ef-decrease, ef-threshold & initial interval - Major changes on gnosis-dashboard - Major changes on adding mcq notes - Major changes on editing notes Fixing packaging issues for gnosis as well. Since 0.1.9 we are using read-string-from-buffer, for which we have to depend on emacs-29.1 | |||
2024-03-08 | Version bump: 0.2.0 | Thanos Apollo | |
2024-03-08 | Update doc & fix typos | Thanos Apollo | |
2024-03-08 | gnosis-tests: Create testing dir | Thanos Apollo | |
2024-03-08 | gnosis-vc-pull: Reopen gnosis-db after pull | Thanos Apollo | |
2024-03-08 | gnosis-dashboard-output-decks: style | Thanos Apollo | |
Change indentation for lambda func | |||
2024-03-08 | gnosis-add-note-mcq: Update docstring | Thanos Apollo | |
2024-03-08 | gnosis-add-deck: Update deck fields for initial-interval | Thanos Apollo | |
2024-03-08 | gnosis-mcq-guidance: Rewrite as cons | Thanos Apollo | |
2024-03-08 | Add gnosis-get-note-initial-interval | Thanos Apollo | |
2024-03-08 | Add gnosis-get-deck-initial-interval | Thanos Apollo | |
2024-03-08 | gnosis-add-note-fields: Refactor using emacsql-with-transaction | Thanos Apollo | |
2024-03-08 | Add gnosis-mcq-options-seperator | Thanos Apollo | |
Seperate each option | |||
2024-03-08 | Add gnosis-mcq-seperator | Thanos Apollo | |
Seperate the stem field from the options | |||
2024-03-08 | Rewrite addint mcq note types | Thanos Apollo | |
Use gnosis-prompt-mcq-input, and from that split into stem, choices & correct-choice. This should make creation of mcq note types faster | |||
2024-03-08 | gnosis-cloze-guidance: Rewrite as a cons | Thanos Apollo | |
2024-03-08 | gnosis-edit: Adjust for deck initial interval | Thanos Apollo | |
2024-03-08 | gnosis-dashboard: Display total note number as integer | Thanos Apollo | |
2024-03-08 | Add initial-interval column for decks | Thanos Apollo | |
Set initial interval for all notes under deck. Make it easier to customize gnosis-algorithm for all notes under deck, e.g have 0 as the first interval for foreign language learning while 1 for biology deck etc. | |||
2024-03-08 | Disable delete funcs | Thanos Apollo | |
Deleting rows breaks foreign key implementation. This needs further testing | |||
2024-03-07 | Add gnosis-delete-note | Thanos Apollo | |
2024-03-06 | Add gnosis-mcq-guidance | Thanos Apollo | |
2024-03-05 | gnosis-cloze-replace-words: Use regexp-quote | Thanos Apollo | |
Having \\b would not work for words that have - or other nonregular symbols | |||
2024-03-05 | Fix gnosis-compare-string | Thanos Apollo | |
- Using = will not work when gnosis-string-difference is 1 | |||
2024-03-05 | gnosis-edit-update-note: Adjust cl-assert options for MCQ | Thanos Apollo | |
2024-03-05 | gnosis-vc-pull: Re-open gnosis-db after pull | Thanos Apollo | |
2024-03-05 | package: Update commentary | Thanos Apollo | |
2024-03-05 | gnosis-cloze-replace-words: Use \\b | Thanos Apollo | |
Make sure it replace word properly, including dashes/symbols | |||
2024-03-04 | gnosis-edit-update-note: Add assert for options | Thanos Apollo | |
2024-03-04 | Refactor gnosis-compare-strings | Thanos Apollo | |
Adjust for when gnosis-string-difference is >= answer length | |||
2024-03-04 | gnosis-algorithm: Update docstrings & package commentary | Thanos Apollo | |
2024-03-04 | Refactor editing notes for recursive edits | Thanos Apollo | |
Adjust gnosis-edit-save-exit func for recursive-edit arg. If not given any just pop back to gnosis-dashboard, else exit recursive edit. gnosis-edit-note will be called either in a recursive edit during note review or from the dashboard. | |||
2024-03-04 | Update docstrings | Thanos Apollo | |
Apply flycheck info fixes | |||
2024-03-04 | packaging: Update package commentary | Thanos Apollo | |
2024-03-04 | packaging: Require emacs 29.1 | Thanos Apollo | |
To use read-string-from-buffer we need to use emacs-29. As of now compat does not provide this. | |||
2024-03-03 | gnosis-edit-update-note: Update assertions | Thanos Apollo | |
- Add asserts for extras to allow nil value | |||
2024-03-03 | gnosis-review-algorithm: Add gnosis-get-ef-VALUE | Thanos Apollo | |
Use ef-increase/decrease/threshold for deck if defined. Otherwise refer to the coresponding variables | |||
2024-03-03 | gnosis-edit-update-note: Add asserts | Thanos Apollo | |
2024-03-03 | Add gnosis-get-ef-threshold | Thanos Apollo | |
2024-03-03 | Add gnosis-get-ef-decrease | Thanos Apollo | |
2024-03-03 | Add gnosis-get-ef-increase | Thanos Apollo | |
2024-03-03 | gnosis-algorithm-next-ef: Fix assertions | Thanos Apollo | |
2024-03-03 | [fix] gnosis-review--update: Return ef properly | Thanos Apollo | |
2024-03-03 | gnosis-edi-note: Use local-set-key | Thanos Apollo | |
Using local-set-key we specify exit-func for gnosis-edit-save-exit to return back to dashboard for "Notes" | |||
2024-03-03 | gnosis-edit-mode: Remove interactive | Thanos Apollo | |
2024-03-03 | Add gnosis-dashboard-output-decks | Thanos Apollo | |
2024-03-03 | Add gnosis-dashboard-output-deck | Thanos Apollo | |
2024-03-03 | Add gnosis-dashboard-deck-note-count | Thanos Apollo | |
Return total deck note count in a list. Will be used to output decks. | |||
2024-03-03 | gnosis-dashboard-output-notes: Rewrite | Thanos Apollo | |
- Specify tabulated-list-format - Fix bug, when a note was deleted it would have broken the dashboard - Specify keybindings using local-set-key | |||
2024-03-03 | gnosis-dashboard: Rewrite using read-multiple-choice | Thanos Apollo | |
Use multipel choice to select how to create dashboard, for now the options are only for notes & decks. Future versions should filter for tags etc |