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

File Explorer Reload

mnaoumovmnaoumov2k downloads

Reloads file explorer pane

Add to Obsidian
  • Overview
  • Scorecard
  • Updates45

This is a plugin for Obsidian that reloads the file explorer files list.

It is needed sometimes when you made a bulk file operation (copy / move / delete) outside of Obsidian while it is open and some of those changes aren't reflected in the File Explorer pane. So you might see in the File Explorer some files that don't actually exist in the file system, or the opposite, you might miss some files that actually exist in the file system.

  • Video of the issue.
  • Discussion on the Official Obsidian forum.

The usual workaround for this problem is to close and reopen Obsidian or invoke Reload app without saving command, but for big vaults such workarounds adds undesired waiting time, which the current plugin is aiming to avoid.

The plugin adds Reload File Explorer command, Reload Folder and Reload Folder with Subfolders context menu items.

Also you can use this plugin's functionality programmatically

await app.plugins.plugins['file-explorer-reload'].reloadDirectory(
  directoryPath,
  isRecursive
);

Installation

The plugin is not available on the official Community Plugins repository yet.

The Obsidian team decided to not accept this plugin to the repository.

If you want to bring Obsidian team's attention to the problem solved by this plugin, you can leave a comment in the Official Obsidian forum.

Beta versions

To install the latest beta release of this plugin (regardless if it is available in the official Community Plugins repository or not), follow these steps:

  1. Ensure you have the BRAT plugin installed and enabled.
  2. Click Install via BRAT.
  3. An Obsidian pop-up window should appear. In the window, click the Add plugin button once and wait a few seconds for the plugin to install.

Debugging

By default, debug messages for this plugin are hidden.

To show them, run the following command:

window.DEBUG.enable('file-explorer-reload');

For more details, refer to the documentation.

Support

My other Obsidian resources

See my other Obsidian resources.

License

© Michael Naumov

83%
HealthExcellent
ReviewCaution
About
Reload the File Explorer to sync listings with the filesystem after external bulk moves, copies, or deletes without restarting Obsidian. Add commands and context-menu options to reload a folder or reload recursively, and call reloadDirectory(directoryPath, isRecursive) programmatically.
FilesSidebarCommands
Details
Current version
1.3.1
Last updated
2 months ago
Created
2 years ago
Updates
45 releases
Downloads
2k
Compatible with
Obsidian 1.12.4+
License
MIT
Report bugRequest featureReport plugin
Sponsor
Buy Me a Coffee
Author
mnaoumovmnaoumov
mnaoumov.dev/
GitHubmnaoumov
Xmnaoumov
  1. Community
  2. Plugins
  3. Files
  4. File Explorer Reload

Related plugins

Notebook Navigator

Alternative file browser with folders, tags, properties, shortcuts, previews, keyboard navigation, drag and drop, and pinned notes.

Recent Files

Display a list of recently opened files.

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.

Reveal Active File Button

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

File Explorer Note Count

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

Find orphaned files and broken links

Find files that are not linked anywhere and would otherwise be lost in your vault. In other words: files with no backlinks.

Manual Sorting

Drag'n'Drop sorting within file explorer.

File Tree Alternative

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

Trash Explorer

Restore and delete files from the Obsidian .trash folder.