David V. Kimball66 downloadsLink selected text to any note, keeping it as the display text.
Link selected text to any note, keeping it as the display text.
Obsidian can wrap a selection in [[ ]], but it uses your text as the search target, not as the display. Link As lets you keep your wording and point it at whatever note you choose, without writing anything to the target note. Particularly helpful alongside Property Over File Name, which lets the note picker show titles instead of file names.
Part of the Vault CMS project.
.obsidian/plugins/ directory.link-as and place manifest.json and main.js inside it.Run the command Link As: link text to a note (suggested hotkey: Ctrl/Cmd+Shift+K).
[[note|your selection]].Nothing is written to the target note's properties. If Property Over File Name is installed, the picker shows notes by their title property, and an empty display falls back to that title.
Inspired by Link with Alias by Pavel Vojtěchovský. Link As keeps the select-and-link flow but never writes aliases to the target note.