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

Workbench Explorer Sort

IvyYang1999IvyYang199922 downloads

Sort Obsidian File Explorer folders by name, created time, or modified time.

Workbench Explorer Sort screenshot
  • Overview
  • Scorecard
  • Updates4

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.

Features

  • Adds a Sort rules submenu to File Explorer right-click menus.
  • Supports common Finder-style rules: name, created time, and modified time.
  • Stores rules locally in the plugin data file.
  • Includes a CLI for agents and scripts.

Usage

Right-click a folder in Obsidian's File Explorer and choose Sort rules.

Available rules:

  • Name: A to Z or Z to A.
  • Created time: newest first or oldest first.
  • Modified time: newest first or oldest first.

CLI

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-asc
  • name-desc
  • ctime-desc
  • ctime-asc
  • mtime-desc
  • mtime-asc

Installation

Install 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/

Development

npm install
npm run build

License

MIT

HealthExcellent
ReviewRisks
About
Set per-folder sorting rules in the File Explorer via a Sort rules context menu and keep folders ordered by name, created time, or modified time. Store rules locally and control them from a CLI for scripts and automation.
FoldersSidebarAutomation
Details
Current version
0.1.4
Last updated
4 months ago
Created
4 months ago
Updates
4 releases
Downloads
22
Compatible with
Obsidian 1.5.0+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Author
IvyYang1999IvyYang1999ivyyang1999
GitHubivyyang1999
  1. Community
  2. Plugins
  3. Folders
  4. Workbench Explorer Sort

Related plugins

Hide Folders

Quickly toggle the visibility of specific folders in the file navigator based on configured names. Useful for hiding attachment folders.

Waypoint

Easily generate dynamic MOCs in your folder notes using waypoints. Enables folders to show up in the graph view and removes the need for messy tags!

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.

Hide Sidebars on Window Resize

Automatically hides the sidebars when your window is narrow on window resize.

Portals

Pin folders and tags as customizable tabs with icons, colors, and folder notes for easier navigation.

File Explorer Note Count

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

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.

Homepage

Open a note, base, or workspace on startup, or set it for quick access later.