No description
Find a file
2026-04-22 09:27:01 -06:00
.github chore: unify rules 2026-04-06 09:29:21 -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 refactor!: migrate to obsidian-dev-utils v2 component architecture 2026-04-22 02:31:42 -06:00
src fix: remove unnecessary PluginSettingsTabBase cast after TS 6 upgrade 2026-04-22 08:59:41 -06:00
.czrc chore: enable conventional commits 2025-09-29 22:08:04 -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.2 2026-03-06 17:01:33 -06:00
CLAUDE.md refactor!: migrate to obsidian-dev-utils v2 component architecture 2026-04-22 02:31:42 -06:00
commitlint.config.ts chore: update template 2026-04-08 08:00:53 -06:00
cspell.json refactor!: migrate to obsidian-dev-utils v2 component architecture 2026-04-22 02:31:42 -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.2 2026-03-06 17:01:33 -06:00
package-lock.json chore: update package-lock.json 2026-04-22 09:27:01 -06:00
package.json refactor!: migrate to obsidian-dev-utils v2 component architecture 2026-04-22 02:31:42 -06:00
README.md chore: update template 2026-03-06 16:54:55 -06:00
tsconfig.json refactor!: migrate to obsidian-dev-utils v2 component architecture 2026-04-22 02:31:42 -06:00
versions.json chore: release 1.6.2 2026-03-06 17:01:33 -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

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