Quick Switcher++

by darlal
5
4
3
2
1
Score: 55/100

Description

The Quick Switcher++ plugin expands the default switcher into a broader navigation hub for moving through notes, headings, symbols and open editors without leaving the keyboard. It adds dedicated modes for workspaces, bookmarks, commands, related items and even vault switching, so one search surface can handle both content lookup and workspace movement. The plugin also surfaces backlinks, outgoing links and nearby files when you want to jump through connected material instead of searching by name. Quick filters, preview controls and custom triggers help shape the result list around the way you work.

Reviews

No reviews yet.

Stats

stars
393,065
downloads
0
forks
62
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Quick Switcher++ for Obsidian

Latest Release Total Downloads Build Workflow Status

Find what you're looking for faster, using Quick Switcher++. An Obsidian.md plugin that extends the functionality of the builtin "Quick Switcher". What's new?

Features

Note: the core Obsidian "Quick Switcher" plugin must remain enabled. Quick Switcher++ extends the core switcher and shares the same configuration settings.

Demo

Search Headings:

Launch Switcher++ using a shortcut, trigger Headings mode using the default # command, then enter the search text. Notice, different heading level matches are returned, along with Alias, Unresolved and regular filename matches.

Heading Mode gif

Symbol Navigation:

Launch Switcher++ using a shortcut, filter all files to find the Format your notes file, then trigger the symbol command (default @) to open the file directly to the External links section.

Symbol Mode gif

Editor Navigation:

Launch Switcher++ directly into editor mode using a shortcut, filter the currently open editors to find the Format your notes editor and make it active. Then use Switcher++ again to open the backlinks side panel.

Symbol Mode gif

Search headings instead of filename

Find the file you're looking for by searching through the headings contained in the file, instead of only searching the filename. This mode can be configured to search a) strictly through only the first H1 header, fallback to filename search if there's no match with the H1, b) through all headers, and c) respect the builtin Quick Switcher settings Show existing only, Show attachments, and Show all file types. By default, this mode will display the first top 50 results.

headings mode preview

Search headings configuration

Setting Description Default
Headings list mode trigger Character that will trigger headings list mode in the switcher. #
Search Headings Enabled: search and show suggestions for Headings Disabled: Don't search through Headings enabled
Turn off filename fallback Enabled: strictly search through only the headings contained in the file. Do not fallback to searching the filename when an H1 match is not found. Disabled: fallback to searching against the filename when there is not a match in the first H1 contained in the file. disabled
Search all headings Enabled: search through all headings contained in the file. Disabled: only search through the first H1 in each file. enabled
Search Filenames Enabled: search and show suggestions for filenames Disabled: Don't search through filenames (except for fallback searches) disabled
Search Bookmarks Enabled: search and show suggestions for Bookmarks Disabled: Don't search through Bookmarks enabled
Max recent files to show The maximum number of recent files to show when there is no search term. Set this to 0 to hide recent file suggestions in that case 25
Exclude folders List of folder path regex that will be used to exclude folders and their sub-directories from suggestion search. One per line. None
Hide Obsidian "Excluded files" Enabled, suggestions for files that are in Obsidian's "Options > Files & Links > Excluded files" list will not be displayed. Disabled, suggestions for those files will be displayed but downranked. disabled
File extension override Override the "Show attachments" and the "Show all file types" builtin, system Switcher settings and always search files with the listed extensions. canvas

View, filter, and navigate to any symbol (Canvas Nodes, Headings, Hashtags, Links, Embedding, Callouts) in a file directly from the Quick Switcher, whether the file is currently open in an editor or not. This feature can be triggered in two ways a) for the active file in the currently active editor pane, b) for the currently selected (highlighted) suggestion in the switcher itself.

For active file in the active editor pane

The Quick Switcher++: Open Symbols for the active editor command will always trigger Symbol mode for the current active file in the active editor pane (the file actively being edited). Meaning, when this command is triggered (either via a hotkey, command palette, or trigger character), the list of symbol suggestions will always be symbols from the active file in the active editor pane when the command was triggered.

Embedded Symbol mode: For any other file in the vault, open or not

The Symbol mode trigger character (default @) will trigger Symbol mode for the currently highlighted suggestion in the switcher. Meaning, when you open up the switcher and it's displaying a list of your recent files (or a list of file search results), the source file for whichever suggestion is highlighted when you type @ is the file whose symbols will be displayed. The resulting list of symbol suggestions will be from the file suggestion that was highlighted when the @ was typed. You can use the navigation keys to select (highlight) which file will be used as the source file before typing @.

For example: symbols can be viewed by opening Quick Switcher++, typing some characters to filter and/or using the arrow keys to select (highlight) the file of interest. Then, once the file of interest is selected/highlighted, type the trigger character (default @) to view the symbols for the file of interest.

symbol outline preview

Symbol Navigation Configuration

Setting Description Default
Symbol list mode trigger Character that will trigger symbol list mode in the switcher. This triggers a display of Symbols for the source file of the currently selected (highlighted) suggestion in the switcher. If there is not a suggestion, display results for the active editor. @
Symbol list mode trigger - Active editor only Character that will trigger symbol list mode in the switcher. This always triggers a display of Symbols for the active editor only. Note this trigger should be different from Symbol list mode trigger $ (note the trailing space)
List symbols as indented outline Enabled: symbols will be displayed in the (line) order they appear in the source text, indented under any preceding heading.Disabled: symbols will be grouped by type: Headings, Tags, Links, Embeds. enabled
Open Symbols in new pane Enabled: always open a new pane when navigating to Symbols.Disabled: navigate in an already open pane (if one exists). disabled
Open Symbols in active pane on mobile devices Enabled: navigate to the target file and symbol in the active editor pane, in other words, don't create a new editor pane.Disabled: open a new pane when navigating to Symbols, even on mobile devices. disabled
Auto-select nearest heading Enabled: in an unfiltered symbol list, select the closest preceding Heading to the current cursor position. Disabled: the first symbol in the list is selected. enabled
Show Headings Enabled: display Headings in the symbol list.Disabled: don't show Headings in the symbol list enabled
Show Tags Enabled: display Tags in the symbol list.Disabled: don't show Tags in the symbol list enabled
Show Embeds Enabled: display Embeds in the symbol list.Disabled: don't show Embeds in the symbol list enabled
Show Links Enabled: display Links in the symbol list. When enabled, the following settings become visible to further refine which types of links are displayed, Links to headings, Links to blocks.Disabled: don't show Links in the symbol list enabled
Links to headings Enabled: display links that point to a header, e.g [[file#header]]. This setting is only visible when Show Links is enabled.Disabled: don't show Links to headers enabled
Links to blocks Enabled: display links that point to a block, e.g [[file#^blockid]]. This setting is only visible when Show Links is enabled.Disabled: don't show Links to blocks enabled

Navigate between open editors

View, and filter all of the currently open editors, and navigate to any of them from Quick Switcher++ by using the default edt command. Note: Symbol search works in this mode as well, so you can use both modes together e.g. edt @. The default builtin Quick Switcher behavior is used when no commands are present.

Editors/views from the side panels can be configured to be displayed in the list as well. For example, you could use this to navigate to the backlinks, file explorer, tag pane, etc.. system views/panes directly from the Quick Switcher.

editor search preview

Editor Navigation Configuration

Setting Description Default
Editor list mode trigger Character that will trigger editor list mode in the switcher. edt
Include side panel views Show the specified view types from the side panels in the switcher. Add one view type per line. Leave empty to never display side panel editors in the switcher. backlinkimagemarkdownpdf
Order default editor list by most recently accessed Enabled: When there is no search term, order the list of open editors by most recent access time. enabled

Switch Workspaces

View, filter, and switch between configured Workspaces quickly using the default + command.

Note: the built-in system Workspaces plugin must be enabled for this mode to work.

Workspace configuration

Setting Description Default
Workspace list mode trigger Character that will trigger workspace list mode in the switcher. +

Search Obsidian Bookmarks

View, filter, and switch between Obsidian Bookmarks quickly using the default ' command.

Note: the built-in system Bookmarks plugin must be enabled for this mode to work.

Bookmarks configuration

Setting Description Default
Bookmarks list mode trigger Character that will trigger Bookmarks list mode in the switcher. '

Run Commands

View, search, and run Obsidian commands quickly using the default > command. When there is no search text, the suggestion list will display the list of pinned commands, followed by a list of commands that were recently executed. When there are no pinned commands and no recently executed commands, then all commands are displayed initially. When there is search text, the suggestion list will only display commands that matched the search text.

Note: the core Obsidian "Command Palette" plugin must remain enabled. The core plugin provides the capabilities to manage Pinned Commands.

Command configuration

Setting Description Default
Command list mode trigger Character that will trigger command list mode in the switcher. >
Max recent commands The maximum number of commands to save in the recent list. 25
Recent commands display order Select the sort order for recently used commands. desc

View, filter, and navigate to files that are "related" to the selected input file directly from the Quick Switcher, whether the file is currently open in an editor or not. The supported relation types are: Outgoing links, Backlinks, and File system location. This feature can be triggered in two ways a) for the active file in the currently active editor pane, b) for the currently selected (highlighted) suggestion in the switcher itself.

For active file in the active editor pane:

The Quick Switcher++: Open Related Items for the active editor command will always trigger Related Items mode for the current active file in the active editor pane (the file actively being edited). Meaning, when this command is triggered (either via a hotkey, command palette, or trigger character), the list of related item suggestions will always be related to the active file in the active editor pane when the command was triggered.

For any other file in the vault, open or not:

The Related Items mode trigger character (default ~) will trigger Related Items mode for the currently highlighted suggestion in the switcher. Meaning, when you open up the switcher and it's displaying a list of your recent files (or a list of file search results), the source file for whichever suggestion is highlighted when you type ~ is the file whose relations will be displayed. The resulting list of related item suggestions will be for the file suggestion that was highlighted when the ~ was typed. You can use the navigation keys to select (highlight) which file will be used as the source file before typing ~.

For example: related items can be viewed by opening Quick Switcher++, typing some characters to filter and/or using the arrow keys to select (highlight) the file of interest. Then, once the file of interest is selected/highlighted, type the trigger character (default ~) to view the related items for the file of interest.

When the Related Items command is triggered for a selected input suggestion/file, the entire vault is searched for all backlinks. Backlinks are files that contain an outgoing link pointing to the input file. These will be displayed in the result list along with a count of the number of links to the input file they contain.

Unresolved Links are outgoing links that point to files that do not exist in the vault. The Related Items commands can also be triggered for Unresolved Link suggestions, and will behave the same as a regular file.

When the Related Items command is triggered for a selected input suggestion/file, all of the internal outgoing links from the input file will displayed in the result list.

File system location relation (disk-location)

When the Related Items command is triggered for a selected input suggestion/file, all files that are located in the same directory in the File System (or otherwise specified in the settings) as the input file will be displayed in the result list.

Setting Description Default
Related items list mode trigger Character that will trigger related items list mode in the switcher. This triggers a display of Related Items for the source file of the currently selected (highlighted) suggestion in the switcher. If there is not a suggestion, display results for the active editor. ~
Related Items list mode trigger - Active editor only Character that will trigger related items list mode in the switcher. This always triggers a display of Related Items for the active editor only. Note this trigger should be different from Related items list mode trigger ^ (note the trailing space)
Show related item types Specify which relation types are enabled to be displayed in the result list. backlinkdisk-locationoutgoing-link
Exclude open files Enabled: related files which are already open in an editor will not be displayed in the list.Disabled: All related files will be displayed in the list. disabled

Open Vaults

Note: this is an experimental feature.

Open existing vaults directly from the switcher using the default vault command.

Vault configuration

Setting Description Default
Vault list mode trigger Character that will trigger vault list mode in the switcher. vault

Quick Filters

Quick Filters enable you to quickly narrow down the types of items that appear in your search results without having to change your query. Each type of results will have a hotkey assigned that can be used to toggle (show/hide) that type from the result list. When active, only results that match the Quick Filter type will be displayed, multiple Quick Filters can be active at the same time.

In the demo below, Quick Switcher++: Open Symbols for the active editor global command is triggered for the active file. Notice towards the bottom of the Switcher the hotkeys assigned to each result type. The headings Quick Filter is triggered using the Ctrl+Alt+1 hotkey, this restricts the result list to only display Heading results. Multiple Quick Filters are activated using their corresponding hotkeys, and all Quick Filters can be quickly toggle off using Ctrl+Alt+0.

quick filters gif

General Settings

Setting Description Default
Show ribbon icons List of modes that should be accessible from the ribbon menu. HeadingsListSymbolList
New tab and mobile launcher buttons Select the Mode to launch Switcher++ in from the empty tab page and mobile navigation bar button, or select "Do not override" to disable the feature. Do not override
Override default Switcher launch button on mobile platforms Enabled: override the "🔍" button (in the Navigation Bar) on mobile platforms to launch Switcher++ instead of the default system switcher. Only visible when a launch mode is selected above. enabled
Display launch button on the "New tab" page Enabled: a button to launch Switcher++ using the selected mode above will be added to the default Obsidian "New tab" page. Only visible when a launch mode is selected above. enabled
Preferred suggestion title source The preferred source to use for the "title" text that will be searched and displayed for file based suggestions. One of First H₁ heading, Default (filename), or Frontmatter property. First H₁ heading
Frontmatter property path The path to the frontmatter property to use as the title. Use dot notation for nested properties (e.g. title or meta.display_name). The property value must be a string, number, or boolean; if it doesn't exist or has an invalid type, the default filename is used. Only visible when the title source is set to Frontmatter property. title
Preferred file path display format The preferred way to display file paths in suggestions. Note: by default, path information will not be displayed for files at the root of the vault. Parent folder & filename
Hide path for root items Enabled: path information will be hidden for items at the root of the vault. enabled
Mode trigger escape character A character that can be used as a prefix to force a mode trigger character to be treated just as normal text. !
Allow Backspace key to close the Switcher Enabled: when the search box is empty, pressing the backspace key will close Switcher++. disabled
Default to open in new tab Enabled: navigating to un-opened files will open a new editor tab whenever possible (as if cmd/ctrl were held). When the file is already open, the existing tab will be activated. This overrides all other tab settings. enabled
Override Standard mode file open behavior Enabled: Switcher++ will change the default Obsidian builtin Switcher functionality (Standard mode) to inject custom file open (tab navigation) behavior.Disabled: No changes are made to the default Obsidian builtin functionality (Standard Mode). enabled
Override Standard mode rendering Enabled: Switcher++ will change the default Obsidian builtin Switcher functionality (Standard mode) to render suggestions as multi-line. Including display of additional indicator information, and special path display handling.Disabled: No changes are made to the default Obsidian builtin functionality (Standard Mode). enabled
Show indicator icons Enabled: Display icons to indicate an item's file extension (when applicable), is recent, bookmarks status, etc... enabled
Show tags in suggestions Enabled: tags associated with a file will be displayed in suggestions. disabled
Tag source Select which tags to display: inline tags (in document body), frontmatter tags, or both. Only visible when Show tags in suggestions is enabled. Both
Excluded tags Tags to exclude from display, one per line. Tags should be entered without the # prefix. Only visible when Show tags in suggestions is enabled. None
Max tags to display Maximum number of tags to show per suggestion. Set to 0 for unlimited. Only visible when Show tags in suggestions is enabled. 0
Tag separator The string used to separate multiple tags in the display. Only visible when Show tags in suggestions is enabled. (a space)
Remove # prefix from tags Enabled: the # prefix will be removed from tags when displayed. Only visible when Show tags in suggestions is enabled. disabled
Result priority adjustments Enabled: Artificially increase the match score of the specified item types by a fixed percentage so they appear higher in the results list (does not apply to Standard Mode). See the default list of priority types that can be prioritized. Note that the adjustments are independent of each other, e.g. if adjustments are specified for both Bookmarked items and Open items a result for a file that is open and bookmarked will receive both adjustments.Disabled result match scores are not adjusted. disabled
Use filename as alias Enabled: The file basename will be set as the link alias.Disabled: An alias will not be set enabled
Use heading as alias Enabled: The file heading will be set as the link alias. This overrides the "use filename as alias" setting.Disabled: fall back to the "use filename as alias" setting. enabled
Restore previous input in Command Mode Enabled: restore previous command mode input when launched via global command hotkey disabled
Restore previous input Enabled: restore previous switcher input when launched via global command hotkey disabled
Display mode trigger instructions Enabled: the trigger key for each mode will be displayed in the instructions section of the Switcher. enabled
Display markdown content as Live Preview Enabled: Markdown content in symbol suggestions (Headings, Links, Tags, and Callouts) will be rendered as HTML similar to the Obsidian "Live Preview" display. When enabled, individual symbol types can be toggled on/off via their respective settings. Note that when HTML rendering is enabled, search matches in the rendered content will not be highlighted. The toggle preview (selected item) hotkey can be used to toggle the display for individual results.Disabled: All symbol content will be rendered as raw text and search matches will be highlighted. disabled
Enable quick open hotkeys for top results Enabled: hotkeys will be defined for each of the top N results displayed in the Switcher. These hotkeys can be used to quickly open the associated suggestion directly.Disabled: hotkeys are not defined. enabled
Reset active Quick Filters Enabled: the switcher will reset all Quick Filters back to inactive for each session. disabled

Global Commands for Hotkeys

The following Global Commands are registered by the plugin, which can be used for global hotkeys/shortcuts.

  • Quick Switcher++: Open in Standard Mode
  • Quick Switcher++: Open in Editor Mode
  • Quick Switcher++: Open Symbols for selected suggestion or editor
  • Quick Switcher++: Open Symbols for the active editor
  • Quick Switcher++: Open in Workspaces Mode
  • Quick Switcher++: Open in Headings Mode
  • Quick Switcher++: Open in Bookmarks Mode
  • Quick Switcher++: Open in Commands Mode
  • Quick Switcher++: Open in Vaults Mode
  • Quick Switcher++: Open Related Items for selected suggestion or editor
  • Quick Switcher++: Open Related Items for the active editor

Installation

From Obsidian

From Obsidian v0.9.10, this plugin can be activated from within Obsidian:

  • Open Settings > Third-party plugin
  • Make sure Safe mode is off
  • Click Browse community plugins
  • Search for "Quick Switcher++"
  • Click the "Install" button
  • Once installed, close the community plugins window
  • Under the "Installed plugins" section, enable Quick Switcher++

From Github

  • Download the Latest release distribution
  • Extract the the contents of the distribution zip file to your vault's plugins folder: <vault>/.obsidian/plugins/ Note: On MacOs the .obsidian folder may be hidden by default.
  • Reload Obsidian
  • Open Settings, third-party plugins, make sure safe mode is off and enable "Quick Switcher++" from there.

Contributing

Contributions via bug fixes, documentation, and general improvements are always welcome. For more major feature work, please create a Discussion about the feature idea, or reach out to me so we can judge feasibility and how best to implement it.

A primary design goal for Switcher++ is to be a "drop in" replacement for the built-in system Switcher. Such that, a user can simply replace the built-in system Switcher with Switcher++ and have all the built-in functionality continue to work as expected.

Getting started

  • Clone the repository
  • cd into the repository directory
  • Run npm install
  • Run npm run dev this will monitor for any source file changes and run unit tests, linter, and build the plugin whenever a change is detected.
  • Happy coding! 😀

Change Log

Notes

  • This plugin very much experimental at the moment, use it at your own risk. It's only been tested on MacOS, other platforms may have issues.

Giving Thanks 🙏

If this project has been useful to you, give thanks to support its continued development and maintenance. Any contribution towards a cup of ☕ or 🍺 is greatly appreciated. Thank you!

Give Thanks Paypal Give Thanks buymeacoffee

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Advanced Tables
6 years ago by Tony Grosinger
Improved table navigation, formatting, and manipulation in Obsidian.md
Omnisearch
4 years ago by Simon Cambier
A search engine that "just works" for Obsidian. Supports OCR and PDF indexing.
Recent Files
6 years ago by Tony Grosinger
Display a list of most recently opened files
Advanced URI
5 years ago by Vinzent
Advanced modes for Obsidian URI
Note Toolbar
19 days ago by chrisgurney
Add customizable toolbars to your notes.
Pane Relief
5 years ago by PJ Eby
Obsidian plugin for per-pane history, pane movement/navigation hotkeys, and more
Another Quick Switcher
5 years ago by tadashi-aikawa
This is an Obsidian plugin which is another choice of Quick switcher.
Quick Explorer
5 years ago by PJ Eby
Perform file explorer operations (and see your current file path) from the Obsidian.md title bar
obsidian floating toc
4 years ago by curtgrimes modified by Cuman
Workspaces Plus
5 years ago by NothingIsLost
Quickly switch and manage Obsidian workspaces
Collapse All
5 years ago by Nathonius
Floating Search
3 years ago by Boninall
A plugin for searching text by using Obsidian default search view.
Better Command Palette
4 years ago by Alex Bieg
A better command palette for obsidian
Dynamic Outline
2 years ago by theopavlove
Adds a customizable GitHub-like floating table of contents to Obsidian.
Open Tab Settings
a year ago by jesse-r-s-hines
Obsidian plugin that adds options to customize how tabs are opened, including open in new tab by default, preventing duplicate tabs, and more
Core Search Assistant
4 years ago by qawatake
An Obsidian plugin to enhance built-in search: keyboard interface, card preview, bigger preview
Automatically reveal active file
6 years ago by Matt Sessions
Obsidian plugin to reveal the active file automatically when you open a file
Audio Player
4 years ago by noonesimg
audio player plugin with bookmarks for Obsidian.md
Reveal Active File Button
5 years ago by Clare Macrae
Obsidian plugin to add a button to the top of the Obsidian File Explorer, to reveal the active file.
Folder Focus Mode
4 years ago by grochowski
Focus file explorer on chosen folder and its files and subdirectories, while hiding all the other elements.
Maximise Active Pane
6 years ago by death_au
A plugin for [Obsidian](https://obsidian.md) which simply fills the workspace with the active pane.
No Dupe Leaves
4 years ago by Simon Cambier
Automatically switch the focus to open notes instead of reopening them
Canvas minimap
2 years ago by ifree
Obsidian canvas minimap
Prominent Bookmarked Files
5 years ago by Jeremy Valentine
Prominently display starred files in Obsidian.md
Hotkeys for Bookmarks
6 years ago by Vinzent
Quick Preview
3 years ago by Ryota Ushio
An Obsidian plugin to quickly preview a suggestion before selecting it in link suggestions & quick switcher.
Next TOC
6 months ago by RavenHogWarts
Floating TOC panel
Scroll Offset
4 years ago by Lijyze
Scroll Offset for Obsidian
Daily Note Navbar
2 years ago by Karsten Finderup Pedersen
Adds a daily note navbar to quickly navigate between sequential daily notes in Obsidian.
Arrows
2 years ago by artisticat
Draw arrows across different parts of your notes, similar to on paper
Card View Switcher
4 years ago by qawatake
An Obsidian plugin to provide a quick switcher with card view
Tab Selector
2 years ago by namikaze-40p
This is an Obsidian plugin which can quickly switch tabs in various ways.
macOS Keyboard Navigation
6 years ago by ryanjamurphy
Quick snippets and navigation
4 years ago by @aciq
Quick snippets and navigation for Obsidian
Another Sticky Headings
2 years ago by Zhou Hua
Advanced Random Note
3 years ago by Karsten Finderup Pedersen
Create commands from custom queries to open random notes
Open Plugin Settings
3 years ago by Mara-Li
Create a command that open the settings tabs of a registered plugin (because I was bored to open the parameters).
Search Everywhere
4 years ago by Mom0
Obsidian Search Everywhere Plugin
Autofit Tabs
a year ago by Bradley Wyatt
Obsidian Plugin that automatically adjusts tab header widths in real-time to perfectly fit each tab's title content while maintaining a clean, seamless interface that prevents awkward text truncation and ensures optimal readability of your document titles.
Floccus Bookmarks to Markdown
3 years ago by mddevils
Neighbouring Files
3 years ago by Fabian Untermoser
Obsidian Plugin to navigate to the next and previous file in the current directory
VirtFolder
2 years ago by mr.grogrig
Creating a hierarchical structure like Luhmann's Zettelkasten
Tab Navigator
2 years ago by o02c
obsidian-tab-switcher
Cycle In Sidebar
3 years ago by Houcheng
Cycle through tabs of left/ right sidebar panel
FolderFile Splitter
a year ago by Xu Quan
Window Collapse
5 years ago by Guilherme Quental
Floating Headings
6 months ago by k0src
Displays a floating, collapsible outline of a note's headings on the right side of the editor. Expands on hover, click to navigate.
Lemons Search
2 years ago by Moritz Jung
An Obsidian plugin that offers a fast fuzzy finder based quick switcher with preview.
Bookmarks Caller
2 years ago by namikaze-40p
This is an Obsidian plugin which can easily open bookmarks.
Go to Line
5 years ago by phibr0
Insert Heading Link
4 years ago by Signynt
Add a Link to a Heading.
Brainframe
3 years ago by pedersen
SideNote
8 months ago by mofukuru
Obsidian plugin: Add comment on the part of sentence and refer in comment view.
New Note New Window
4 years ago by Pedro Reyes
Plugin for opening new notes in a floating window in Obsidian (https://obsidian.md)
koncham workspace
5 years ago by mano
obsidian workspace enhancement [not maintained]
URL Display
3 years ago by Stephanie Lin
Extract and display external URLs of the note in Obsidian.
Link Range
3 years ago by Ryan Mellmer
Add ranged link support to Obsidian
Highlight active folder section
2 years ago by Lukas Collier
Gives the folder section with the active note a customizable background color and more.
Go To Heading
3 years ago by join
Quickly navigate between your document's headings in Obsidian
Explorer Hider
2 years ago by Mara-Li
Hide folder & files from the explorer using a plugin and a bit of CSS :>
Pinboard Sync
5 years ago by Mathew Spolin
Obsidian plugin to sync Pinboard.in links to Daily Notes
Nav Link Header
2 years ago by ahts4962
Display navigation links at the top of the notes in Obsidian
Open Related Url
4 years ago by Dan Pickett
Tag Index
a year ago by wenlzhang
An Obsidian plugin that creates a curated list of important tags to serve as meaningful entry points to your knowledge base.
Potato Indexer
3 years ago by LoyalPotato
Obsidian plugin to generate index based on your selection
Quickly
3 years ago by Sparsh Yadav
Quick capture to obsidian note
Tab Rotator
3 years ago by Steven Jin
Obsidian Rotate opened tabs with a specified time interval
Mobile Sidebar Notes
9 months ago by Chris Kephart
Open notes & new tabs in the sidebar on the Obsidian mobile app.
Custom Slides
a year ago by David V. Kimball
Customize Obsidian's Slides core plugin's navigation, styles, and behavior.
Next Link
3 years ago by Juan Luque
Note Minimap
a year ago by Yair Segel
Add a minimap to your Obsidian notes.
Crafty
2 years ago by liolle
Add tooltip to your obsidian canvas's nodes and navigation between nodes
Cursor Position History
a year ago by Florian Gubler
A Plugin to remember (and make accessible) the cursor history in Obsidian. Both within a file and across files.
Folder overview
a year ago by Lost Paul
Provides a dynamic overview of your vault or folders in the format of a code block.
Tree Search
2 years ago by catacgc
Backlink Full Path
a year ago by mnaoumov
Obsidian plugin that shows the backlink's full path in the backlinks panel.
Drag To Scroll
a year ago by Constantine Sazonov
Adds drag-to-scroll functionality to Obsidian. Hold mouse button and drag - now you can scroll like on touch device!
Mouse Navigation
2 years ago by HoBeomJeon
Link Navigation
2 years ago by xRyul
Navigate between incoming links (inlinks), outgoing links (outlinks) N levels deep. Links from Canvas are also supported.
Metafolders
2 years ago by Makary Sharoyan
An Obsidian plugin for multidimensional note navigation
Web viewer Bookmarks
9 months ago by Stefan Danzl
Obsidian Plugin to create Bookmarks for internal Web Viewer
Backgroundset
2 years ago by daonali
similar as vscode background
Mark Open Files
a year ago by Michael Schrauzer
Adds a marker to all the File Explorer items that are currently open in the Obsidian workspace.
Vault Name
2 years ago by @gapmiss
An Obsidian.md plugin for customizing and displaying the vault name (title) in the side navigation file explorer, similar to pre 1.6.0 versions of Obsidian.
Custom Commands
a year ago by Staaaaaaaaaan
Create custom commands to be executed in the command palette, and by hotkey. Currently supports opening specific notes, creating notes, inserting snippets, and executing sequences of commands.
Anchor Link Display Text
2 years ago by Robert C Arsenault
An Obsidian plugin that makes anchor links look nicer by automatically populating display text.
Clone Vault
a year ago by Sebastian Baroni
Clones the current Obsidian vault by copying settings and folder structure without note contents.
Cursor Jump
2 years ago by Sangwon Jung
Canvas Link to Group
9 months ago by TGRRRR
Plugin for Obsidian Canvas enabling direct links to specific groups within canvas files for improved navigation
Headings in Explorer
2 years ago by Patrick Chiang
This Obsidian plugin makes headings first class concepts in the file explorer and consolidates navigation to a single panel.
Reveal Folded
a year ago by d7sd6u
Adds a command that reveals current file while collapsing every other tree item
Inline Local Graph
6 months ago by TKOxff
Inline Local Graph of Obsidian
Smooth Navigator
a year ago by Michael Schrauzer
Smoothly cycle through open files and splits in Obsidian via the keyboard.
Scrolls To Nav Top
a year ago by mario
Simply scrolls to nav top
CmdSearch
a year ago by SpaceshipCaptain
Current File Tags
2 years ago by Trung Tran
BookNav
2 years ago by jemberton
A plugin for ObsidianMD that enables book style navigation links in a note.
Readeck Importer
a year ago by Makebit
Import bookmarks from Readeck to Obsidian
Open Editors
2 years ago by 4Source
This is a plugin for Obsidian (https://obsidian.md). Adds a view which shows the opened groups and the tabs inside them. Allow to close groups or all tabs at once.
BlazeJump
2 years ago by henryco
Plugin for Obsidian that makes text navigation blazingly fast.
Viewer ftags
a year ago by d7sd6u
Add ftags and ftag-children as chips on top of views
Tab Group Arrangement
a year ago by situ2001
Arrange the tab groups of Obsidian in a more flexible way
Remember Scrollposition
7 months ago by s-blu
A plugin that saves the scroll position for each note to return you to where you left off
Recent Tab Switcher
2 years ago by Samuel Ang
Recent Tab Switcher Plugin for Obsidian.
Folder Tabulation
2 years ago by SpeedaRJ
An open source plugin for obsidian that let's you treverse local folder structure via keybindings and commands.
Better Link Clicker
6 months ago by Eniverz
An Obsidian plugin that modifies the default link click event.
Tab File Path
a year ago by John Burnett
Last Edit Location
7 months ago by Kyoungdeuk
When opening a note, put the cursor at the last edit location.
Cursor Position on Title Enter
2 years ago by Por Chainarong Tangsurakit
Obsidian Plugin: Set the cursor position after pressing Enter on the note title.
Click Hint
2 years ago by kbwo
FastForwardLink
2 years ago by Idan Liberman
FastForwardLink Obsidian.md Plugin
Previous Daily Note
a year ago by Marcos Talau
Plugin for Obsidian that opens the previous daily note
HOME key
10 months ago by shichishima
Obsidian Plugin to move cursor to beginning of text, considering Markdown heading characters.
Quick Nav
a year ago by exoticknight
Enhance your editing experience by unleashing the hidden power of shortcuts.
Daily Notes Tweaks
9 months ago by René Coignard
Open a random daily note and automatically switch past daily notes to reading mode.