No description
Find a file
Michael Naumov b2d243c06f feat: register the open demo vault command
Add OpenDemoVaultCommandHandler (87.0.3 pluginId/pluginVersion signature) so the
plugin exposes the "Open demo vault" command; assert it is registered in the
plugin test.
2026-07-20 02:23:48 -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: wire integration-testing vitest-setup into integration projects 2026-06-30 16:41:40 -06:00
src feat: register the open demo vault command 2026-07-20 02:23:48 -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.8 2026-07-11 05:26:35 -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.8 2026-07-11 05:26:35 -06:00
package-lock.json chore: update obsidian-dev-utils to 87.1.0 2026-07-20 02:17:37 -06:00
package.json chore: update obsidian-dev-utils to 87.1.0 2026-07-20 02:17:37 -06:00
README.md docs: update 2026-07-15 00:22:48 -06:00
tsconfig.json chore: sort tsconfig types 2026-06-27 21:12:11 -06:00
versions.json chore: release 1.6.8 2026-07-11 05:26:35 -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