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

File Explorer Reload

Michael NaumovMichael Naumov4k downloads

Reloads file explorer pane

Add to Obsidian
  • Overview
  • Scorecard
  • Updates48

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 available in the official Community Plugins repository.

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

HealthExcellent
ReviewPassed
About
Reload the File Explorer to sync its listings with the filesystem after external bulk moves, copies, or deletes without restarting Obsidian. Use commands or context-menu options to reload a folder or reload recursively, or call reloadDirectory(directoryPath, isRecursive) programmatically.
FilesFoldersCommands
Details
Current version
1.3.4
Last updated
2 weeks ago
Created
3 years ago
Updates
48 releases
Downloads
4k
Compatible with
Obsidian 1.12.7+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Sponsor
Buy Me a Coffee
Author
Michael NaumovMichael Naumovmnaoumov
mnaoumov.dev/
GitHubmnaoumov
Xmnaoumov
  1. Community
  2. Plugins
  3. Files
  4. File Explorer Reload

Related plugins

Multi Properties

Add properties to multiple notes at once. Either right-click a folder or select multiple notes and right-click the selection.

Quick Explorer

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

Custom File Explorer sorting

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

Flexplorer

Enhance the file explorer with custom sorting, pinning, and hiding.

File Explorer Note Count

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

Create Note in Folder

Add commands to create a note in a specific folder.

File Tree Alternative

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

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.

Omnisearch

Intelligent search for your notes, PDFs, and OCR for images.