David V. Kimball4k downloadsFocus on a specific file or folder in the file explorer.
Focus on a specific file or folder in the file explorer. Fork of the Simple Focus plugin plugin.
Part of the Vault CMS project.
Explorer Focus allows you to reduce visual clutter in the file explorer by focusing on specific files or folders. When in focus mode, only the focused item and its related files (children, ancestors) are visible.
Explorer Focus: Toggle focus - Toggle focus mode on/off based on the configured focus levelThe toggle command uses the focus level setting to determine what to focus on. The right-click menu always focuses the clicked file or folder directly.
.obsidian/plugins/explorer-focus/ foldernpm installnpm run dev to start compilation in watch modemain.jsWhen you focus on a file or folder:
This creates a focused view that shows only what's relevant to your current work.
Uses the virtual element patching approach (instead of DOM manipulation) inspired by File Explorer++.
This project uses TypeScript and follows Obsidian plugin best practices.
npm run build
npm run dev