When hitting the bottom you’ll keep being at the bottom until you scroll up, and then you have to repeat.
That, or expand Obsidan window to ~900 pixels even though the writing area only is 550 pixels. And that’s with backlinks removed from it.
I’ve tried Hider, but I want the information displayed. (And hotkeys and my memory don’t work well together.)
I just don’t want it to hide my text and working area, or at least not where I’m actively typing, or at least at least not where I spend most of the time typing.
Any of 4 options would work (and probably others that I haven’t thought of):
Make it vertical instead of horizontal.
Make it auto-hide until mouse hoover.
Move it to title bar of document (a lot of unused space there)
Make it hard-cover the whole bottom row, instead of floating over the text/working area. As in the bottom 20 pixels are dedicated to the status bar and the writing/working area won’t go in there, just like it won’t go into the document tree.
Or if you prefer, there are several “typewriter” plugins that limit the range of or absolute position of the edited line within the viewport: Obsidian Community - Search “typewriter”.
I’m not a fan of this one as it may shift around depending on the content, and seems more in the way. If you have two tab groups open, it covers the body content again.
body {
--status-bar-position: static; /* fixed */
}