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

Folder Sort View

Viggo MeestersViggo Meesters115 downloads

Read-only alternate navigation pane for folders/files with custom sorting. Does not replace or patch Obsidian File Explorer.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates4

Folder Sort View is a read-only alternate navigation pane for Obsidian folders and files with custom sorting. It uses Obsidian public APIs only and does not replace, patch, or copy the native File Explorer.

Scope

Folder Sort View is intentionally a viewer, not a file manager:

  • It does not rename, move, delete, or create vault files.
  • It does not implement drag-and-drop or context-menu file operations.
  • It does not monkeypatch Obsidian's native File Explorer.
  • It does not write vault content, use the network, or touch the clipboard.

Use Obsidian's native File Explorer for file-management actions. Use Folder Sort View when you want a safe navigation-only sidebar with the sorting below.

Features

  • Separate read-only Folder Sort View sidebar.
  • Folders sorted Z-to-A.
  • Files sorted A-to-Z inside each folder.
  • Click folders to expand/collapse. Descendants are rendered lazily only when their folder is expanded.
  • Click files to open them through Obsidian's normal workspace flow.
  • Public-API-only implementation.

Development

npm install
npm run lint
npm run typecheck
npm test
npm run build
npm run sync:test-vault
npm run smoke:cdp
npm run community:check

Release

Create a GitHub release whose tag exactly matches manifest.json.version and attach main.js, manifest.json, and styles.css.

HealthExcellent
ReviewSatisfactory
About
Display a safe, read-only sidebar that presents vault folders and files with custom sorting: folders Z-to-A and files A-to-Z. Expand folders to lazily render descendants and open files through Obsidian's normal workspace while leaving vault files untouched and blocking file-management actions.
FoldersNavigationSidebar
Details
Current version
0.1.3
Last updated
2 months ago
Created
2 months ago
Updates
4 releases
Downloads
115
Compatible with
Obsidian 1.5.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
Viggo MeestersViggo Meestersviggomeesters
GitHubviggomeesters
  1. Community
  2. Plugins
  3. Folders
  4. Folder Sort View

Related plugins

Portals

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

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Vertical Tabs

Offer an alternative view that displays open tabs vertically, allowing users to group and organize tabs for a better navigation experience.

Recent Files

Display a list of recently opened files.

TagFolder

Show tags as folder.

Folder notes

Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion.

Hide Folders

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

Reveal Active File Button

Add a button to the top of the File Explorer, to reveal the active file.

Custom File Explorer sorting

Manual or automatic config-driven reordering and sorting of files and folders in File Explorer.

Quick Explorer

Perform file explorer operations (and see your current file path) from the title bar, using the mouse or keyboard.