Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-06 | [Refactor] algorithm: Add epignosis. | Thanos Apollo | |
* Replace old concept of ef-increase with epignosis. | |||
2024-08-06 | [Refactor] algorithm: Add amnesia value. | Thanos Apollo | |
* Replace old concept of ff with amnesia value. | |||
2024-08-06 | [Refactor] algorithm: Add gnosis score value. | Thanos Apollo | |
* Reconceptualize the concept of ef as gnosis score. | |||
2024-08-06 | [Refactor] algorithm: Add proto values. | Thanos Apollo | |
* Remove old concept of intervals and add proto values. | |||
2024-08-04 | New function: dashboard-suspend-tag. | Thanos Apollo | |
* Toggle suspend for all notes of tag. * Bind it to "s" under dashboard-tags-mode-map. | |||
2024-08-03 | New function: get-note-deck-name. | Thanos Apollo | |
2024-08-03 | dashboard: Update declared functions. | Thanos Apollo | |
2024-08-03 | dashboard-mode: enable gnosis-dashboard-mode. | Thanos Apollo | |
2024-08-03 | Rewrite gnosis-dashboard-menu. | Thanos Apollo | |
* Add new values and create a 2 column layout. | |||
2024-08-03 | New function: dashboard-suffix-decks. | Thanos Apollo | |
* Output decks for dashboard. | |||
2024-08-03 | New function: dashboard-suffix-query. | Thanos Apollo | |
* Search for note content for QUERY. | |||
2024-08-03 | New function: Add dashboard-marked-suspend. | Thanos Apollo | |
* Suspend all selected notes. | |||
2024-08-03 | New function: dashboard-marked-delete. | Thanos Apollo | |
* Delete all selected note ids. | |||
2024-08-03 | New function: dashboard-unmark-all. | Thanos Apollo | |
* Unmark all selected notes. | |||
2024-08-03 | New function: Add dashboard-mark-toggle. | Thanos Apollo | |
* Mark current note at point, it's value is being stored at selected-ids. | |||
2024-08-03 | dashboard-mode: Reset values for selected-ids. | Thanos Apollo | |
2024-08-03 | New function: dashboard-deck-add. | Thanos Apollo | |
* Create a new deck. | |||
2024-08-03 | Rewrite dashboard-output-decks. | Thanos Apollo | |
* Remove deprecated values. * Replace local-set-key for gnosis-dashboard-decks-mode. | |||
2024-08-03 | Add gnosis-dashboard-decks-mode with custom map. | Thanos Apollo | |
2024-08-03 | dashboard-output-deck: Remove deprecated values. | Thanos Apollo | |
* Failure-factor, ef values etc. are deprecated. | |||
2024-08-03 | New function: Add dashboard-output-tags. | Thanos Apollo | |
* Output all tags with total notes. | |||
2024-08-03 | New variable: dashboard--selected-ids. | Thanos Apollo | |
* Currently marked ids. | |||
2024-08-03 | dashboard-mode-map: Add dashboard-menu binding. | Thanos Apollo | |
* Add transient buffer binding at h. | |||
2024-08-03 | New function: dashboard-decks-view-deck. | Thanos Apollo | |
* View deck notes for DECK-ID. | |||
2024-08-03 | New function: Add dashboard-decks-delete. | Thanos Apollo | |
* Delete deck at point. | |||
2024-08-03 | New function: dashboard-decks-suspend-deck. | Thanos Apollo | |
* Suspend currently selected deck notes. | |||
2024-08-03 | Add dashboard-tags-mode with custom map. | Thanos Apollo | |
2024-08-03 | New function: Add dashboard-tag-view-notes. | Thanos Apollo | |
* Output all notes for tag in dashboard. | |||
2024-08-03 | New function: dashboard-rename-tag. | Thanos Apollo | |
* Rename TAG to NEW-TAG for all notes under TAG. | |||
2024-08-03 | New function: dashboard-sort-total-notes. | Thanos Apollo | |
* Function to be used to sort tag dashboard for total notes. | |||
2024-08-03 | New function: dashboard-output-tag. | Thanos Apollo | |
* Output tag name and total notes for tag. | |||
2024-08-03 | Refactor dashboard-output-notes | Thanos Apollo | |
* Replace local-set-key with dashboard-notes-mode. * Update dashboard--current-values | |||
2024-08-03 | Add dashboard-notes-mode & it's map. | Thanos Apollo | |
* Instead of using local-set-key, we will be using a minor mode for each dashboard-output. | |||
2024-08-03 | New function: dashboard-delete. | Thanos Apollo | |
* Delete note at point. | |||
2024-08-03 | New function: dashboard-suspend-note. | Thanos Apollo | |
* Suspend either selected-ids or note at point, depending on the value of selected-ids. | |||
2024-08-03 | New function: Add dashboard-edit-note. | Thanos Apollo | |
* Edit note at point inside dashbaord tabulated list. | |||
2024-08-03 | New function: Add dashboard-return. | Thanos Apollo | |
* Returns to dashboard, refreshing for current values. | |||
2024-08-03 | New variable: dashboard--current | Thanos Apollo | |
* Track values to refresh dashboard. | |||
2024-08-02 | Adjust review commit messages. | Thanos Apollo | |
* Use note-count as optional argument for review session to be used with recursion. | |||
2024-07-31 | review-session: Add option to repeat for due notes. | Thanos Apollo | |
* Add optional argument DUE. * When due is non-nil, repeat for due notes. | |||
2024-07-31 | New custom: review-new-first | Thanos Apollo | |
* When non-nil review new notes first during a gnosis review session. | |||
2024-07-26 | Add dashboard-menu using transient. | Thanos Apollo | |
* Transient buffer menu. | |||
2024-07-26 | Rename gnosis--dashboard -> gnosis-dashboard--search. | Thanos Apollo | |
2024-07-26 | dashboard: Move at the bottom, with minor aesthetic changes. | Thanos Apollo | |
* Move dashboard at the bottom, making it easier to find with imenu. * Minor aesthetic changes. | |||
2024-07-26 | New function: Add dashboard--streak | Thanos Apollo | |
* Return consecutive review streak. | |||
2024-07-26 | dashboard-output-average-rev: Don't include days with 0 reviews. | Thanos Apollo | |
* Output includes only days with >0 reviews. | |||
2024-07-26 | dashboard: Use algorithm-date. | Thanos Apollo | |
2024-07-26 | dashboard-header-face: Use a Tyrian Purple variant. | Thanos Apollo | |
* Tyrian purple is a high-chroma pigment and cannot be displayed properly on RGB screens. This variant should suffice for both dark and light backgrounds. * Using outline causes isssues with centering string, since many themes use custom :height, increasing the font size. | |||
2024-07-26 | packaging: Add transient 0.7.2. | Thanos Apollo | |
* Require transient. | |||
2024-07-24 | dashboard: Rewrite & add transient. | Thanos Apollo | |
* Rewrite gnosis-dashboard as to be an actual dashboard. * Add transient for interactions. |