No description
Find a file
2026-06-27 00:45:30 -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
images Update screenshots 2025-03-09 10:37:09 -06:00
scripts test: add desktop-performance integration suite 2026-06-26 11:55:46 -06:00
src chore: update libs 2026-06-26 14:26:24 -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
CHANGELOG.md chore: release 1.6.7 2026-06-27 00:45:30 -06:00
CLAUDE.md docs: remove resolved file-protocol Known Issue 2026-06-18 21:19:16 -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
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.7 2026-06-27 00:45:30 -06:00
package-lock.json chore: release 1.6.7 2026-06-27 00:45:30 -06:00
package.json chore: release 1.6.7 2026-06-27 00:45:30 -06:00
README.md chore: update libs 2026-06-09 03:47:02 -06:00
tsconfig.json chore: unify tsconfig 2026-06-21 01:19:03 -06:00
versions.json chore: release 1.6.7 2026-06-27 00:45:30 -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

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