calvinwyoung1k downloadsAllow saving default settings for the backlinks / "Linked mentions" pane at the bottom of notes.
This is a plugin for Obsidian that allows users to save preferred settings for the backlinks / "Linked mentions" pane at the bottom of notes.
By default, Obsidian doesn't retain backlink settings so users need to adjust them each time they open a new file.
This plugin allows users to save default values for the following options:
These values get applied to the backlinks pane each time a file is opened.
The plugin is available in the official Community Plugins repository.
mise install to get the correct Node and pnpm versionspnpm install to install dependencies| Command | Description |
|---|---|
make dev |
Start dev build with watch mode |
make build |
Production build (type-checks then bundles) |
make test |
Run tests |
make bump-version TYPE=<patch|minor|major>: bumps version, creates a release branch,
and pushes itmake release-tag: pulls main, tags the merge commit, and pushes the tagNote:
.npmrcsetstag-version-prefix=""so tags are bare versions like1.0.0(novprefix), which is what the GitHub Actions workflow expects.