Dan128 downloadsTraffic-light style status icons for files and folders in the file tree, with custom statuses, per-folder defaults, and persistent sort/group by status.
Reusable status sets — think ClickUp's status pills — applied to files and folders in Obsidian's file tree as traffic-light style icons.
![]()
Settings → Community plugins → Browse → search "File Folder Status Sets" → Install → Enable.
Copy main.js, manifest.json, and styles.css from a
release
into <your-vault>/.obsidian/plugins/file-folder-status-icons/, then
enable the plugin from Community plugins.
npm install
npm run dev # watch build
npm run build # typecheck + production build
npm run lint
MIT