mnaoumov_obsidian-backlink-.../README.md

67 lines
2.9 KiB
Markdown
Raw Permalink Normal View History

2025-03-09 15:42:38 +00:00
# Backlink Full Path
2026-03-06 22:54:55 +00:00
[![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-ffdd00?logo=buy-me-a-coffee&logoColor=black)](https://www.buymeacoffee.com/mnaoumov)
[![GitHub release](https://img.shields.io/github/v/release/mnaoumov/obsidian-backlink-full-path)](https://github.com/mnaoumov/obsidian-backlink-full-path/releases)
[![GitHub downloads](https://img.shields.io/github/downloads/mnaoumov/obsidian-backlink-full-path/total)](https://github.com/mnaoumov/obsidian-backlink-full-path/releases)
2026-06-09 03:11:13 +00:00
[![Coverage: 100%](https://img.shields.io/badge/coverage-100%25-brightgreen)](https://github.com/mnaoumov/obsidian-backlink-full-path)
2026-03-06 22:54:55 +00:00
2025-03-09 15:51:02 +00:00
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
2025-10-06 01:54:40 +00:00
![Just name](./images/just-name.png)
2025-03-09 15:51:02 +00:00
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
2025-10-06 01:54:40 +00:00
![Full path](./images/full-path.png)
2025-03-09 15:42:38 +00:00
## 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.
2025-03-09 15:42:38 +00:00
## Installation
2025-03-25 23:10:48 +00:00
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:
2025-03-30 16:48:24 +00:00
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).
2025-03-25 23:10:48 +00:00
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.
2025-03-09 15:42:38 +00:00
## Debugging
By default, debug messages for this plugin are hidden.
To show them, run the following command:
```js
window.DEBUG.enable('backlink-full-path');
```
2026-07-15 06:22:48 +00:00
For more details, refer to the [documentation](https://mnaoumov.dev/obsidian-dev-utils/guides/debugging/).
2025-03-09 15:42:38 +00:00
## Support
2025-10-06 01:54:40 +00:00
<!-- markdownlint-disable MD033 -->
2026-03-06 22:54:55 +00:00
2025-10-06 01:54:40 +00:00
<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>
2026-03-06 22:54:55 +00:00
2025-10-06 01:54:40 +00:00
<!-- markdownlint-enable MD033 -->
2025-03-09 15:42:38 +00:00
2026-03-06 22:54:55 +00:00
## My other Obsidian resources
[See my other Obsidian resources](https://github.com/mnaoumov/obsidian-resources).
2025-03-09 15:42:38 +00:00
## License
© [Michael Naumov](https://github.com/mnaoumov/)