pjeby / pane-relief

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

Removing page numbers (history counts) #13

Closed su-stephen closed 2 years ago

su-stephen commented 2 years ago

Is there a way to remove the number of pages in history? Ie the number that shows up near the forward and backward arrows for pane history. Thanks!

pjeby commented 2 years ago

Using a CSS snippet like this should do the job:

.titlebar .history-counter { display: none; }
su-stephen commented 2 years ago

Perfect, appreciate the help!

pjeby commented 2 years ago

Just FYI, as of 0.2.2, this is also now available as an option in the Style Settings plugin, if you have that installed.