claremacrae16k downloadsAdd a button to the top of the File Explorer, to reveal the active file.
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:
To scroll Obsidian File Explorer/Navigator show your active file, click on the crosshairs icon:
![]()
The result:

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.
See Changelog.
Instructions based on https://docs.obsidian.md/Plugins/Releasing/Release+your+plugin+with+GitHub+Actions
Check that the Verify Commit action succeeded.
Makes sure you are on main.
Set the new version number in package.json's version variable.
Set the Obsidian minAppVersion variable in manifest.json.
Run npm run version
Commit and push all changes
Check that the Verify Commit action succeeded.
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
Browse to the Actions tab. The workflow might still be running, or it might have finished already.
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.
Select Edit (pencil icon) on the right side of the release name.
Add release notes to let users know what happened in this release, and then select Publish release.
