Backlink Settings

by calvinwyoung
5
4
3
2
1
Score: 55/100

Description

The Backlink Settings plugin enhances the backlinks or 'Linked mentions' pane by allowing users to save their preferred view settings. Normally, each time a new file is opened, users need to manually adjust the sort order, context display, and whether backlink results are collapsed. With this plugin, these preferences are saved and automatically applied whenever a note is opened, streamlining the experience for those who rely heavily on backlinks to navigate and understand their note connections.

Reviews

No reviews yet.

Stats

15
stars
1,778
downloads
0
forks
362
days
32
days
43
days
8
total PRs
0
open PRs
0
closed PRs
8
merged PRs
2
total issues
0
open issues
2
closed issues
9
commits

Latest Version

a month ago

Changelog

What's Changed

Full Changelog: https://github.com/calvinwyoung/obsidian-backlink-settings/compare/1.0.0...1.0.1

README file from

Github

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:

  • "Sort order": The default sort order
  • "Collapse results": Whether to collapse backlink results
  • "Show more context": Whether to show more context with backlink results

These values get applied to the backlinks pane each time a file is opened.

Installation

The plugin is available in the official Community Plugins repository.

Usage

  1. Open Obsidian Settings
  2. Navigate to the "Backlink Settings" tab
  3. Configure preferred settings

Development

Setup

  1. Install mise for tool version management
  2. Run mise install to get the correct Node and pnpm versions
  3. Run pnpm 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

Publishing

  1. make bump-version TYPE=<patch|minor|major>: bumps version, creates a release branch, and pushes it
  2. Open a PR on GitHub, review, and merge
  3. make release-tag: pulls main, tags the merge commit, and pushes the tag
  4. GitHub Actions builds the plugin and creates a draft release
  5. Go to GitHub Releases and publish the draft

Note: .npmrc sets tag-version-prefix="" so tags are bare versions like 1.0.0 (no v prefix), which is what the GitHub Actions workflow expects.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.