Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Explorer Stepper

kefatekefate113 downloads

Navigate to the previous or next file in the current folder.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates1

Explorer Stepper is a lightweight Obsidian plugin for navigating to the previous or next file in the current folder.

Features

  • Navigate to the previous or next file with configurable hotkeys.
  • Include every direct child file, including Markdown, images, PDFs, and Canvas files.
  • Sort file names naturally, so file2 appears before file10.
  • Stay in the current folder without scanning nested folders.
  • Stop at the first and last file instead of wrapping around.
  • Display commands and notices in English or Chinese based on the Obsidian interface language.

How It Works

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.

Installation

Manual Installation

  1. Download main.js and manifest.json from the latest GitHub release.

  2. Create this folder inside your vault:

    <vault>/.obsidian/plugins/explorer-stepper/
    
  3. Copy both files into that folder.

  4. Reload Obsidian.

  5. Open Settings → Community plugins and enable Explorer Stepper.

Configure Hotkeys

  1. Open Settings → Hotkeys.
  2. Search for explorer-stepper or Explorer Stepper.
  3. Assign shortcuts to:
    • Explorer Stepper: Go to previous file
    • Explorer Stepper: Go to next file

The plugin intentionally does not provide default shortcuts to avoid conflicts with existing Obsidian or plugin hotkeys.

Explorer Stepper hotkey configuration

Boundary Behavior

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.

Language Support

The plugin uses Chinese when the Obsidian locale starts with zh. All other locales use English.

Development

npm install
npm test
npm run build

The production build creates main.js in the project root.

HealthExcellent
ReviewPassed
About
Navigate to the previous or next file in the current folder using configurable hotkeys. Include direct child files (Markdown, images, PDFs, Canvas), sort names with locale-aware natural ordering so file2 comes before file10, exclude nested folders, and stop at the first/last file without wrapping while showing notices in English or Chinese.
NavigationFilesHotkeys
Details
Current version
1.0.0
Last updated
2 months ago
Created
2 months ago
Updates
1 release
Downloads
113
Compatible with
Obsidian 1.0.0+
Platforms
Desktop, Mobile
License
Apache-2.0
Report bugRequest featureReport plugin
Author
kefatekefatekefate
GitHubkefate
  1. Community
  2. Plugins
  3. Navigation
  4. Explorer Stepper

Related plugins

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Recent Files

Display a list of recently opened files.

Tab Switcher

Switch your tabs with Ctrl + Tab in recently used order like in a browser.

Open Tab Settings

Adds options to customize how tabs are opened, including open in new tab by default, preventing duplicate tabs, and more.

Remember cursor position

Remember cursor and scroll position for each note.

Reveal Active File Button

Add a button to the top of the File Explorer, to reveal the active file.

Quick Explorer

Perform file explorer operations (and see your current file path) from the title bar, using the mouse or keyboard.

Home tab

A browser-like search tab for your local files.

Footnote Shortcut

Makes creating footnotes more fun!

Leader Hotkeys

Add leader hotkey support to any command (like tmux or vim).