Skip to content

mingnify/obsidian-folder-quick-switcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Folder Quick Switcher

Folder Quick Switcher is an Obsidian plugin for quickly searching and revealing folders in the file explorer. It works like Obsidian's built-in Quick Switcher, but for folders instead of notes.

中文说明: README.zh-CN.md

Features

  • Search folders by name or full path.
  • Use fuzzy matching to narrow down large vault folder trees.
  • Reveal the selected folder in Obsidian's file explorer.
  • Open the file explorer automatically when it is not already visible.
  • Bind the command to any Obsidian hotkey.

Requirements

  • Obsidian 1.5.0 or later
  • Desktop and mobile are supported by the manifest, but desktop is the primary tested environment.

Installation

Manual installation

  1. Download or clone this repository.
  2. Copy the plugin files into your vault:
<your-vault>/.obsidian/plugins/folder-quick-switcher/

The plugin folder should contain:

main.js
manifest.json
styles.css
  1. Restart Obsidian or reload community plugins.
  2. Open Settings -> Community plugins -> Installed plugins.
  3. Enable Folder Quick Switcher.

BRAT installation

If you use the Obsidian BRAT plugin:

  1. Open Settings -> BRAT.
  2. Choose Add Beta plugin.
  3. Paste this repository URL.
  4. Enable Folder Quick Switcher in Community plugins.

Usage

  1. Open Settings -> Hotkeys.
  2. Search for Open folder quick switcher.
  3. Bind any shortcut you like.
  4. Press the shortcut.
  5. Type a folder name or path.
  6. Select a result to reveal that folder in the file explorer.

Command

Command Description
Open folder quick switcher Opens the folder search modal.

Privacy

Folder Quick Switcher runs locally inside Obsidian. It does not collect analytics, send network requests, or store any user data.

Compatibility notes

The plugin uses Obsidian's file explorer view to reveal and focus folders. If Obsidian changes internal file explorer behavior in a future release, this plugin may need an update.

Release assets

For GitHub releases, attach these files:

  • main.js
  • manifest.json
  • styles.css

The release tag should match the version value in manifest.json.

License

MIT License. See LICENSE.

About

obsidian-folder-quick-switcher

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors