mirror of
https://github.com/mnaoumov/obsidian-backlink-full-path.git
synced 2026-07-22 05:41:39 +00:00
No description
| .github | ||
| src | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .npmrc | ||
| cspell.json | ||
| eslint.config.mjs | ||
| LICENSE | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| versions.json | ||
Backlink Full Path
This is a plugin for Obsidian that Shows the backlink's full path in the backlinks panel.
Installation
- The plugin is not available in the official Community Plugins repository yet.
- Beta releases can be installed via BRAT.
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.