Age | Commit message (Expand) | Author |
---|---|---|
2024-07-24 | New variable: dashboard-months....* Number of additional months to display on dashboard. | Thanos Apollo |
2024-07-23 | dashboard: Create buffer on the same window....* 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. | Thanos Apollo |
2024-07-23 | New function: dashboard-test....* This function is meant to replace the current dashboard implementation, combined with a transient buffer. | Thanos Apollo |
2024-07-23 | New function: dashboard-month-overview....* Add 3 month overview. This is currently used for testing purposes. | Thanos Apollo |
2024-07-23 | New function: dashboard-reviews-graph...* Create a github-like heatmap for month DATES. This is still under review! | Thanos Apollo |
2024-07-23 | New function: gnosis-dashboard--graph-propertize....* Propertize STRING depending on the NUM of reviews. | Thanos Apollo |
2024-07-23 | New function: dashboard-year-stats....* Return YEAR review stats. | Thanos Apollo |
2024-07-23 | New function: dashboard-generate-dates....* Generate all possible dates for YEAR. | Thanos Apollo |
2024-07-23 | New variable: dashboard-header-face...* Add face for dashboard header. | Thanos Apollo |
2024-07-23 | New variable: Add dashboard-search-value....* Hold query value for searching notes. | Thanos Apollo |
2024-07-23 | dashboard: Update requirments & declarations. | Thanos Apollo |
2024-07-22 | New module: Add gnosis-dashboard....* Encapsulate functionality of gnosis-dashboard into is own module. | Thanos Apollo |