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
  • Join the community
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Reveal Active File Button

claremacraeclaremacrae16k downloads

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

Add to Obsidian
  • Overview
  • Scorecard
  • Updates6
  • Purpose
  • Usage
  • Tips
    • If scroll position isn't quite correct
    • If you tested version 1.0.0
  • Changelog
  • Development
    • Doing a release
  • Related Plugins
  • Thanks

Purpose

Reveal Active File Button is an Obsidian plugin that adds a single-click button to make the Obsidian.md File Explorer/Navigator show your active file, for example to find neighbouring files.

This is a convenient addition to these built-in options already included in Obsidian:

  • The command "File explorer: Reveal active file in navigation"
  • The pane menu option "Reveal file in navigation"

Usage

To scroll Obsidian File Explorer/Navigator show your active file, click on the crosshairs icon:

RevealActiveFile

The result:

ActiveFileRevealed

Tips

If scroll position isn't quite correct

  • If the File Explorer/Navigator does not quite scroll to the correct position, click the button a second time and it will work.
    • Explanation: the button simply invokes the built-in Obsidian command "File explorer: Reveal active file in navigation".
    • In large vaults, or for a file in a folder with a large number of files, the command does not always move to the correct position the first time.
    • A second request appears to work reliably.

If you tested version 1.0.0

If you are one of a few people that tested this plugin before it was added to the list of Community Plugins, you should remove that old version, as the plugin has been renamed.

For help with doing that, see Removing version 1.0.0.

Changelog

See Changelog.

Development

Doing a release

Instructions based on https://docs.obsidian.md/Plugins/Releasing/Release+your+plugin+with+GitHub+Actions

  1. Check that the Verify Commit action succeeded.

  2. Makes sure you are on main.

  3. Set the new version number in package.json's version variable.

  4. Set the Obsidian minAppVersion variable in manifest.json.

  5. Run npm run version

  6. Commit and push all changes

  7. Check that the Verify Commit action succeeded.

  8. Run the following, replacing 2.0.4 with the new version number.

    git tag -a 2.0.4 -m "2.0.4"
    git push origin 2.0.4
    
  9. Browse to the Actions tab. The workflow might still be running, or it might have finished already.

  10. When the workflow finishes, browse to the Releases tab in the sidebar on the right side. The workflow has created a draft GitHub release and uploaded the required assets as binary attachments.

  11. Select Edit (pencil icon) on the right side of the release name.

  12. Add release notes to let users know what happened in this release, and then select Publish release.

Related Plugins

  • Collapse All
    • This plugin collapses and expands the file explorer
    • It is compatible with this plugin: both can be installed, and are useful alongside each other, as shown in this image:
      collapse-all-and-reveal-active
  • Automatically Reveal Active File
    • Use this if you always want the navigator to show the active file
    • And you don't mind Obsidian jumping away from other views, like Search results or the Tags panel

Thanks

  • This code is heavily based on Nathan Smith's Collapse All plugin, with thanks.
91%
HealthExcellent
ReviewSatisfactory
About
Add a single-click crosshairs button to reveal the active file in the File Explorer and quickly locate neighboring notes. Click the button to jump the navigator to the active file; click again if the explorer doesn't scroll correctly in very large folders.
NavigationSidebarFiles
Details
Current version
2.0.4
Last updated
Last week
Created
5 years ago
Updates
6 releases
Downloads
16k
Compatible with
Obsidian 0.15.9+
License
MIT
Report bugRequest featureReport plugin
Author
claremacraeclaremacrae
claremacrae.co.uk
GitHubclaremacrae
  1. Community
  2. Plugins
  3. Navigation
  4. Reveal Active File Button

Related plugins

Recent Files

Display a list of recently opened files.

TagFolder

Show tags as folder.

Remember cursor position

Remember cursor and scroll position for each note.

Custom File Explorer sorting

Manual or automatic config-driven reordering and sorting of files and folders in File Explorer.

Novel Word Count

Display a word count, page count, creation date, or other statistics for each file, folder and vault in the File Explorer pane.

Home tab

A browser-like search tab for your local files.

Manual Sorting

Drag'n'Drop sorting within file explorer.

File Explorer Note Count

See the number of notes in each folder within the file explorer.

Quick Explorer

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

File Tree Alternative

An alternative file tree view with separate folder and file panes.