Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Thanos Apollo | |
- Rename to gnosis-review-session - Use catch-throw to break out of the cl-loop | |||
2024-05-09 | [Refactor] Add gnosis-review-actions | Thanos Apollo | |
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. | |||
2024-05-09 | Remove gnosis-review-override | Thanos Apollo | |
This should be done more elegantly within a gnosis-review-actions without a y-or-n prompt | |||
2024-05-07 | Merge branch 'master' into 0.2.4-dev | Thanos Apollo | |
2024-05-07 | [Fix] review: Update note upon session quit | Thanos Apollo | |
Previous implementation would not update note value for success upon review | |||
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 | Thanos Apollo | |
Update value of gnosis-due-notes-total during review session This way user was a count of total due notes during review. | |||
2024-05-01 | Rename gnosis-due-notes -> gnosis-due-notes-total | Thanos Apollo | |
Make var name clear that it represents total count. due notes might be asumed as a list of note ids | |||
2024-04-26 | [fix] Display images properly | Thanos Apollo | |
2024-04-26 | [fix] modeline: Improve performance | Thanos Apollo | |
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. | |||
2024-04-24 | Add gnosis-mcq-process-input | Thanos Apollo | |
- Process input given from gnosis-mcq-prompt | |||
2024-04-24 | Refactor gnosis-prompt-mcq-input | Thanos Apollo | |
- Use recursion when incorrect formatting is used - Separate the process of input to a different function | |||
2024-04-24 | gnosis-generate-id: Use random length | Thanos Apollo | |
2024-04-21 | Rewrite adding notes logic | Thanos Apollo | |
- 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 | |||
2024-04-20 | [Fix] Add delete functions | Thanos Apollo | |
- Previous implementation would break the generation of ids after deleting a note - Using gnosis-generate-id fixed the previous issue these functions had | |||
2024-04-20 | Add gnosis-generate-id | Thanos Apollo | |
- Generate a unique note id | |||
2024-04-17 | [Fix] gnosis-dashboard: Unset RET for notes | Thanos Apollo | |
2024-04-17 | [Fix] Rewrite selection of notes of tag | Thanos Apollo | |
- Use gnosis-tag-prompt to select tags - Implement 'due' logic on gnosis-select-by-tag | |||
2024-04-17 | [Feature] gnosis-dashboard: View notes of deck | Thanos Apollo | |
- From gnosis-dashboard of decks, press RET to view all notes of deck | |||
2024-04-17 | [fix] gnosis-dashboard: Fix deprecated suspend use | Thanos Apollo | |
- Use gnosis-dashboard-note-ids | |||
2024-04-16 | gnosis-search-note: Adjust for queries with multiple words | Thanos Apollo | |
2024-04-16 | gnosis-dashboard: Style | Thanos Apollo | |
- Adjust for notes with "\n" - Use format, prin1-to-string displays notes quotes ("") - Remove display-line-numbers-mode, this should be configured by the user. | |||
2024-04-16 | [Feature] gnosis-dashboard: Search for note | Thanos Apollo | |
- Query database for note & display notes that match query on dashboard | |||
2024-04-16 | Add gnosis-seach-note | Thanos Apollo | |
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-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 | |