Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Boost Link Suggestions

jglevjglev1k downloads

Alternative inline link suggester that orders results by link count and manual boosts.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates9

An Obsidian plugin for suggesting inline links ordered by link count and manual boosts.

Motivation

Obsidian provides a built-in interface for suggesting files to link to (when typing [[, for example). Links in this interface are currently based solely on search match. If some files are frequently linked to but are lower in the alphabet than other, less-frequently-linked-to files, this can lead to situations in which a higher-up file are mistakenly chosen over the more-frequently-linked-to file from the list of suggestions when writing quickly. This plugin addresses this situation by suggesting files in order of their incoming links, and further by allowing "boosting" specific files manually.

Usage

Linking to files

While typing in a markdown note, typing b[ will bring up a searchable suggestion interface that lists files. This is equivalent to the file-linking interface built into Obsidian core, except that it uses a modifiable sorting approach. Specifically, files are listed by:

  1. How many times the file is linked to in the Obisidian vault, plus:
  2. A "boost" score from that file's YAML front-matter (by default, using the key "boost"):
    ---
    aliases:
        - Example 1
        - Example 2
    
    boost: 100
    ---
    
    # Example file 1
    
    ...
    

Within a file, suggestions are listed by aliases in order in which they are listed in the YAML front-matter, followed by the filename.

This allows "boosting" certain files such that they will always be at or near the top of the suggestions list.

Boost score calculations can optionally be shown in the suggestion interface by enabling the "Show scores" setting.

Installation

Manually installing the plugin

  • Copy over main.js, styles.css, manifest.json to your vault VaultFolder/.obsidian/plugins/obsidian-boost-link-suggestions/.

From the Community Plugins list

  1. Search for "Boost Link Suggestions" in Obsidian's community plugins browser
  2. Enable the plugin in your Obsidian settings (find "Boost Link Suggestions" under "Community plugins").
  3. Check the "Boost Link Suggestions" settings tab. Add one or more patterns.

Development

Clone the repository, run yarn to install the dependencies, and run yarn dev to compile the plugin and watch file changes.

See https://github.com/obsidianmd/obsidian-api for Obsidian's API documentation.

License

This plugin's code and documentation is released under the BSD 3-Clause License.

Todo

Automated tests are not currently included in this code for this repository. Assistance in this, particularly using the Obsidian End-to-End testing approach, is especially welcome!

HealthFair
ReviewSatisfactory
About
Suggest inline links ordered by incoming-link count plus manual YAML "boost" scores to prioritize frequently referenced notes. List aliases in suggestion order before filenames and surface boosted pages at the top so desired targets appear first.
LinksAutocompleteProperties
Details
Current version
1.1.0
Last updated
3 years ago
Created
4 years ago
Updates
9 releases
Downloads
1k
Compatible with
Obsidian 1.0.0+
Platforms
Desktop, Mobile
License
BSD-3-Clause
Report bugRequest featureReport plugin
Author
jglevjglev
github.com/jglev/obsidian-paste-to-current-indentation
GitHubjglev
  1. Community
  2. Plugins
  3. Links
  4. Boost Link Suggestions

Related plugins

Wikilink Types

Type @ inside wikilink aliases to add relationship types, auto-synced to YAML frontmatter.

Astro Composer

Turn your notes into posts and pages for your Astro blog with automated content management features.

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.

Advanced URI

Control everything with URI.

Meta Bind

Make your notes interactive with inline input fields, metadata displays, and buttons.

Breadcrumbs

Visualise the hierarchy of your vault using a breadcrumb trail or matrix view.

Advanced Canvas

Supercharge your canvas experience. Create presentations, flowcharts and more.

Find orphaned files and broken links

Find files that are not linked anywhere and would otherwise be lost in your vault. In other words: files with no backlinks.

Numerals

Turn any code block into an advanced calculator. Evaluate math expressions on each line of a code block, including units, currency, and optional TeX rendering.

Update modified date

Automatically update a frontmatter modified date field when the file is modified.