Folder Sort View

by Viggo Meesters
5
4
3
2
1
Score: 50/100

Description

Public-API Obsidian folder view sorted Z-to-A

Reviews

No reviews yet.

Stats

0
stars
392
downloads
0
forks
97
days
97
days
97
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
4
commits

Latest Version

3 months ago

Changelog

Fix automatic Community review findings: remove redundant Obsidian wording from manifest description, preserve custom view leaves on unload, remove workspace.revealLeaf for declared minAppVersion compatibility, and harden community checks for these cases.

README file from

Github

Folder Sort View

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.