Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Join the community
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Explorer Focus

David V. KimballDavid V. Kimball4k downloads

Focus on a specific file or folder in the file explorer.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates15

Focus on a specific file or folder in the file explorer. Fork of the Simple Focus plugin plugin.

explorer-focus-preview

Made for Vault CMS

Part of the Vault CMS project.

Features

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.

Focus Modes

  • Current file only: Focus on just the currently open file
  • Parent folder: Focus on the parent folder of the current file
  • Grandparent folder: Focus on the grandparent folder (two levels up)
  • Great grandparent folder: Focus on the great grandparent folder (three levels up)
  • Custom folder: Focus on a specific folder path regardless of the current file

Interface Options

  • Right-click menu integration: Right-click any file or folder to quickly focus on it
  • File explorer icon button: Add a focus toggle button directly in the file explorer navigation bar
  • Hide ancestor folders: Option to hide parent folder indentation when focusing, making the focused folder appear at root level

Commands

  • Explorer Focus: Toggle focus - Toggle focus mode on/off based on the configured focus level

The 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.

Installation

Manual Installation

  1. Download the latest release
  2. Extract the files to your vault's .obsidian/plugins/explorer-focus/ folder
  3. Reload Obsidian
  4. Enable the plugin in Settings → Community plugins

Using BRAT

  1. Install BRAT
  2. Add this repository to BRAT
  3. Enable the plugin in Settings → Community plugins

Development

  1. Clone this repository
  2. Run npm install
  3. Run npm run dev to start compilation in watch mode
  4. The plugin will be compiled to main.js

Usage

  1. Open Settings → Explorer Focus
  2. Configure your preferred focus level (file, parent, grandparent, great grandparent, or custom folder)
  3. Enable the right-click menu option to quickly focus from the context menu
  4. Enable the file explorer icon to add a toggle button in the file explorer
  5. Use the toggle command or right-click menu to enter focus mode
  6. Click the focus icon again or use the toggle command to exit focus mode

Focus Behavior

When you focus on a file or folder:

  • The focused item is always visible
  • All children (files and folders inside) are visible
  • All ancestors (parent folders up to root) are visible
  • All other files and folders are hidden

This creates a focused view that shows only what's relevant to your current work.

Compatibility

  • Works on both desktop and mobile
  • Compatible with Obsidian 0.15.0 and later

Credits

Uses the virtual element patching approach (instead of DOM manipulation) inspired by File Explorer++.

Development

This project uses TypeScript and follows Obsidian plugin best practices.

Building

npm run build

Development Mode

npm run dev
77%
HealthExcellent
ReviewCaution
About
Focus the file explorer on a specific file or folder, showing only the focused item plus its children and ancestors. Choose current file, parent, grandparent, great-grandparent, or a custom folder and toggle focus via command, right-click context menu, or an explorer toolbar button.
FilesNavigationSidebar
Details
Current version
0.1.9
Last updated
2 months ago
Created
6 months ago
Updates
15 releases
Downloads
4k
Compatible with
Obsidian 1.11.0+
License
MIT
Report bugRequest featureReport plugin
Sponsor
Patreon
Author
David V. KimballDavid V. Kimballdavidvkimball
davidvkimball.com
GitHubdavidvkimball
Xdavidvkimball
discord.com
davidvkimball
davidvkimball
  1. Community
  2. Plugins
  3. Files
  4. Explorer Focus

Related plugins

Notebook Navigator

Alternative file browser with folders, tags, properties, calendar, previews, shortcuts, recent files, keyboard navigation, drag and drop, and pinned notes.

Recent Files

Display a list of recently opened files.

Reveal Active File Button

Add a button to the top of the File Explorer, to reveal the active file.

Remember cursor position

Remember cursor and scroll position for each note.

TagFolder

Show tags as folder.

Custom File Explorer sorting

Manual or automatic config-driven reordering and sorting of files and folders in File Explorer.

Novel Word Count

Display a word count, page count, creation date, or other statistics for each file, folder and vault in the File Explorer pane.

Home tab

A browser-like search tab for your local files.

File Explorer Note Count

See the number of notes in each folder within the file explorer.

File Tree Alternative

An alternative file tree view with separate folder and file panes.