LingXiFox64 downloadsLink existing text across split panes by dragging with Option or Alt and a configurable selection key.
Drag Bi-Link turns existing text in split Markdown editors into native Obsidian block links. Lock selections with a command and confirm them from a floating control, or keep using Option/Alt drag. It does not append a duplicate copy of the other block's text.
Requires Obsidian 1.8.7 or later.
After the plugin is accepted into the Obsidian community directory:
For manual installation, download main.js, manifest.json, and styles.css from the latest GitHub release and place them in <vault>/.obsidian/plugins/drag-biolink/.
To build from source, run npm install and npm run build, then copy those same three files to the plugin folder.
Anchor Glow is the default entry mode. Assign a hotkey to Drag Bi-Link: Lock/create link anchor under Settings → Hotkeys.
Locked ranges follow edits and scrolling until the link is confirmed. Closing an endpoint pane, switching it to Reading view, or deleting a locked range cancels the pending link safely.
Enable Option/Alt drag or Both under Settings → Drag Bi-Link → Link creation entry to use the original gesture:
Both commands are configured in one place: Settings → Hotkeys. Search for Drag Bi-Link, then assign bindings that do not conflict with your system or other plugins.
The settings page and Anchor Glow controls follow Obsidian's interface language. Chinese locales use Simplified Chinese labels; other locales fall back to English.
The line is dashed before target selection begins. Pressing the configured key adds a target marker, makes the line solid, and starts a native editor selection. The selected text on each side is replaced in place with a wikilink whose alias is that same text.
The glowing anchors and temporary lines are only pending-state feedback. No note content changes until an action is confirmed. The plugin then persists standard Obsidian block IDs and wikilinks, so backlinks, graph view, and Cmd/Ctrl-click navigation keep using Obsidian's native behavior.
Drag Bi-Link works entirely within Obsidian. It does not make network requests, collect telemetry, or access files outside the vault.