Lumyo86 downloadsRight-click any link to open a temporary base showing all files that link to it.
An Obsidian plugin that adds a "Show backlinks" entry to the right-click context menu of any link, opening a temporary Bases view filtered to show all notes that link to that target.
Right-clicking a link anywhere in Obsidian adds Show backlinks to the context menu. Clicking it creates (or updates) a single reusable _backlinks.base file filtered to display every note whose outgoing links include the clicked target.
| Context | Behaviour |
|---|---|
| Source mode & Live Preview | Item added to Obsidian's native context menu |
| Properties panel | Item injected into Obsidian's native properties context menu |
| Reading mode | Custom context menu shown (with open/navigate actions) |
The _backlinks.base file is reused across every "Show backlinks" action. Each time you trigger the command, only two things change:
file.hasLink("...") filter — updated to the new target note.name: label — updated to reflect the new target.Everything else — view type (table, card, board), sort order, visible columns, column widths, grouping, and any other Bases settings — is left exactly as-is. This means you can open the base once, configure it however you like, and those settings will persist for all future searches.
Tip: To reset to defaults, simply delete
_backlinks.basefrom your vault root. It will be recreated automatically on the next "Show backlinks" action.
main.js and manifest.json from the latest release.<your vault>/.obsidian/plugins/base-backlinks-viewer/.BRAT lets you install plugins that aren't yet in the community directory.
https://github.com/tibog/obsidian-base-backlinks-viewerBRAT will also notify you of future updates automatically.
git clone https://github.com/tibog/obsidian-base-backlinks-viewer.git
cd obsidian-base-backlinks-viewer
yarn install
yarn build
Copy the resulting main.js and manifest.json into your vault's plugin folder as above.
MIT