Traverse

approved

by zjie-wang

Browse, preview, and manage vault files from a fast, keyboard-driven view. - This plugin has not been manually reviewed by Obsidian staff.

1 stars2 downloadsUpdated 1d agoMIT

Traverse

A keyboard-first file browser for people who want to navigate between files and manage their Obsidian vault without leaving the keyboard.

Getting started

You can open Traverse from the ribbon or command palette; however, it is strongly recommended to assign a preferred shortcut in Settings → Hotkeys.

The keybindings should be intuitive enough for vim users to pick up immediately, especially those that are familiar with terminal explorers like yazi.

Navigation

Navigating the vault with Traverse

KeyAction
j / k, / Move down / up
h / Go to the parent folder
l / Enter the selected folder
EnterOpen the selected file, or enter a folder
Mod+EnterEnter a folder without opening its folder note
gg / GJump to the first / last item
H / LGo backward / forward through folder history
qReturn to the note that was open before Traverse
~Jump directly to the vault root
/Fuzzy-filter the current folder by name
sSearch files and folders across the vault
PShow or hide the preview
J / KScroll the preview
FOpen the current folder in the system file manager
TOpen the current folder in the preferred terminal
?Show a quick key reference

File/folder operations

Commands act on the selected items, or on the item under the cursor when nothing is selected.

Creating, renaming, moving, and deleting files

KeyAction
SpaceToggle the current item and move down
vStart or end visual range selection
Mod+ASelect all listed items
EscapeLeave the current mode or clear the selection
a / ACreate a file / folder
CCreate a folder note, choosing from the configured extensions
rRename
y / xCopy / cut
pPaste into the current folder; pasting cut items moves them
dDelete a file
DDelete a folder and its contents

Every operation that changes the vault asks for confirmation.

Previews

You can previews Markdown, images, audio, video, PDFs, text files, folders, and Obsidian Bases.

Press P to show or hide the preview for the current Traverse pane. Under Settings → Traverse, you can resize the preview card within the right half of the view and decide whether it should automatically hide when the workspace becomes crowded.

Folder notes

Traverse can handle folder notes. The feature is enabled by default; adjust its location, name-template, and extension options under Settings → Traverse → Folder notes.

  • Enter opens the folder note.
  • l, , or Mod+Enter enters the folder.
  • d deletes only the folder note; D deletes the folder using Obsidian’s configured deletion behavior.

Installation

From the Obsidian Community plugins directory:

  1. Open Settings → Community plugins → Browse.
  2. Search for Traverse.
  3. Select Install, then Enable.

For manual installation, download main.js, manifest.json, and styles.css from a release and place them in .obsidian/plugins/traverse/ inside your vault.

License

MIT License.

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.