Michael Naumov5k downloadsEnables context menu for vault root folder
Every folder in Obsidian's File Explorer has a full right-click menu — every folder except the one you use most. The vault root and the empty area below the file list get only a short menu of their own, missing most of what a folder row offers, so acting on the top level means picking some other folder and moving things afterwards, or reaching for the ribbon.
This plugin gives both spots the same context menu any other folder gets, minus the entries that cannot apply to the vault itself.
The documentation is a demo vault. Each feature has a note that explains what it does and why you would want it, with a sample folder to create things next to.
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:
root-folder-context-menu-demo-vault.zip from the Releases. It unzips into a single root-folder-context-menu-demo-vault-<version> folder.demo-vault/ in this repository.Files pane opens that same menu, so you do not have to aim at the vault-name row. 02 Empty area context menuEntries that make no sense for the vault itself — Rename, Delete, Move folder to..., Make a copy, Search in folder — are removed. There is nothing to configure.
The plugin is available in the official Community Plugins repository.
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:
Add plugin button once and wait a few seconds for the plugin to install.By default, debug messages for this plugin are hidden.
To show them, run the following command in the DevTools Console:
window.DEBUG.enable('root-folder-context-menu');
For more details, refer to the documentation.
All notable changes to this project will be documented in the CHANGELOG.
Contributions are welcome — see CONTRIBUTING to get set up.
See my other Obsidian resources.