bkyle/obsidian-vault-statistics-plugin

Feature request: Option to show all stats at once

Closed this issue ยท 5 comments

jiri commented

Considering the status bar is hardly short for space, I'd love to see all the stats at once instead of having to cycle them manually ๐Ÿ˜„

bkyle commented

You can see all of the stats at once by hovering over the status bar item.

jiri commented

I'm well aware of this, but that's not really what I suggested. My point was having the option to see the info without having to move my cursor over a tiny box in the corner of my screen.

bkyle commented

I could alter the way the status bar item is rendered so that it sets the visibility on elements for each statistic instead of what it does today. If you don't mind writing a CSS snippet that overrides the visibility on these elements that should get you what you're after. Would that work for you?

jiri commented

That sounds awesome :) I've been meaning to look into how obsidian plugins work -- would you be okay with me trying to implement a settings page for the plugin to set the visibility there and opening a pull request?

bkyle commented

In preparation, I've started to refactor the way statistics are displayed from updating a single element to a set of subviews, one for each statistic. The current state of these changes is on the 6-all-stats branch. I suggest building your changes off of that branch.