No description
Find a file
2026-07-20 14:50:32 -06:00
.github refactor: migrate to @obsidian-typings/obsidian-public-latest 2026-05-16 23:55:19 -06:00
.husky chore: update template 2026-04-08 08:00:53 -06:00
demo-vault chore(demo-vault): drop committed Invocables placeholder 2026-07-20 14:37:55 -06:00
images Update screenshots 2025-03-09 10:37:09 -06:00
scripts test: wire integration-testing vitest-setup into integration projects 2026-06-30 16:41:40 -06:00
src docs: number demo vault example notes 2026-07-20 09:01:39 -06:00
.editorconfig Generate from template 2025-03-09 09:42:38 -06:00
.gitattributes Generate from template 2025-03-09 09:42:38 -06:00
.gitignore refactor!: migrate to obsidian-dev-utils v2 component architecture 2026-04-22 02:31:42 -06:00
.markdownlint-cli2.mjs chore: update template 2026-04-08 08:00:53 -06:00
.nano-staged.mjs chore: update template 2026-04-08 08:00:53 -06:00
.npmrc Generate from template 2025-03-09 09:42:38 -06:00
AGENTS.md docs: update 2026-07-15 00:22:48 -06:00
CHANGELOG.md chore: release 1.6.9 2026-07-20 12:50:26 -06:00
commitlint.config.ts chore: update template 2026-04-08 08:00:53 -06:00
CONTRIBUTING.md docs: fix 2026-05-26 17:07:11 -06:00
cspell.json chore: update template 2026-05-26 12:39:14 -06:00
dprint.json feat: add demo vault 2026-07-20 02:23:55 -06:00
eslint.config.mts chore: update template 2026-04-08 08:00:53 -06:00
LICENSE Generate from template 2025-03-09 09:42:38 -06:00
manifest.json chore: release 1.6.9 2026-07-20 12:50:26 -06:00
package-lock.json chore: update libs 2026-07-20 14:50:32 -06:00
package.json chore: update libs 2026-07-20 14:50:32 -06:00
README.md feat: add demo vault 2026-07-20 02:23:55 -06:00
tsconfig.json chore: sort tsconfig types 2026-06-27 21:12:11 -06:00
versions.json chore: release 1.6.9 2026-07-20 12:50:26 -06:00
vitest.config.ts refactor!: migrate to obsidian-dev-utils v2 component architecture 2026-04-22 02:31:42 -06:00

Backlink Full Path

Buy Me a Coffee GitHub release GitHub downloads Coverage: 100%

This is a plugin for Obsidian that shows the backlink's full path in the backlinks panel.

By default, Obsidian just shows the note name

Just name

Which might be confusing when you have notes with the same name in different folders.

This plugin shows the full name helping to identify the backlinks better

Full path

Demo vault

A demo vault with usage examples ships with every release. You can access it via any of the following:

  1. Running the Backlink Full Path: Open demo vault command.
  2. Downloading backlink-full-path.demo-vault.zip from the Releases.
  3. Browsing its source in demo-vault/ in this repository.

Installation

The plugin is available in the official Community Plugins repository.

Beta versions

To install the latest beta release of this plugin (regardless if it is available in the official Community Plugins repository or not), follow these steps:

  1. Ensure you have the BRAT plugin installed and enabled.
  2. Click Install via BRAT.
  3. An Obsidian pop-up window should appear. In the window, click the Add plugin button once and wait a few seconds for the plugin to install.

Debugging

By default, debug messages for this plugin are hidden.

To show them, run the following command:

window.DEBUG.enable('backlink-full-path');

For more details, refer to the documentation.

Support

Buy Me A Coffee

My other Obsidian resources

See my other Obsidian resources.

License

© Michael Naumov