コウノアルト17 downloadsOpen folders from Obsidian's file explorer in Windows Explorer.
Open Folder Button is an Obsidian Desktop plugin for Windows by altokun.
It adds a small button to each folder row in Obsidian's file explorer. Select the button to open that local folder in Windows Explorer without changing the folder's expanded or collapsed state.
The plugin does not support mobile devices, macOS, Linux, or remotely backed vaults that do not expose a local filesystem path.
The button is added only to folder rows. Normal folder selection, expansion, and collapse remain available.
explorer.exe as an argument without constructing a shell command stringOpen Folder Button depends on Obsidian's internal file explorer DOM structure. A future Obsidian update may change that structure and require a plugin update.
Windows controls foreground focus and may reuse an existing Explorer window, so bringing Explorer fully to the front cannot be guaranteed in every environment without native focus APIs.
Problems will be tracked through GitHub Issues after the public repository is available.
Open Folder Button is free and open source.
If it saves you a few clicks, you can optionally support future development on Buy Me a Coffee:
https://buymeacoffee.com/altokun_number_one
The plugin does not show donation popups or notifications.
npm.cmd install
npm.cmd exec -- tsc --noEmit
npm.cmd run build
Open Folder Button is available under the MIT License.