Auto Split Pane
unlistedby Tim Finnigan
Automatically opens clicked internal links in a vertical split pane to the right.
Updated 1mo agoMIT
Auto Split Pane
An Obsidian plugin that automatically opens internal links in a vertical split pane to the right, keeping your current note in place.
How it works
- Click any internal link → opens in a split pane to the right
- If a split pane is already open, reuses it instead of creating a new one
- If no note is currently open, opens normally in the same pane
Cmd/Ctrl/Alt/Shift + clickbehave as normal (new tab, etc.)
Installation
From the Community Plugins browser (recommended)
- Open Settings → Community plugins → Browse
- Search for "Auto Split Pane"
- Click Install, then Enable
Manual
- Download
main.jsandmanifest.jsonfrom the latest release - Copy both files to
<your vault>/.obsidian/plugins/auto-split-pane/ - Enable the plugin in Settings → Community plugins
Development
git clone https://github.com/TimFinnigan/obsidian-auto-split-pane
cd obsidian-auto-split-pane
npm install
npm run build
Then copy (or symlink) the folder into your vault's .obsidian/plugins/ directory.
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.