mirror of
https://github.com/mnaoumov/obsidian-backlink-full-path.git
synced 2026-07-22 05:41:39 +00:00
Ship a curated demo-vault/ for Backlink Full Path, bootstrapped by the release-injected obsidian-dev-utils demo-vault-helper. Three same-named Meeting notes in different folders link to a shared note so the Backlinks pane shows each one's full path; a Settings note documents every option. Add a static registerDemoVaultCoverageSuite no-app test, the project dprint.json (excludes demo-vault), and the README demo vault access section.
66 lines
2.9 KiB
Markdown
66 lines
2.9 KiB
Markdown
# Backlink Full Path
|
|
|
|
[](https://www.buymeacoffee.com/mnaoumov)
|
|
[](https://github.com/mnaoumov/obsidian-backlink-full-path/releases)
|
|
[](https://github.com/mnaoumov/obsidian-backlink-full-path/releases)
|
|
[](https://github.com/mnaoumov/obsidian-backlink-full-path)
|
|
|
|
This is a plugin for [Obsidian](https://obsidian.md/) that shows the backlink's full path in the backlinks panel.
|
|
|
|
By default, Obsidian just shows the note 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
|
|
|
|

|
|
|
|
## 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](https://github.com/mnaoumov/obsidian-backlink-full-path/releases).
|
|
3. Browsing its source in [`demo-vault/`](./demo-vault/README.md) in this repository.
|
|
|
|
## Installation
|
|
|
|
The plugin is available in [the official Community Plugins repository](https://obsidian.md/plugins?id=backlink-full-path).
|
|
|
|
### Beta versions
|
|
|
|
To install the latest beta release of this plugin (regardless if it is available in [the official Community Plugins repository](https://obsidian.md/plugins) or not), follow these steps:
|
|
|
|
1. Ensure you have the [BRAT plugin](https://obsidian.md/plugins?id=obsidian42-brat) installed and enabled.
|
|
2. Click [Install via BRAT](https://intradeus.github.io/http-protocol-redirector?r=obsidian://brat?plugin=https://github.com/mnaoumov/obsidian-backlink-full-path).
|
|
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:
|
|
|
|
```js
|
|
window.DEBUG.enable('backlink-full-path');
|
|
```
|
|
|
|
For more details, refer to the [documentation](https://mnaoumov.dev/obsidian-dev-utils/guides/debugging/).
|
|
|
|
## Support
|
|
|
|
<!-- markdownlint-disable MD033 -->
|
|
|
|
<a href="https://www.buymeacoffee.com/mnaoumov" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" height="60" width="217"></a>
|
|
|
|
<!-- markdownlint-enable MD033 -->
|
|
|
|
## My other Obsidian resources
|
|
|
|
[See my other Obsidian resources](https://github.com/mnaoumov/obsidian-resources).
|
|
|
|
## License
|
|
|
|
© [Michael Naumov](https://github.com/mnaoumov/)
|