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
  • Updates10

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.

Using with Tasks plugin

If you have the Obsidian Tasks plugin installed and enabled, using the Tasks' plugin's default settings, link suggestions will not appear when typing b[ inside checklist items (lines starting with - [ ]). This is because only one plugin's suggestion menu can be displayed at a time, and Tasks plugin takes priority in that context. See the Tasks documentation for more information.

Workarounds:

  • In the Tasks' settings, disable "Auto-suggest → Auto-suggest task content", OR
  • In Tasks settings, set "Auto-suggest → Minimum match length for auto-suggest" to a number greater than 0 (e.g., 2)
  • Use the "Trigger link" command instead of typing b[ in checklist items

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!

HealthExcellent
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.2.0
Last updated
2 weeks ago
Created
4 years ago
Updates
10 releases
Downloads
1k
Compatible with
Obsidian 1.13.7+
Platforms
Desktop, Mobile
License
BSD-3-Clause
Report bugRequest featureReport plugin
Author
jglevjglev
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.

YouVersion Linker

Automatically link bible verses in your notes to YouVersion bible.

Frontmatter Markdown Links

Adds support for markdown links in frontmatter.

Advanced Canvas

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

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.

Smart Connections

Find related notes and excerpts while writing. Your AI link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.

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.

Supercharged Links

Add attributes to internal links with the values of target note's frontmatter attributes.