pjeby / pane-relief

Obsidian plugin for per-pane history, pane movement/navigation hotkeys, and more
223 stars 6 forks source link

[Feature Request] Option to hide the count of pane history #20

Closed nhan000 closed 2 years ago

nhan000 commented 2 years ago

I'm using this plugin together with your Quick Explorer plugin. When navigating between notes that have and don't have history, there is a jumping motion in the Quick Explorer plugin.

Screenshots:

image

(This was taken using Minimal Theme but it also happens with the default theme). Not a big issue but quite distracting. I think this can be solved either by

pjeby commented 2 years ago

For the first option, see issue #13. For the second, I think the way to go would actually be to set the min-width of the page numbers to a space that can accommodate two digits. I will probably add that in a future release. I may also consider supporting the Style Settings plugin as a way to configure some of these things rather than manual CSS snippets.

pjeby commented 2 years ago

As of 0.2.2, disabling the history count is also available as an option in the Style Settings plugin, if you have that installed. And in 0.2.3, I've adjusted the padding and alignment of the buttons to prevent QE from jumping around.