You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configurable settings allow for displaying note tag information in Headings, Editor, and Bookmarks suggestions. Tags can be sourced from inline tags, frontmatter, or both.
Configuration:
Bug fixes
Remove vertical spacing for live preview rendered content when possible #233
Base Views
Symbol Mode now supports navigating directly to a specific .base file view. Using the Symbol mode trigger on a .base file suggestion will display the available Views configured for that .base file, allowing you to navigate directly to a specific View #221
Frontmatter as title source
The Preferred suggestion title source setting now has a new option which allows you to set a Frontmatter property key as the source for suggestion titles. Nested Frontmatter paths can be specified via dot notation #223 Note: This setting is supported in custom modes only.
Fix for Restore previous input setting swallowing user input. When restore previous input was enabled, the first user input character would get overridden, this is now fix #183
Compatibility update for Obsidian 1.9.10
Fix for Override default Switcher launch button on mobile #217
Switcher++ button on "New tab" page
The default "New tab" or "Empty tab" page includes an additional button to launch Switcher++ directly into a configurable mode #203
Show file extension indicator
The file extension is now displayed as an optional indicator in the switcher when enabled #210
Workspace Mode updates
New hotkey allows you to save the current workspace before switching to a different one #189
Command Mode updates
Setting to specify max number of recent items: new slider setting for command mode that allows you to specify how many recently used commands to show #207
Change sort order for recent items: setting for changing the order of the recently used commands #207
Open multiple suggestions without closing the Switcher
New hotkey that allows you to open multiple suggestions in the background, while keeping the Switcher++ window open #181
Hotkey to launch Obsidian global search
New hotkey to transfer the search text from Switcher++ to the builtin Obsidian global search UI to perform a vault-wide fulltext search #166
Opening Bookmarks respect new tab preferences
Apply the Default to open in new pane setting when opening file-based bookmarks #182
Override Standard mode rendering behavior
Introduce a new Override Standard mode rendering setting to control overriding rendering behavior in Standard mode. This can be used to enable/disable the multi-line rendering #176
Command added to Open in default app directly from the switcher in custom modes (Headings, Editor, Bookmarks, Symbol, RelatedItems). When triggered, the file for the highlighted suggestion will be launched in the associated default system app #148