Open Links in New Tabs
unlistedby Nar101
Open internal note links in a new tab on normal click.
Open Links in New Tabs
Open internal note links in a new tab on normal click.
Obsidian opens internal links in the current tab by default. This plugin changes that behavior in Reading view: when you click an internal note link, the target note opens in a new tab instead of replacing the current tab.
What It Does
- Opens internal note links in a new tab on normal left click.
- Keeps modifier-click behavior untouched.
- Leaves external web links unchanged.
- Leaves editor interactions unchanged.
What It Does Not Do
- It does not change every possible file-opening action in Obsidian.
- It does not override external links.
- It does not intercept clicks inside the editor.
The plugin is intentionally small: it focuses on the common reading workflow where you want to explore links without losing the note you started from.
Installation
Once the plugin is available in the Obsidian community plugin browser:
- Open Settings.
- Go to Community plugins.
- Search for Open Links in New Tabs.
- Install and enable the plugin.
Manual Installation
- Download
main.js,manifest.json, andstyles.cssfrom the latest release. - Put them in your vault under:
.obsidian/plugins/open-links-in-new-tabs/
- Reload Obsidian.
- Enable Open Links in New Tabs in Community plugins.
License
MIT
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.