summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-08Add gnosis-mcq-seperatorThanos Apollo
Seperate the stem field from the options
2024-03-08Rewrite addint mcq note typesThanos 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-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 decksThanos 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-08Disable delete funcsThanos Apollo
Deleting rows breaks foreign key implementation. This needs further testing
2024-03-07Add gnosis-delete-noteThanos Apollo
2024-03-06Add gnosis-mcq-guidanceThanos Apollo
2024-03-05gnosis-cloze-replace-words: Use regexp-quoteThanos Apollo
Having \\b would not work for words that have - or other nonregular symbols
2024-03-05Fix gnosis-compare-stringThanos Apollo
- Using = will not work when gnosis-string-difference is 1
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 \\bThanos Apollo
Make sure it replace word properly, including dashes/symbols
2024-03-04gnosis-edit-update-note: Add assert for optionsThanos Apollo
2024-03-04Refactor gnosis-compare-stringsThanos Apollo
Adjust for when gnosis-string-difference is >= answer length
2024-03-04gnosis-algorithm: Update docstrings & package commentaryThanos Apollo
2024-03-04Refactor editing notes for recursive editsThanos 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-04Update docstringsThanos Apollo
Apply flycheck info fixes
2024-03-04packaging: Update package commentaryThanos Apollo
2024-03-04packaging: Require emacs 29.1Thanos Apollo
To use read-string-from-buffer we need to use emacs-29. As of now compat does not provide this.
2024-03-03gnosis-edit-update-note: Update assertionsThanos Apollo
- Add asserts for extras to allow nil value
2024-03-03gnosis-review-algorithm: Add gnosis-get-ef-VALUEThanos Apollo
Use ef-increase/decrease/threshold for deck if defined. Otherwise refer to the coresponding variables
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-keyThanos Apollo
Using local-set-key we specify exit-func for gnosis-edit-save-exit to return back to dashboard for "Notes"
2024-03-03gnosis-edit-mode: Remove interactiveThanos Apollo
2024-03-03Add gnosis-dashboard-output-decksThanos Apollo
2024-03-03Add gnosis-dashboard-output-deckThanos Apollo
2024-03-03Add gnosis-dashboard-deck-note-countThanos Apollo
Return total deck note count in a list. Will be used to output decks.
2024-03-03gnosis-dashboard-output-notes: RewriteThanos 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-03gnosis-dashboard: Rewrite using read-multiple-choiceThanos 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
2024-03-03Add gnosis-dashboard-edit-deckThanos Apollo
2024-03-03Add gnosis-edit-deckThanos Apollo
Edit contents of a deck with a given ID. This function is meant to be used from within a *gnosis-dashboard* buffer. Uses custom kbd via local-set-key, since gnosis-dashboard mode is also used by gnosis-edit-notes, this is viable alternative, if you have any other recommendations feel free to email them to me
2024-03-03Add gnosis-edit-update-deckThanos Apollo
- Use gnosis-assert funcs to make error messages descreptive - Use cl-loop to simplify gnosis-update
2024-03-03Add gnosis-assert-number-or-nilThanos Apollo
2024-03-03Add gnosis-assert-float-or-nilThanos Apollo
2024-03-03Add gnosis-assert-int-or-nilThanos Apollo
2024-03-03Add gnosis-edit-deck--exportThanos Apollo
2024-03-03gnosis-suspend-deck: Add confirmationThanos Apollo
2024-03-03gnosis-suspend-note: RewriteThanos Apollo
2024-03-03gnosis-delete-deck: RewriteThanos Apollo
2024-03-03gnosis--get-deck-name: Add optional id argThanos Apollo
If id is given, return the name for deck id
2024-03-03packaging: Add -dev versionThanos Apollo
2024-03-03Update database to version 2Thanos Apollo
Add failure-factor, ef-increase, ef-decrease, ef-threshold for decks table. These values will be applied to all notes for deck.