kohane27 / obsidian-jump-to-link

Quick jump between links using hotkeys

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

Settings

How to use (Link Navigation)

  • Open command palette (Ctrl+P), find and choose Jump to link command
  • You can use hotkey (Ctrl + ' by default)
  • If there are any links in opened file you should see letters over them which should be pressed to open the link
  • Hold Shift while pressing link letters should open note in a new pane

How to use Jump to Anywhere (Editor Navigation)

  • Use the command palette, or press the hotkey (Ctrl + ; by default) to instantly jump to any word on the page!
  • Jump to Anywhere is a RegEx based navigation feature, similar to vim-easymotion.
  • Jump to Anywhere works both in regular editor mode, and in VIM mode!
  • Custom RegEx can be configured to user preference
  • Default configuration adds a label on words 3 characters or greater: [Regex: \b\w{3,}\b]
  • Suggested Characters used for link hints setting for Jump to Anywhere: asdfghhjklqwertyuiopzxcvbnm
    • These settings ensure that all 26 letters are available for jumping in documents with large amounts of text.
    • If there are more matches than available letters, the label will show undefined and it will not be possible to jump there.

How to install the plugin

Install plugin from the Community Plugins section.

Known issues

Support

About

Quick jump between links using hotkeys


Languages

Language:TypeScript 94.5%Language:JavaScript 4.0%Language:CSS 1.4%