mrjackphil / obsidian-jump-to-link

Quick jump between links using hotkeys
134 stars 17 forks source link
obsidian-md obsidian-plugin

Obsidian Plugin: Jump to link

Quickly navigate between links, or jump to any word on the page using hotkeys.

Jump To Link

Jump to Anywhere (RegEx based navigation)

Lightspeed

Settings

How to use (Link Navigation)

How to use Jump to Anywhere (Editor Navigation)

How to use Lightspeed

Lightspeed is originally a vim plugin similar to vim-sneak or easymotion. See this issue for videos.

You can either assign a hotkey, or use it in combination with the Obsidian vimrc plugin:

exmap jumpToLink obcommand mrj-jump-to-link:activate-lightspeed-jump
nmap gs :jumpToLink

The idea and original code is from @kohane27.

The look of it when invoked can be modified with CSS. By default, it is:

.theme-dark, .theme-light {
  --jump-to-link-lightspeed-color: var(--text-muted);
}

Lightspeed is only supported in the new Codemirror 6 editor.

How to install the plugin

Install plugin from the Community Plugins section.

Known issues

Support