No description
Find a file
2025-12-29 11:02:41 -06:00
.github Generate from template 2025-03-09 09:42:38 -06:00
.husky chore: enable conventional commits 2025-09-29 22:08:04 -06:00
images Update screenshots 2025-03-09 10:37:09 -06:00
src feat: add root paths 2025-12-29 11:00:38 -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 Generate from template 2025-03-09 09:42:38 -06:00
.markdownlint-cli2.mjs chore: enable markdownlint 2025-10-05 19:54:40 -06:00
.markdownlint-cli2.mts chore: lint 2025-10-07 10:21:14 -06:00
.npmrc Generate from template 2025-03-09 09:42:38 -06:00
CHANGELOG.md chore: release 1.6.0 2025-12-29 11:02:41 -06:00
commitlint.config.ts chore: lint 2025-10-07 10:21:14 -06:00
cspell.json Spellcheck 2025-03-09 09:46:17 -06:00
eslint.config.mts fix: build 2025-10-01 23:07:50 -06:00
LICENSE Generate from template 2025-03-09 09:42:38 -06:00
manifest.json chore: release 1.6.0 2025-12-29 11:02:41 -06:00
package-lock.json chore: release 1.6.0 2025-12-29 11:02:41 -06:00
package.json chore: release 1.6.0 2025-12-29 11:02:41 -06:00
README.md chore: enable markdownlint 2025-10-05 19:54:40 -06:00
tsconfig.json chore: enable markdownlint 2025-10-05 19:54:40 -06:00
versions.json chore: release 1.6.0 2025-12-29 11:02:41 -06:00

Backlink Full Path

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

License

© Michael Naumov