Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-11 | Merge branch '0.2.2-dev'0.2.2 | Thanos Apollo | |
- Major changes on dashboard - Redo how note-ids are collected - Add support for tags - Rewrite how gnosis-review-TYPE works, now these funcs need to return the review result, either t for success or nil for failure. - Add override - Override review result, e.g change review result from failure to success - Minor bug fixes on image display | |||
2024-04-11 | version bump: 0.2.2 | Thanos Apollo | |
2024-04-11 | dashboard: Adjust for output buffer | Thanos Apollo | |
- gnosis-dashboard-output-decks & notes functions are the ones that should pop to a new buffer. - gnosis-dashboard should only handle note-id collection | |||
2024-04-11 | Add gnosis-review-override | Thanos Apollo | |
Reverses the result of review | |||
2024-04-11 | gnosis-display-next-review: Adjust for overrides | Thanos Apollo | |
2024-04-10 | review: All review functions return success value | Thanos Apollo | |
- Review functions return a boolean value for success. This way it can be overriden. | |||
2024-04-10 | gnosis-display-next-review: Get value using gnosis-algorithm | Thanos Apollo | |
Since we will be displaying next date before we use gnosis-review--update, we will have to calculate the next date before we update note value in db. | |||
2024-04-10 | [Feature] Add override | Thanos Apollo | |
- Override review result - gnosis-review--update will be used only on gnosis-review--sesion. - gnosis-review-TYPE functions should return t or nil, for success or failure of review. | |||
2024-04-10 | [fix] gnosis-display-image: Adjust for empty strings | Thanos Apollo | |
2024-04-03 | dashboard: Refactor user interaction | Thanos Apollo | |
- Use lowercase - Prompt for gnosis-dashboard-type before switching to buffer | |||
2024-04-03 | Update TODOs | Thanos Apollo | |
2024-04-02 | gnosis-edit-note: Update docstring | Thanos Apollo | |
2024-04-02 | gnosis-dashboard-output-note: style | Thanos Apollo | |
2024-04-02 | gnosis-edit-note: Return to gnosis-dashboard-note-ids | Thanos Apollo | |
2024-04-02 | gnosis-tag-prompt: Use error for "No due notes" | Thanos Apollo | |
2024-04-02 | gnosis-review: Use gnosis-collect-note-ids | Thanos Apollo | |
2024-04-02 | gnosis-dashboard: Add note-ids argument | Thanos Apollo | |
2024-04-02 | gnosis-dashboard-edit-note: Add dashboard as arg | Thanos Apollo | |
Specify as arg dashboard to return to after editing. | |||
2024-04-02 | Add gnosis-dashboard-note-ids | Thanos Apollo | |
Store value of note-ids for dashboard on a global variable. | |||
2024-04-02 | gnosis-dashboard-output-notes: Adjust with note-ids as arg | Thanos Apollo | |
- =note-ids= is now an arg - Store =note-ids= on =gnosis-dashboard-note-ids= - Update local keybindings (needs rework) | |||
2024-04-02 | Add gnosis-collect-note-ids | Thanos Apollo | |
A command to simplify collecting note-ids | |||
2024-04-02 | Add gnosis-get-deck-notes | Thanos Apollo | |
- Add gnosis-get-deck-notes - Replace old functions with gnosis-get-deck-notes | |||
2024-04-02 | gnosis-select-by-tag: Use cl-assert | Thanos Apollo | |
2024-04-02 | Update depecreated use of gnosis-tag-prompt | Thanos Apollo | |
Fix keywords used | |||
2024-04-02 | gnosis-edit-note: Add dashboard as arg | Thanos Apollo | |
Specify dashboard to return to, by default notes. | |||
2024-04-02 | gnosis-tag-prompt: Rewrite | Thanos Apollo | |
Since we are not using gnosis-tag-prompt to input tags for notes, this was due for a rewrite. This function will be used to select tags, which could be used to output a note-id collection for specified tags. | |||
2024-04-02 | gnosis-cloze-replace-words: Do not use regexp for word | Thanos Apollo | |
2024-03-14 | Add gnosis-modeline-mode | Thanos Apollo | |
Minor mode to display total due notes on modeline. | |||
2024-03-10 | gnosis--get-deck-name: Improve error message | Thanos Apollo | |
Make it easier for users to understand what is going when they create their first note. | |||
2024-03-10 | [fix] gnosis-cloze-replace-words: Fix string matching | Thanos Apollo | |
Fix string matching to only match whole words | |||
2024-03-10 | [fix] gnosis-review-cloze: Fix multiple clozes reveal | Thanos Apollo | |
Previous implementation would reveal clozes in the wrong order when using > 3 clozes. | |||
2024-03-10 | Release version 0.2.1: Merge branch '#0.2.1-dev'0.2.1 | Thanos Apollo | |
- Make gnosis compatible with older versions of Emacs | |||
2024-03-10 | Version bump: 0.2.1 | Thanos Apollo | |
- Make gnosis compatible with older emacs versions | |||
2024-03-10 | Add gnosis-string-edit-ensure-empty-lines | Thanos Apollo | |
- ensure-empty-lines is not available on older emacs versions | |||
2024-03-10 | Use gnosis-string-edit.el | Thanos Apollo | |
- Add gnosis-read-string-from-buffer - Make gnosis available to older versions of emacs | |||
2024-03-10 | Add gnosis-string-edit.el | Thanos Apollo | |
Modified version of string-edit.el to make gnosis available for older versions of emacs. | |||
2024-03-08 | [fix] gnosis-edit-update-note: Add assert for suspend | Thanos Apollo | |
Make sure that suspend value is either 0 or 1 | |||
2024-03-08 | gnosis-mcq-display-choices: Default to nil | Thanos Apollo | |
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 | |