New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include option to hide sidebars #6
Comments
|
I came to ask the same thing, +1 for this request! I also took a look at Razumihin/obsidian-fullscreen-plugin - that definitely "works" in that regard, but I don't like that it enters "fullscreen" mode on macOS which basically blocks access to any and all other apps while in that mode. |
|
+1 from me too. The weird thing is that currently the file tree gets minimized when invoking ctrl-shift-x but not the right side panels. Would be great if they would get out of the way too. Thanks! Addition: in the meantime people might consider setting a shortcut for Toggle Left Side Pane and Toggle Right Side Pane in Obsidian settings. I chose alt-ctrl-short-R and alt-ctrl-short-L for this. |
|
+1 from me too. I came here just to request this feature as @luckman212 . We really need this option to hide the sidebars (right and left) when Maximise is active. I really hope we can get this feature! |
For me, none of the panels (including the file tree) get minimized.
Thank you for writing this. I did not realize that it was possible, as I was searching "maximize" or "hide". :) And yes, naturally this request gets a +1 from me as well, @deathau . That's the reason I came here in this repo and issues section. |
|
Until this request is implemented, I figured out a really nice way to circumvent the limitations and get the functionality! I am using AutoKey, a desktop automation utility for Linux and X11. Not to be confused with the AutoHotKey (a Windows version, https://www.autohotkey.com/ ). Frankly, AutoHotKey for Windows is a better software and one can easily find how to replicate what I did and described below. So what I did was:
Remember to press
Remember to press So now it works marvelously!
P.S. A caveat about AutoKey scripts. AutoKey has much more problems than Windows' AutoHotKey including the otherwise simple-sounding and essential functionality. One of the typical problems has to do with sending keystrokes. Sometimes they are not being sent, sometimes extra stuff is being sent. Very frustrating! Everything depends on one's particular scrips, hardware, programs, and luck. Therefore quite often one needs to put the script to sleep in between actually useful code lines (otherwise, not all of the commands will be executed on time and in correct order). This time those two scripts happened to work properly on my machine at this moment of time (this might easily change), therefore I commented out the Edit: P.P.S. Another non-obvious cool thing about my changes is that if you use one of the functions only once and after that continue using the other function (so either once |


Would it be possible to include a setting where when entering fullscreen, the pane takes up the entire window, occluding any sidebars that may be open at the time?
The text was updated successfully, but these errors were encountered: