Gabriel Bacha1 downloadsColor, organize, hide, and temporarily focus folders in the file explorer.
Folder Toolkit makes Obsidian's file explorer easier to scan and temporarily simplify. It combines independent folder and note colors, cascading folder styles, subtree borders, permanent hiding, and session-only folder focus.
Right-click or long-press a file or folder and use the actions in Obsidian’s plugin-action group:
Use Folder Toolkit: Toggle hidden items to reveal hidden paths. The settings tab contains the palette selector and a searchable manager for all appearance and hidden-path rules.
Set Open note tabs to Colored background or Colored border to carry each open note's effective cascaded colors into its workspace tab. Text rules color the tab title, while background rules independently color the tab surface or border.
Folder focus lasts only for the current Obsidian session. Permanent hiding and appearance settings persist.
After approval, install Folder Toolkit from Settings → Community plugins → Browse.
Copy main.js, manifest.json, and styles.css into:
<vault>/.obsidian/plugins/folder-toolkit/
Reload Obsidian and enable Folder Toolkit.
Folder Toolkit works entirely offline. It makes no network requests, collects no telemetry, and never modifies note content or frontmatter. Its stored data contains only vault-relative paths and visual preferences.
npm install
npm run check
Folder Toolkit is MIT licensed. Its independently implemented feature set was inspired by the MIT-licensed File Color and File Hider community plugins.