kefate113 downloadsNavigate to the previous or next file in the current folder.
Explorer Stepper is a lightweight Obsidian plugin for navigating to the previous or next file in the current folder.
file2 appears before file10.Explorer Stepper reads the direct files in the active file's folder and sorts them by file name using locale-aware natural ordering. It then opens the adjacent file in the current tab.
For example:
file1.md
file2.md
file10.md
Folders are not included in the sequence, and files inside nested folders are not scanned.
Download main.js and manifest.json from the latest GitHub release.
Create this folder inside your vault:
<vault>/.obsidian/plugins/explorer-stepper/
Copy both files into that folder.
Reload Obsidian.
Open Settings → Community plugins and enable Explorer Stepper.
explorer-stepper or Explorer Stepper.The plugin intentionally does not provide default shortcuts to avoid conflicts with existing Obsidian or plugin hotkeys.

When the active file is already the first or last file in the sorted sequence, Explorer Stepper stays on the current file and displays a localized notice. Navigation does not wrap around.
If there is no active file, the plugin asks you to open one before using a navigation command.
The plugin uses Chinese when the Obsidian locale starts with zh. All other
locales use English.
npm install
npm test
npm run build
The production build creates main.js in the project root.