Eiko Wagenknecht568 downloadsMake links require Ctrl + Left Click to open.
An Obsidian plugin that restores the traditional link opening behavior, requiring Ctrl + Click (or Cmd + Click on macOS) to follow links in edit mode. This allows you to freely click and edit link text without accidentally navigating away.
This plugin provides several link opening modes using modifier keys:
Works with all link types:
[[note]])[text](url))Obsidian will keep the plugin up to date automatically. The plugin page is also available at obsidian.md/plugins.
main.js and manifest.json from the latest releasectrl-click-links in your vault's .obsidian/plugins/ directoryOnce enabled, the plugin automatically changes link behavior in edit mode:
No configuration needed - it just works!
# Install dependencies
npm install
# Development mode (watch for changes)
npm run dev
# Production build
npm run build
package.jsonnpm run version to automatically update manifest.json and versions.jsongit tag 2.0.2
git push --tags
This plugin is a fork of the original work by SmallZombie.
Licensed under the Apache License, Version 2.0. See LICENSE for details.
Copyright 2024 SmallZombie (original work) Copyright 2025 eikowagenknecht (modifications)