Richardsl / heatmap-calendar-obsidian

An Obsidian plugin for displaying data in a calendar similar to the github activity calendar
Apache License 2.0
623 stars 103 forks source link

Feature Request: Heatmap Data like streak #8

Open mmfs37 opened 2 years ago

mmfs37 commented 2 years ago

It would be amazing if it could show below the heatmap some data about that. Options could be: Current Streak, Longest Streak, Accuracy (acc since jan1 or acc since first entry ever), average amount (probably only possible with numbers and not with words or true and false)

image As design inspirate I would submit the design from the anki heatmap addon. Just the clean heatmap and at the bottom the stat and the a amount left to it.

Coding implementation for the dataview could look like: Current_Streak: True Longest_Streak: False Accurace: Beginning

or anything else

Richardsl commented 2 years ago

yes i actually thought of something like that aswell. maybe even with a horizontal slider where you could choose an week range (say 3weeks) and it would automatically calculate the avarage for the range you selected.

I'm currently pretty busy with work, so i dont have a whole lot of time to work on features, but maybe ill get some more time soon. Until then i'm happy to accept pull requests from others