Age | Commit message (Expand) | Author |
---|---|---|
2024-06-05 | Rename mcc -> mc-cloze & add guidance string | Thanos Apollo |
2024-06-05 | gnosis-display-hint: Remove extra newline | Thanos Apollo |
2024-05-29 | Merge branch 'master' into 0.2.6-dev | Thanos Apollo |
2024-05-29 | Add gnosis-review-result & fix completing-read calls...gnosis-review-result will be used to update notes on the review-log and notes left to review | Thanos Apollo |
2024-05-29 | [fix] Use funcall for completing-read-func | Thanos Apollo |
2024-05-27 | [fix] gnosis-algorithm: Use notes total-ef | Thanos Apollo |
2024-05-27 | [fix] gnosis-review-last-interval: Minimum value to return is 1...Returning 0 would break algorithm implementation | Thanos Apollo |
2024-05-27 | Add todo's & style code | Thanos Apollo |
2024-05-27 | [feature] Add template for mc-cloze note type | Thanos Apollo |
2024-05-27 | [fix] gnosis-algorithm: Use notes total-ef | Thanos Apollo |
2024-05-27 | [fix] gnosis-review-last-interval: Minimum value to return is 1...Returning 0 would break algorithm implementation | Thanos Apollo |
2024-05-18 | Relocate gnosis-cloze-remov-tags | Thanos Apollo |
2024-05-18 | Add gnosis-mcc-extract-options | Thanos Apollo |
2024-05-18 | Add gnosis-mcc-separator | Thanos Apollo |
2024-05-18 | Add gnosis-completing-read...Call gnosis-completing-read-function, disable history input, shuffle seq order. This should make it easier to add new gnosis types | Thanos Apollo |
2024-05-18 | Add gnosis-completing-read...Call gnosis-completing-read-function, disable history input, shuffle seq order. This should make it easier to add new gnosis types | Thanos Apollo |
2024-05-18 | Add gnosis-shuffle | Thanos Apollo |
2024-05-14 | gnosis-get-note-ff: Use deck-ff over note-ff | Thanos Apollo |
2024-05-14 | gnosis-modeline-mode: Remove run-at-time...We are updating gnosis-due-notes-total upon calling gnosis-review | Thanos Apollo |
2024-05-13 | [fix] gnsois-db: Use defvar instead of defconst...Defconst would not allow the value to change when using gnosis-vc-pull | Thanos Apollo |
2024-05-11 | gnosis-review: Refresh modeline | Thanos Apollo |
2024-05-10 | [fix] gnosis-review-algorithm: Adjust ff & last-interval...Use gnosis-get-note-ff & gnosis-review-last-interval Previous implementation would not respect note's ff or deck's ff | Thanos Apollo |
2024-05-10 | Add gnosis-review-last-interval | Thanos Apollo |
2024-05-10 | Add gnosis-get-note-ff | Thanos Apollo |
2024-05-10 | Add gnosis-get-deck-ff | Thanos Apollo |
2024-05-10 | Add gnosis-get-deck--note | Thanos Apollo |
2024-05-10 | Version bump: 0.2.4 | Thanos Apollo |
2024-05-10 | Update copyrights | Thanos Apollo |
2024-05-10 | gnosis-review-session: Use catch-throw...- Rename to gnosis-review-session - Use catch-throw to break out of the cl-loop | Thanos Apollo |
2024-05-09 | [Refactor] Add gnosis-review-actions...Seperate actions to take during review of gnosis note. Use recursion to be able to do more than one action, e.g edit & then override note. | Thanos Apollo |
2024-05-09 | Remove gnosis-review-override...This should be done more elegantly within a gnosis-review-actions without a y-or-n prompt | Thanos Apollo |
2024-05-07 | Merge branch 'master' into 0.2.4-dev | Thanos Apollo |
2024-05-07 | [Fix] review: Update note upon session quit...Previous implementation would not update note value for success upon review | Thanos Apollo |
2024-05-01 | gnosis-display: Use fill-paragraph as optional arg | Thanos Apollo |
2024-05-01 | Start 0.2.4-dev | Thanos Apollo |
2024-05-01 | Version bump: 0.2.3 | Thanos Apollo |
2024-05-01 | gnosis-review--session: Update value of total review notes...Update value of gnosis-due-notes-total during review session This way user was a count of total due notes during review. | Thanos Apollo |
2024-05-01 | Rename gnosis-due-notes -> gnosis-due-notes-total...Make var name clear that it represents total count. due notes might be asumed as a list of note ids | Thanos Apollo |
2024-04-26 | [fix] Display images properly | Thanos Apollo |
2024-04-26 | [fix] modeline: Improve performance...Calling (length (gnosis-review-get-due-notes)) causes performance issues, especially on old hardware, we store the value on a variable and update it every 5 minutes or when we finish a review session. | Thanos Apollo |
2024-04-24 | Add gnosis-mcq-process-input...- Process input given from gnosis-mcq-prompt | Thanos Apollo |
2024-04-24 | Refactor gnosis-prompt-mcq-input...- Use recursion when incorrect formatting is used - Separate the process of input to a different function | Thanos Apollo |
2024-04-24 | gnosis-generate-id: Use random length | Thanos Apollo |
2024-04-21 | Rewrite adding notes logic...- Remove while statements from gnosis-add-note-TYPE funcs - Every gnosis-add-note-TYPE must receive `deck` as arg - gnosis-add-note implements recursion, with deck & type as optional arguments. This is done to simplify the logic & improve UI | Thanos Apollo |
2024-04-20 | [Fix] Add delete functions...- Previous implementation would break the generation of ids after deleting a note - Using gnosis-generate-id fixed the previous issue these functions had | Thanos Apollo |
2024-04-20 | Add gnosis-generate-id...- Generate a unique note id | Thanos Apollo |
2024-04-17 | [Fix] gnosis-dashboard: Unset RET for notes | Thanos Apollo |
2024-04-17 | [Fix] Rewrite selection of notes of tag...- Use gnosis-tag-prompt to select tags - Implement 'due' logic on gnosis-select-by-tag | Thanos Apollo |
2024-04-17 | [Feature] gnosis-dashboard: View notes of deck...- From gnosis-dashboard of decks, press RET to view all notes of deck | Thanos Apollo |
2024-04-17 | [fix] gnosis-dashboard: Fix deprecated suspend use...- Use gnosis-dashboard-note-ids | Thanos Apollo |