Jordan Vasu229 downloadsBulk-link all unlinked mentions of the active note (and its aliases) across the vault.
Turns plain-text mentions of other notes in your current note into [[wikilinks]] — all at once, with a preview before anything changes.
Warning: This plugin edits your active note directly. Once applied, changes are not reversible without a vault backup. Back up your vault before first use.
When you write a note and mention another note by name without linking it, Obsidian calls that an "unlinked mention." Linking each one by hand is tedious. This plugin links them all in one pass.
When you run the command on a note, it:
The plugin only edits the note you're currently viewing. It does not modify other notes in your vault.
Not every appearance of a word should become a link. The plugin leaves text alone inside:
| Region | Example |
|---|---|
| The note's frontmatter | The --- block at the top |
| Code blocks | Triple-backtick or ~~~ blocks |
| Inline code | Text in single backticks |
| Math | $ ... $ and $$ ... $$ |
| Existing wikilinks | [[Note]] or [[Note|alias]] |
| Markdown links | [text](url) |
| HTML comments | <!-- ... --> |
| Tags | #tag |
If two different notes share the same title or alias, the plugin has no way to know which one you meant. Rather than guess, it skips that term and tells you in the preview which terms were skipped and why.
The easiest way:
Or visit the community plugins page directly: https://community.obsidian.md/plugins/link-unlinked-mentions
Ctrl+P on Windows, Cmd+P on Mac) and run Link mentions of other notes in current note, orA notification confirms how many mentions were linked.
If a note has aliases defined in its frontmatter, the plugin recognizes those as well as the title. All three frontmatter formats work: