summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-10Add gnosis-string-edit-ensure-empty-lines...- ensure-empty-lines is not available on older emacs versions Thanos Apollo
2024-03-10Use gnosis-string-edit.el...- Add gnosis-read-string-from-buffer - Make gnosis available to older versions of emacs Thanos Apollo
2024-03-10Add gnosis-string-edit.el...Modified version of string-edit.el to make gnosis available for older versions of emacs. Thanos Apollo
2024-03-08[fix] gnosis-edit-update-note: Add assert for suspend...Make sure that suspend value is either 0 or 1 Thanos Apollo
2024-03-08gnosis-mcq-display-choices: Default to nilThanos Apollo
2024-03-08Release version 0.2.0: Merge branch '0.2.0-dev'...- 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 0.2.0Thanos Apollo
2024-03-08Version bump: 0.2.0Thanos Apollo
2024-03-08Update doc & fix typosThanos Apollo
2024-03-08gnosis-tests: Create testing dirThanos Apollo
2024-03-08gnosis-vc-pull: Reopen gnosis-db after pullThanos Apollo
2024-03-08gnosis-dashboard-output-decks: style...Change indentation for lambda func Thanos Apollo
2024-03-08gnosis-add-note-mcq: Update docstringThanos Apollo
2024-03-08gnosis-add-deck: Update deck fields for initial-intervalThanos Apollo
2024-03-08gnosis-mcq-guidance: Rewrite as consThanos Apollo
2024-03-08Add gnosis-get-note-initial-intervalThanos Apollo
2024-03-08Add gnosis-get-deck-initial-intervalThanos Apollo
2024-03-08gnosis-add-note-fields: Refactor using emacsql-with-transactionThanos Apollo
2024-03-08Add gnosis-mcq-options-seperator...Seperate each option Thanos Apollo
2024-03-08Add gnosis-mcq-seperator...Seperate the stem field from the options Thanos Apollo
2024-03-08Rewrite addint mcq note types...Use gnosis-prompt-mcq-input, and from that split into stem, choices & correct-choice. This should make creation of mcq note types faster Thanos Apollo
2024-03-08gnosis-cloze-guidance: Rewrite as a consThanos Apollo
2024-03-08gnosis-edit: Adjust for deck initial intervalThanos Apollo
2024-03-08gnosis-dashboard: Display total note number as integerThanos Apollo
2024-03-08Add initial-interval column for decks...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. Thanos Apollo
2024-03-08Disable delete funcs...Deleting rows breaks foreign key implementation. This needs further testing Thanos Apollo
2024-03-07Add gnosis-delete-noteThanos Apollo
2024-03-06Add gnosis-mcq-guidanceThanos Apollo
2024-03-05gnosis-cloze-replace-words: Use regexp-quote...Having \\b would not work for words that have - or other nonregular symbols Thanos Apollo
2024-03-05Fix gnosis-compare-string...- Using = will not work when gnosis-string-difference is 1 Thanos Apollo
2024-03-05gnosis-edit-update-note: Adjust cl-assert options for MCQThanos Apollo
2024-03-05gnosis-vc-pull: Re-open gnosis-db after pullThanos Apollo
2024-03-05package: Update commentaryThanos Apollo
2024-03-05gnosis-cloze-replace-words: Use \\b...Make sure it replace word properly, including dashes/symbols Thanos Apollo
2024-03-04gnosis-edit-update-note: Add assert for optionsThanos Apollo
2024-03-04Refactor gnosis-compare-strings...Adjust for when gnosis-string-difference is >= answer length Thanos Apollo
2024-03-04gnosis-algorithm: Update docstrings & package commentaryThanos Apollo
2024-03-04Refactor editing notes for recursive edits...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. Thanos Apollo
2024-03-04Update docstrings...Apply flycheck info fixes Thanos Apollo
2024-03-04packaging: Update package commentaryThanos Apollo
2024-03-04packaging: Require emacs 29.1...To use read-string-from-buffer we need to use emacs-29. As of now compat does not provide this. Thanos Apollo
2024-03-03gnosis-edit-update-note: Update assertions...- Add asserts for extras to allow nil value Thanos Apollo
2024-03-03gnosis-review-algorithm: Add gnosis-get-ef-VALUE...Use ef-increase/decrease/threshold for deck if defined. Otherwise refer to the coresponding variables Thanos Apollo
2024-03-03gnosis-edit-update-note: Add assertsThanos Apollo
2024-03-03Add gnosis-get-ef-thresholdThanos Apollo
2024-03-03Add gnosis-get-ef-decreaseThanos Apollo
2024-03-03Add gnosis-get-ef-increaseThanos Apollo
2024-03-03gnosis-algorithm-next-ef: Fix assertionsThanos Apollo
2024-03-03[fix] gnosis-review--update: Return ef properlyThanos Apollo
2024-03-03gnosis-edi-note: Use local-set-key...Using local-set-key we specify exit-func for gnosis-edit-save-exit to return back to dashboard for "Notes" Thanos Apollo
2024-03-03gnosis-edit-mode: Remove interactiveThanos Apollo