IvyYang199922 downloadsSort Obsidian File Explorer folders by name, created time, or modified time.
Simple sorting controls for Obsidian's File Explorer.
Workbench Explorer Sort adds per-folder sorting rules to the native file tree. Set a rule from the File Explorer context menu, and the plugin keeps that folder ordered by name, created time, or modified time.
Right-click a folder in Obsidian's File Explorer and choose Sort rules.
Available rules:
The CLI edits the same local plugin data file that the Obsidian UI uses. Run commands from a vault root:
node .obsidian/plugins/workbench-explorer-sort/cli.js list
node .obsidian/plugins/workbench-explorer-sort/cli.js set "日记" name-desc
node .obsidian/plugins/workbench-explorer-sort/cli.js clear "日记"
Modes:
name-ascname-descctime-descctime-ascmtime-descmtime-ascInstall from Obsidian's Community Plugins browser after the plugin is accepted.
For manual installation, download main.js, manifest.json, and styles.css
from the latest release, then place them in:
<vault>/.obsidian/plugins/workbench-explorer-sort/
npm install
npm run build
MIT