Skip to content
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

Closed
brooksvb opened this issue Feb 7, 2022 · 6 comments
Closed

Comments

@brooksvb
Copy link

brooksvb commented Feb 7, 2022

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.

floating bar

@pjeby
Copy link
Owner

pjeby commented Feb 7, 2022

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.

@pjeby pjeby pinned this issue Feb 7, 2022
@brooksvb
Copy link
Author

brooksvb commented Feb 8, 2022

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?

image

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;
}

@pjeby
Copy link
Owner

pjeby commented Feb 8, 2022

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.

@hellen-dorandt89
Copy link

This plug in is so kewl! :) Thank you devoloper
but I also really would desire this too.
Currently I have a surface pro for on the go programming and screen space is scarce.
So I have hidden the title bar as well as the file name header for this reason.

Sadly I cannot see the breadcrumb path this plugin places at the top of the window at all.
I do have that plug in that shows the path current files on the status bar but it would be so nice if this plug in could place its breadcrumb in its place!

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.
Thanks!

@pjeby
Copy link
Owner

pjeby commented Sep 4, 2022

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.)

@pjeby pjeby closed this as completed Sep 4, 2022
@trainbuffer
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants