Age | Commit message (Expand) | Author |
---|---|---|
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 |
2024-04-16 | gnosis-search-note: Adjust for queries with multiple words | Thanos Apollo |
2024-04-16 | gnosis-dashboard: Style...- 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. | Thanos Apollo |
2024-04-16 | [Feature] gnosis-dashboard: Search for note...- Query database for note & display notes that match query on dashboard | Thanos Apollo |
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...- gnosis-dashboard-output-decks & notes functions are the ones that should pop to a new buffer. - gnosis-dashboard should only handle note-id collection | Thanos Apollo |
2024-04-11 | Add gnosis-review-override...Reverses the result of review | Thanos Apollo |
2024-04-11 | gnosis-display-next-review: Adjust for overrides | Thanos Apollo |
2024-04-10 | review: All review functions return success value...- Review functions return a boolean value for success. This way it can be overriden. | Thanos Apollo |
2024-04-10 | gnosis-display-next-review: Get value using gnosis-algorithm...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. | Thanos Apollo |
2024-04-10 | [Feature] Add override...- 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. | Thanos Apollo |
2024-04-10 | [fix] gnosis-display-image: Adjust for empty strings | Thanos Apollo |
2024-04-03 | dashboard: Refactor user interaction...- Use lowercase - Prompt for gnosis-dashboard-type before switching to buffer | 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...Specify as arg dashboard to return to after editing. | Thanos Apollo |
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 | Version bump: 0.2.1...- Make gnosis compatible with 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-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 | Version bump: 0.2.0 | Thanos Apollo |
2024-03-08 | Update doc & fix typos | 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 |