summaryrefslogtreecommitdiff
path: root/gnosis-dashboard.el
AgeCommit message (Collapse)Author
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.
2024-07-23New variable: Add dashboard-search-value.Thanos Apollo
* Hold query value for searching notes.
2024-07-23dashboard: Update requirments & declarations.Thanos Apollo
2024-07-22New module: Add gnosis-dashboard.Thanos Apollo
* Encapsulate functionality of gnosis-dashboard into is own module.