Vlad102 downloadsLink to folders from your notes and see which notes reference each folder, just like backlinks for files.
An Obsidian plugin that lets you link to folders and see which notes reference each folder — the folder backlinks that core Obsidian doesn't have.
[[Projects/Work/]]. The trailing slash marks the link as a folder link so it never clashes with a note of the same name.Folder links use standard wiki-link syntax, so your notes stay plain Markdown and remain readable without the plugin.
Search for "Folder Backlinks" in Settings → Community plugins → Browse.
main.js, manifest.json, and styles.css from the latest release.<your vault>/.obsidian/plugins/folder-backlinks/.npm install
npm run build # produces main.js
npm run dev # watch mode for development
Every release is built from this repository's source by GitHub Actions — no binaries are committed to the repo or uploaded by hand. Each release asset carries a build provenance attestation, which cryptographically ties it to the exact commit and workflow that produced it. You can verify any asset yourself:
gh attestation verify main.js --repo <owner>/<repo>