Supported Modals
Quick Select works seamlessly across all Obsidian modals. Here’s a comprehensive guide to using it in different contexts.Quick Switcher
Navigate files instantly with keyboard shortcuts
Command Palette
Execute commands without scrolling
Search Modal
Jump to search results quickly
Tag Suggestions
Select tags with speed
Quick Switcher
The Quick Switcher is one of the most-used modals in Obsidian. Quick Select makes it even more powerful.Usage
- Open Quick Switcher:
Cmd/Ctrl + O - Start typing to filter files (optional)
- Hold
Cmd/Ctrlto see numbered items - Press
1-9to open that file
Example Workflow
- Recent Files
- Filtered Search
Command Palette
The Command Palette provides access to all Obsidian commands and plugin commands.Usage
- Open Command Palette:
Cmd/Ctrl + P - Type to search commands
- Hold
Cmd/Ctrl+ number to execute
Common Use Cases
Workspace Management
Workspace Management
Quickly switch workspaces:
Cmd/Ctrl + P- Type “workspace”
Cmd/Ctrl + 1to load first workspace

Template Insertion
Template Insertion
Insert templates without clicking:
Cmd/Ctrl + P- Type “template”
Cmd/Ctrl + [number]to insert template
Plugin Commands
Plugin Commands
Execute any plugin command:
Cmd/Ctrl + P- Type plugin name
- Select command with number key
Search Modal
The Search modal shows all occurrences of text across your vault.Usage
- Open Search:
Cmd/Ctrl + Shift + F - Enter search query
- Hold
Cmd/Ctrl+ number to jump to result
Example
Search results can be navigated instantly, making it easy to review multiple matches across different files.
Tags (Frontmatter/Inline)
Quick Select works with both frontmatter tags and inline tag suggestions.Inline Tags
- Type
#in your note - Tag suggestions appear
- Hold
Cmd/Ctrlto see numbers - Press number to insert tag
Frontmatter Tags
- In frontmatter, add
tags:field - Start typing tag name
- Hold
Cmd/Ctrl+ number to select
Example
Slash Commands
Slash commands provide quick access to formatting and insertion options.Usage
- Type
/in editor - Slash command menu appears
- Hold
Cmd/Ctrl+ number to select
Example
Common Slash Commands
- Templates:
/template→Cmd/Ctrl + 1 - Callouts:
/callout→Cmd/Ctrl + [number] - Code blocks:
/code→Cmd/Ctrl + 1 - Tables:
/table→Cmd/Ctrl + 1
Other Modal Types
Quick Select works in many other contexts:File/Link Suggestions
- Internal link autocomplete (
[[) - File embed suggestions (
![[) - Alias suggestions
Plugin Modals
Quick Select automatically works with plugin modals that use Obsidian’s standard suggestion interface, including:- Dataview query results
- Quick Switcher++ enhanced results
- Various plugin command palettes
Technical Details
Quick Select patches two Obsidian modal types:- SuggestModal
- PopoverSuggest
Used for full-screen modals like Quick Switcher and Command Palette.The plugin registers hotkeys (Mod+1 through Mod+9) that select items by index.
Quick Select works with modals in both the main Obsidian window and popout windows.
General Workflow
Regardless of modal type, the pattern is always:- Open modal (any method)
- Filter results (optional typing)
- Hold modifier (see numbers appear)
- Press number (instant selection)