-
Notifications
You must be signed in to change notification settings - Fork 17
Is it possible to move quick-explorer's address bar to top. #101
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
Comments
There are two ways to do it. In either case, you go to Obsidian's "Appearance" settings, then choose one of the following:
The first option will add a separate title bar/menu at the top of every Obsidian window, and QE will appear there. The second option will put a bar at the top of every tab instead, where the filename/path will appear and work as QE does. (You can even have both enabled if you want, though that's kind of redundant.) |
Try this: .menu-item.is-qe-folder[data-file-path="attachments"] { display: none; } You may need to tweak the path; I'm guessing from your picture the actual path is something like Obsidian/attachments; to block all paths like that you'd use |
I notice that in the showcase picture,the address bar is on top.But I can't find a setting to adjust it.It's not very convient for me to focus on the most bottom.
The text was updated successfully, but these errors were encountered: