Obsidian's in-app file explorer is pretty flexible, but it's almost 100% mouse-driven and not at all keyboard-friendly. Worse, if you have a lot of folders with lots of files in them, you can spend a lot of time expanding and collapsing folders, and scrolling around to find what you're looking for. This can be especially annoying when all you want is to do something with the "current" folder, or a parent of it... without needing to open a sidebar and close it again afterwards. (And last, but not least, trying to rapidly preview the contents of a lot of notes with the mouse is a giant PITA.)
Enter Quick Explorer. It's menu-based and keyboard-friendly, stays out of your way when you aren't using it, and makes it super-easy to navigate from either the vault root or current folder, without needing to scroll through or collapse a zillion other folders to find what you're looking for. You can even search by name within a folder, just by typing.
But wait, there's more: a quick-preview mode that makes previewing lots of notes super easy, with no mousing and no popups overhanging the file list: you can just keep hitting the PgDn key to scroll through the full contents of every note in a folder, as quickly as if they were pages in a notebook, or as scrolling through a single giant document:
Folder notes are supported, too: previewing a folder shows the folder note without you first needing to navigate into the folder and find the note, and when you do navigate into the folder its folder note will be automatically selected, if present. (A "folder note" is a note whose name is the same as the name of its enclosing folder: other Obsidian plugins such as Note Folder Autorename can be used to help create or maintain them.)
And last, but far from least, you can even see the path of the current note file as a "breadcrumbs bar" in the window title bar. Each breadcrumb, when clicked, drops down a list of the the files and folders in the same directory. So if you click on the breadcrumb for the current file, you'll see the items in its folder, and the first breadcrumb will show items in the vault root.
No matter where you click, though, you can then do almost anything that can be done with Obsidian's built-in file explorer:
- Ctrl/Cmd + Hover to preview files with the mouse (if the built-in Page Preview plugin is enabled)
- Click to open files (with ctrl or cmd to open in a new pane)
- Right-click to get a full context menu for any file, folder, or breadcrumb
- Drag any file, folder, or breadcrumb to drop anywhere that supports dropping (e.g. to stars, into text editors to create links, pane headers to open in the pane, folders in the file explorer to move them, Kanban lanes, etc.)
And an extensive set of keyboard operations is available as well:
- Typing normal text searches item names within a folder (or context menu), selecting the next matching item
- Up, Down, Home, and End move within a folder or context menu
- Left and Right arrows select parent or child folders
- Enter selects an item to open, Ctrl-or-Cmd + Enter opens a file in a new pane
- Backslash (
\
) or Alt + Enter opens a context menu for the selected file or folder - F2 initiates a rename of the current file or folder, Shift+F2 begins a move
- Tab toggles "quick preview" mode: when active, hovering or arrowing to an item will automatically display a hover preview for it, positioned so that it's always outside the menu (unless you're so deep in subfolders you've reached the edge of your screen). This makes it really easy to browse the contents of a folder just by arrowing down through it.
- If a page preview is active for the current file or folder, PageUp and PageDown scroll it up and down, with Ctrl-or-Cmd + Home or End jumping to the beginning or end of the note. Scrolling past the end or before the beginning (or using any of these keys without an active preview) advances the selection to the next or previous file/folder in the list.
Like the built-in file explorer, Quick Explorer will either show all files, or only the ones supported by Obsidian, depending upon whether the "Detect all file extensions" setting is enabled in the "Files and Links" options tab.
Quick explorer also includes two hotkeyable commands:
- Browse vault, which opens the dropdown for the vault root, and
- Browse current folder, which opens the dropdown for the active file's containing folder
And last, but not least, it also adds a "Show in Quick Explorer" option to all file menus other than its own. That way, you can use it from links, graph views, the Pane Relief history menus, other views (like Stars or Recent Files), etc., so you can use it instead of the File Explorer.
Using a dark theme? Many Obsidian themes do not have good contrast for highlighting menu selections, which makes them much harder to use with keyboard selection. Quick Explorer detects Obsidian's dark mode and tries to improve selection contrast in that case, but you may need to make sure dark mode is switched on for that to work. You might also contact the theme developer and ask them to improve their menu selection styling, since the contrast issue will also affect you using the keyboard for any other popup menus in Obsidian!
- Files are always sorted in ascending name order (using the same collation rules as the file-explorer view)
- You can drag things out of the dropdowns, but you can't drop anything into them
- There is no way to configure sorting or grouping of files
- Only "inside same"-style folder notes are supported