Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2024-07-24 | dashboard-reviews-graph: Remove separators. | Thanos Apollo | |
* Using | as separators is not aesthetically pleaseing. | |||
2024-07-24 | Rewrite dashbaord month graphs | Thanos Apollo | |
2024-07-24 | New function: dashboard--add-padding | Thanos Apollo | |
* Add padding for str-length. This is meant to be used with displaying month graphs | |||
2024-07-24 | New variable: dashboard-months. | Thanos Apollo | |
* Number of additional months to display on dashboard. | |||
2024-07-23 | db-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-23 | edit:(decks) Remove asserts for initial-interval length. | Thanos Apollo | |
* Initial interval can be more than 2 items. | |||
2024-07-23 | New function: get-date-new-notes. | Thanos Apollo | |
* Get new notes for date. | |||
2024-07-23 | Review: 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-23 | New function: review-is-note-new-p | Thanos Apollo | |
* Check if note ID is a new note. | |||
2024-07-23 | Rewrite review-increment-activity-log | Thanos Apollo | |
* Adjust for adding new notes on reviewed-new column * Use new variable names * Rewrite more cleanly. | |||
2024-07-23 | db: Rewrite schema for activity-log | Thanos Apollo | |
* Rename note-num -> reviewed-total * Add reviewed-new: Hold value of new notes reviewed for date entry. | |||
2024-07-23 | review: 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-23 | dashboard: 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-23 | New function: dashboard-test. | Thanos Apollo | |
* This function is meant to replace the current dashboard implementation, combined with a transient buffer. | |||
2024-07-23 | New function: dashboard-month-overview. | Thanos Apollo | |
* Add 3 month overview. This is currently used for testing purposes. | |||
2024-07-23 | New function: dashboard-reviews-graph | Thanos Apollo | |
* Create a github-like heatmap for month DATES. This is still under review! | |||
2024-07-23 | New function: gnosis-dashboard--graph-propertize. | Thanos Apollo | |
* Propertize STRING depending on the NUM of reviews. | |||
2024-07-23 | New function: dashboard-year-stats. | Thanos Apollo | |
* Return YEAR review stats. | |||
2024-07-23 | New function: dashboard-generate-dates. | Thanos Apollo | |
* Generate all possible dates for YEAR. | |||
2024-07-23 | New variable: dashboard-header-face | Thanos Apollo | |
* Add face for dashboard header. | |||
2024-07-23 | New variable: Add dashboard-search-value. | Thanos Apollo | |
* Hold query value for searching notes. | |||
2024-07-23 | dashboard: Update requirments & declarations. | Thanos Apollo | |
2024-07-22 | gnosis-algorithm: Add interval threshold & unlimit init-interval. | Thanos Apollo | |
* Adding threshold value that will be used to reset interval to 0 when c-fails reaches threshold. * Inital interval now can be more than 2 items, allowing for further customization of gnosis algorithm. | |||
2024-07-22 | gnosis: Use gnosis-dashboard as a separated module. | Thanos Apollo | |
2024-07-22 | New module: Add gnosis-dashboard. | Thanos Apollo | |
* Encapsulate functionality of gnosis-dashboard into is own module. | |||
2024-07-21 | review: Get unsuspended due notes directly with emacsql | Thanos Apollo | |
* Improve performance. | |||
2024-07-21 | [fix] gnosis-review: Encapsulate update of db. | Thanos Apollo | |
* All updates of the db should be done within gnosis-review--update. | |||
2024-07-20 | db: Add gnosis-table-exists | Thanos Apollo | |
* Check if a table exists before creating/deleting it. | |||
2024-07-20 | Remove todos | Thanos Apollo | |
2024-07-20 | tests: Adjust for new table: Add activity-log | Thanos Apollo | |
2024-07-20 | review: Update activity log for every note review. | Thanos Apollo | |
* New function: gnosis-get-date-total-notes. * Return total notes reviewed for date. * New function: Add gnosis-review-increment-log. * Update total notes reviewed for current date. | |||
2024-07-20 | db: Update to version 3 | Thanos Apollo | |
* Add activity-log, keep track of total notes reviewed per date. | |||
2024-07-20 | Remove gnosis-get-new-notes | Thanos Apollo | |
* Unused func | |||
2024-07-20 | New variable: gnosis-review-notes: Hold value of notes for review. | Thanos Apollo | |
* Collection of note ids for review. | |||
2024-07-20 | [Refactor] gnosis-review-get-due-notes: Adjust for new notes limit. | Thanos Apollo | |
* Use gnosis-new-notes-limit to calculate new notes for review. | |||
2024-07-20 | review: Add new review type: All notes of deck | Thanos Apollo | |
* Add option to review/cram all notes of deck. | |||
2024-07-20 | review: Add gnosis-get-new-notes. | Thanos Apollo | |
* Get new notes for review. | |||
2024-07-20 | new custom: Add gnosis-new-notes-limit | Thanos Apollo | |
* Limit number of new notes for a session. |