Installation¶
File Folder Status Sets is a desktop-only plugin — it patches Obsidian's native file explorer directly, which hasn't been verified against Obsidian Mobile yet. isDesktopOnly: true in manifest.json reflects this.
From Obsidian's Community Plugins browser¶
- Open Settings → Community plugins → Browse.
- Search for "File Folder Status Sets".
- Click Install, then Enable.
Manual install¶
- Download
main.js,manifest.json, andstyles.cssfrom the latest release. - Create a folder named
file-folder-status-iconsinside your vault's.obsidian/plugins/directory. - Place the three downloaded files inside it.
- Reload Obsidian (or use Settings → Community plugins → Reload plugins).
- Enable File Folder Status Sets under Settings → Community plugins.
BRAT (Beta Reviewers Auto-update Tool)¶
If you use BRAT to track plugins directly from GitHub:
- Install BRAT from the Community Plugins browser if you haven't already.
- Run the BRAT: Add a beta plugin for testing command.
- Paste
danrfletcher/obsidian-file-folder-status-icons. - BRAT installs it and will offer updates as new releases ship.
Next¶
Once it's enabled, head to Your First Status Set to set one up from scratch.