summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-03New variable: dashboard--selected-ids.Thanos Apollo
* Currently marked ids.
2024-08-03dashboard-mode-map: Add dashboard-menu binding.Thanos Apollo
* Add transient buffer binding at h.
2024-08-03New function: dashboard-decks-view-deck.Thanos Apollo
* View deck notes for DECK-ID.
2024-08-03New function: Add dashboard-decks-delete.Thanos Apollo
* Delete deck at point.
2024-08-03New function: dashboard-decks-suspend-deck.Thanos Apollo
* Suspend currently selected deck notes.
2024-08-03Add dashboard-tags-mode with custom map.Thanos Apollo
2024-08-03New function: Add dashboard-tag-view-notes.Thanos Apollo
* Output all notes for tag in dashboard.
2024-08-03New function: dashboard-rename-tag.Thanos Apollo
* Rename TAG to NEW-TAG for all notes under TAG.
2024-08-03New function: dashboard-sort-total-notes.Thanos Apollo
* Function to be used to sort tag dashboard for total notes.
2024-08-03New function: dashboard-output-tag.Thanos Apollo
* Output tag name and total notes for tag.
2024-08-03Refactor dashboard-output-notesThanos Apollo
* Replace local-set-key with dashboard-notes-mode. * Update dashboard--current-values
2024-08-03Add 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-03New function: dashboard-delete.Thanos Apollo
* Delete note at point.
2024-08-03New function: dashboard-suspend-note.Thanos Apollo
* Suspend either selected-ids or note at point, depending on the value of selected-ids.
2024-08-03New function: Add dashboard-edit-note.Thanos Apollo
* Edit note at point inside dashbaord tabulated list.
2024-08-03New function: Add dashboard-return.Thanos Apollo
* Returns to dashboard, refreshing for current values.
2024-08-03New variable: dashboard--currentThanos Apollo
* Track values to refresh dashboard.
2024-08-02Adjust review commit messages.Thanos Apollo
* Use note-count as optional argument for review session to be used with recursion.
2024-07-31review-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-31New custom: review-new-firstThanos Apollo
* When non-nil review new notes first during a gnosis review session.
2024-07-26Add dashboard-menu using transient.Thanos Apollo
* Transient buffer menu.
2024-07-26Rename gnosis--dashboard -> gnosis-dashboard--search.Thanos Apollo
2024-07-26dashboard: 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-26New function: Add dashboard--streakThanos Apollo
* Return consecutive review streak.
2024-07-26dashboard-output-average-rev: Don't include days with 0 reviews.Thanos Apollo
* Output includes only days with >0 reviews.
2024-07-26dashboard: Use algorithm-date.Thanos Apollo
2024-07-26dashboard-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-26packaging: Add transient 0.7.2.Thanos Apollo
* Require transient.
2024-07-24dashboard: Rewrite & add transient.Thanos Apollo
* Rewrite gnosis-dashboard as to be an actual dashboard. * Add transient for interactions.
2024-07-24dashboard-reviews-graph: Remove separators.Thanos Apollo
* Using | as separators is not aesthetically pleaseing.
2024-07-24Rewrite dashbaord month graphsThanos Apollo
2024-07-24New function: dashboard--add-paddingThanos Apollo
* Add padding for str-length. This is meant to be used with displaying month graphs
2024-07-24New variable: dashboard-months.Thanos Apollo
* Number of additional months to display on dashboard.
2024-07-23db-init: Update docstring.Thanos Apollo
2024-07-23[fix] get-date-total-notes creation of new entries.Thanos Apollo
* gnosis-get-date-total-notes should not create new entries unless it's for the current date.
2024-07-23edit:(decks) Remove asserts for initial-interval length.Thanos Apollo
* Initial interval can be more than 2 items.
2024-07-23New function: get-date-new-notes.Thanos Apollo
* Get new notes for date.
2024-07-23Review: Increment new note entries.Thanos Apollo
* Use gnosis-review-is-note-new-p with gnosis-review-increment-activity-log to update activity-log properly for total notes & new notes.
2024-07-23New function: review-is-note-new-pThanos Apollo
* Check if note ID is a new note.
2024-07-23Rewrite review-increment-activity-logThanos Apollo
* Adjust for adding new notes on reviewed-new column * Use new variable names * Rewrite more cleanly.
2024-07-23db: Rewrite schema for activity-logThanos Apollo
* Rename note-num -> reviewed-total * Add reviewed-new: Hold value of new notes reviewed for date entry.
2024-07-23review: Add threshold and use c-fails to calc next interv.Thanos Apollo
* Use threshold to reset next interval to 0. When c-fails >= threshold set next interval to 0.
2024-07-23dashboard: Create buffer on the same window.Thanos Apollo
* Create dashboard on the same window instead of popping to a new one. "Popping" to a new window would mess up centering of strings on the main dashboard buffer.
2024-07-23New function: dashboard-test.Thanos Apollo
* This function is meant to replace the current dashboard implementation, combined with a transient buffer.
2024-07-23New function: dashboard-month-overview.Thanos Apollo
* Add 3 month overview. This is currently used for testing purposes.
2024-07-23New function: dashboard-reviews-graphThanos Apollo
* Create a github-like heatmap for month DATES. This is still under review!
2024-07-23New function: gnosis-dashboard--graph-propertize.Thanos Apollo
* Propertize STRING depending on the NUM of reviews.
2024-07-23New function: dashboard-year-stats.Thanos Apollo
* Return YEAR review stats.
2024-07-23New function: dashboard-generate-dates.Thanos Apollo
* Generate all possible dates for YEAR.
2024-07-23New variable: dashboard-header-faceThanos Apollo
* Add face for dashboard header.