File Explorer Reload

approved

by Michael Naumov

Reloads file explorer pane - This plugin has not been manually reviewed by Obsidian staff.

13 stars6,520 downloadsUpdated 19d agoMIT

File Explorer Reload

Buy Me a Coffee GitHub release GitHub downloads Coverage: 100%

Copy, move or delete files outside Obsidian while it is open — from your file manager, a script, a sync client — and the File Explorer pane can fall behind what is actually on disk. It keeps listing files that are gone, and misses files that arrived.

The usual remedy is Reload app without saving, which discards your whole session to refresh one pane and is slow on a large vault. This plugin refreshes only the file list: the entire pane, a single folder, or a folder and everything beneath it.

Refresh the file list: the pane, a folder, or a whole tree

Demo vault

The documentation is a demo vault. The feature has a note that explains what it does and why you would want it, with a nested folder to refresh.

Start reading here — it is plain markdown, so it works on GitHub with nothing installed.

A copy of the vault ships with every release. You can access it via any of the following:

  1. Running the File Explorer Reload: Open demo vault command.
  2. Downloading file-explorer-reload-demo-vault.zip from the Releases. It unzips into a single file-explorer-reload-demo-vault-<version> folder.
  3. Browsing its source in demo-vault/ in this repository.

What it does

  • Reload File Explorer rebuilds the whole pane from disk, from the Command Palette. 01 Reload file explorer
  • Reload Folder and Reload Folder with Subfolders do the same for one part of the tree, from the folder right-click menu — the first shallow, the second all the way down. 01 Reload file explorer

There is nothing to configure.

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 in the DevTools Console:

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

For more details, refer to the documentation.

Changelog

All notable changes to this project will be documented in the CHANGELOG.

Contributing

Contributions are welcome — see CONTRIBUTING to get set up.

Support

Buy Me A Coffee

My other Obsidian resources

See my other Obsidian resources.

License

© Michael Naumov

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.