Skip to content

0.1.0

Choose a tag to compare

@mjsharkey mjsharkey released this 28 Jun 04:55

Target Pane 0.1.0

First release. 🎯

Designate a pane as your target, and note links open there instead of hijacking the pane you're reading in. Built for a "read on the left, open references on the right" workflow.

Features

  • Set / clear a target pane with two commands; a status-bar indicator shows on/off.
  • Note links (links to another note, including the link icon on embedded notes) open in the target pane:
    • Click → replaces the target pane's currently active tab.
    • Cmd/Ctrl-click → opens a new tab in the target pane.
  • In-page links (#heading / ^block) stay in the pane you clicked.
  • Cmd/Ctrl-Alt-click (split) and new-window opens are left to Obsidian's natural behavior.
  • The target is remembered across reloads and restarts; closing the target pane turns targeting off automatically.

Install (manual)

Download main.js, manifest.json, and styles.css below into
<your-vault>/.obsidian/plugins/target-pane/, then enable Target Pane under
Settings → Community plugins.

Requires Obsidian 1.5.1 or newer.