Age | Commit message (Expand) | Author |
2024-04-02 | Add gnosis-dashboard-note-ids...Store value of note-ids for dashboard on a global variable.
| Thanos Apollo |
2024-04-02 | gnosis-dashboard-output-notes: Adjust with note-ids as arg...- =note-ids= is now an arg
- Store =note-ids= on =gnosis-dashboard-note-ids=
- Update local keybindings (needs rework)
| Thanos Apollo |
2024-04-02 | Add gnosis-collect-note-ids...A command to simplify collecting note-ids
| Thanos Apollo |
2024-04-02 | Add gnosis-get-deck-notes...- Add gnosis-get-deck-notes
- Replace old functions with gnosis-get-deck-notes
| Thanos Apollo |
2024-04-02 | gnosis-select-by-tag: Use cl-assert | Thanos Apollo |
2024-04-02 | Update depecreated use of gnosis-tag-prompt...Fix keywords used
| Thanos Apollo |
2024-04-02 | gnosis-edit-note: Add dashboard as arg...Specify dashboard to return to, by default notes.
| Thanos Apollo |
2024-04-02 | gnosis-tag-prompt: Rewrite...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.
| Thanos Apollo |
2024-04-02 | gnosis-cloze-replace-words: Do not use regexp for word | Thanos Apollo |
2024-03-14 | Add gnosis-modeline-mode...Minor mode to display total due notes on modeline.
| Thanos Apollo |
2024-03-10 | gnosis--get-deck-name: Improve error message...Make it easier for users to understand what is going when they create
their first note.
| Thanos Apollo |
2024-03-10 | [fix] gnosis-cloze-replace-words: Fix string matching...Fix string matching to only match whole words
| Thanos Apollo |
2024-03-10 | [fix] gnosis-review-cloze: Fix multiple clozes reveal...Previous implementation would reveal clozes in the wrong order when
using > 3 clozes.
| Thanos Apollo |
2024-03-10 | Release version 0.2.1: Merge branch '#0.2.1-dev'...- Make gnosis compatible with older versions of Emacs
0.2.1 | Thanos Apollo |
2024-03-10 | Version bump: 0.2.1...- Make gnosis compatible with older emacs versions
| Thanos Apollo |
2024-03-10 | Add gnosis-string-edit-ensure-empty-lines...- ensure-empty-lines is not available on older emacs versions
| Thanos Apollo |
2024-03-10 | Use gnosis-string-edit.el...- Add gnosis-read-string-from-buffer
- Make gnosis available to older versions of emacs
| Thanos Apollo |
2024-03-10 | Add 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-08 | gnosis-mcq-display-choices: Default to nil | Thanos Apollo |
2024-03-08 | Release 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.0 | Thanos Apollo |
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...Change indentation for lambda func
| Thanos Apollo |
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...Seperate each option
| Thanos Apollo |
2024-03-08 | Add gnosis-mcq-seperator...Seperate the stem field from the options
| Thanos Apollo |
2024-03-08 | Rewrite 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-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...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-08 | Disable delete funcs...Deleting rows breaks foreign key implementation. This needs further testing
| Thanos Apollo |
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...Having \\b would not work for words that have - or other nonregular symbols
| Thanos Apollo |
2024-03-05 | Fix gnosis-compare-string...- Using = will not work when gnosis-string-difference is 1
| Thanos Apollo |
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...Make sure it replace word properly, including dashes/symbols
| Thanos Apollo |
2024-03-04 | gnosis-edit-update-note: Add assert for options | Thanos Apollo |
2024-03-04 | Refactor gnosis-compare-strings...Adjust for when gnosis-string-difference is >= answer length
| Thanos Apollo |