No description
Find a file
Calvin Young 15ac4e84e3
Merge pull request #2 from calvinwyoung/calvin/set-sort-order
Use internal API to set sort order
2025-04-10 20:35:03 -07:00
src Apply settings to all backlinks at the bottom of note footers 2025-04-10 23:15:33 -04:00
.editorconfig Update configs 2025-04-10 15:48:01 -04:00
.eslintignore fix .eslintignore (#48) 2023-01-19 10:06:51 -05:00
.eslintrc Run prettier on codebase 2025-04-10 19:09:14 -04:00
.gitignore Update .gitignore (#25) 2022-01-28 10:34:53 -05:00
.npmrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
.prettierrc Run prettier on codebase 2025-04-10 19:09:14 -04:00
esbuild.config.mjs Get "Collapse results" and "Show more context" working 2025-04-10 19:41:03 -04:00
LICENSE Add license, fixes #98 2025-01-27 21:38:01 +00:00
Makefile Run prettier on codebase 2025-04-10 19:09:14 -04:00
manifest.json Run prettier on codebase 2025-04-10 19:09:14 -04:00
package-lock.json Add hack to use internal API to set sort order 2025-04-10 21:12:11 -04:00
package.json Add hack to use internal API to set sort order 2025-04-10 21:12:11 -04:00
README.md Update README 2025-04-10 23:33:45 -04:00
styles.css Update sample css file. 2022-08-09 13:39:02 -04:00
tsconfig.json Add hack to use internal API to set sort order 2025-04-10 21:12:11 -04:00
version-bump.mjs add version bump script (#10) 2022-01-22 16:13:50 -05:00
versions.json Run prettier on codebase 2025-04-10 19:09:14 -04:00

Backlink Settings Plugin

This is a plugin for Obsidian that allows users to store preferred settings for the backlinks / "Linked mentions" pane at the bottom of each file.

By default, Obsidian doesn't retain backlink settings so users need to adjust the backlink settings each time they open a new file.

This plugin allows users to set 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