-
Notifications
You must be signed in to change notification settings - Fork 15
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
[Feature Request] Option to place breadcrumbs at bottom of the screen #32
Comments
Even if I put them in the status bar, there'd be a problem with them being on the right: cascading menus to the right does not work well in left-to-right languages. If you just need to see the breadcrumbs in the status bar, you can use the Show Current File Path plugin, which was actually my original inspiration for Quick Explorer. The first version of QE actually used the status bar and I just could not get the menus to behave in a workable fashion when they were starting at the bottom and not at the far left -- at some point I just threw up my hands and went, "okay, to the top it goes". I have considered putting in an option to mirror the breadcrumbs to the status bar, and I might well do that still, but it will still open the menus from the top left because if you have a deep folder tree you will rue the day you opened the menus from the bottom right. 😉 In the meantime, Show Current File Path will put the path in the status bar for you, and you can use the keyboard commands to activate QE browsing even if the title bar is not visible. |
Thank you for this suggestion! I will try it out. Would you happen to know how I can hide this dead space on the right? Would CSS snippets be the way to hide this and the top bar? EDIT: I think this plugin does the job for me. :) EDIT2: I used the Hider plugin to hide the titlebar, however it does not allow to hide only one side of the ribbons (hides both or neither). I added a css snippet with the following to hide the right ribbon: .workspace-ribbon.mod-right {
display: none;
} |
You could also talk to people on the discord, the Appearance and Appearance-Dev channels are good places to ask. There was a discussion just the other day (though actually it might've been on plugin-dev) about making the sidebars appear only when you move the mouse over them. |
This plug in is so kewl! :) Thank you devoloper Sadly I cannot see the breadcrumb path this plugin places at the top of the window at all. Please consider having an option in the plug in settings page for this. I can live with not being able to fit the plugins UI on the window. |
As of Quick Explorer 0.1.41, the explorer will show in the status bar if you are on Obsidian 0.16 and are using the Hidden or Native frame settings (in Settings > Appearance > Advanced). If you are on Obsidian 0.15 or less, or are using the "Obsidian frame" mode in 0.16, the explorer will remain in the title bar. (Note: Obsidian 0.16 is still in insider beta, so if you are not an insider it may be a few weeks before you can upgrade.) |
As of 0.16.3+, native titlebar path/breadcrumbs are a thing. Haven't decided if they work there or not. Going forward, please keep the option of Quick Explorer in the status bar. It's subtle and easy to see your path, but doesn't distract from looking at tabs or the top of your note. Thanks! |
I would love the option to place the breadcrumbs at the bottom of the screen, similar to this little floating status bar.
The reason being is that I would like to hide the top bar of Obsidian entirely (to maximize screen space since I am using a tiling window manager), but I would still like the breadcrumbs to be visible.
The text was updated successfully, but these errors were encountered: