heatmap-calendar-obsidian icon indicating copy to clipboard operation
heatmap-calendar-obsidian copied to clipboard

[Feature Request] Year to Date (YTD)

Open eliaskg opened this issue 1 year ago • 1 comments

It would be useful to have a display option to display the past year starting from today.

Meaning the current week is always on right most column.

eliaskg avatar Sep 25 '23 08:09 eliaskg

For anyone interested, I've made a (very poor) implementation of this; patch (for the compiled main.js) below. It overrides all calendars, but you can probably add an option yourself to change that. It also makes a lot of assumptions about time that are completely wrong, but again, I'll leave that to someone who is bothered by it.

Patch for main.js: https://gist.github.com/spannerdev/6a422fd8941ff5c329a9222d54db3b1c

spannercodes avatar Jan 10 '24 00:01 spannercodes