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

Lightweight Mentions

amato21amato2170 downloads

Type a trigger character to mention anything: links to an existing note, or to a lightweight heading inside a shared stub file if no real note exists yet. Promote a mention to a full note whenever it deserves one.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates4

An Obsidian plugin for people who mention way more things than they want to turn into full notes.

Type a trigger character (@ by default) followed by a name:

  • If a real note matches, it links straight to it.
  • If nothing matches yet, it appends a heading to a single shared stub file (Mentions.md by default) and links to that heading instead of forcing you to create — and later manage — a whole new note.
  • Whenever a stub deserves to become a real note, run Promote mention to full note: it extracts the heading into a new file (optionally picking a template from a folder of them) and rewrites every existing link across the vault to point at the new note instead of the old heading.

How to Install

Manually

  1. Download main.js, manifest.json, and styles.css from the latest release.
  2. Copy them into <vault>/.obsidian/plugins/lightweight-mentions/.
  3. Reload Obsidian and enable Lightweight Mentions in Settings → Community plugins.

Via BRAT (beta builds)

  1. Install BRAT from the Community Plugins store.
  2. Add a Beta Plugin with this URL: https://github.com/Amato21/Lightweight-Mentions

This plugin isn't on the official Community Plugins list yet.


Usage

Mentioning something

Type @ (configurable) followed by a name and pick a suggestion:

  • An existing note → inserts [[Note]].
  • An existing note matched by one of its frontmatter aliases (alias or aliases, single string, comma-separated, or a YAML list) → inserts [[Note|Alias]].
  • An existing stub heading → inserts [[Mentions#Heading]].
  • Nothing found → Create "..." appends ## Name to the stub file and inserts [[Mentions#Name]].

Commands (Ctrl/Cmd + P)

  • Promote mention to full note — run with the cursor either on a [[Mentions#Heading]] link anywhere in the vault, or inside that heading's section in the stub file itself. It:

    1. If a template folder is configured and has at least one file in it, asks which template to apply (or none, via Esc).
    2. Creates a new note from the heading's content, through that template if one was picked.
    3. Removes the heading from the stub file.
    4. Rewrites every [[Mentions#Heading]] link across the vault to point at the new note.

    Templater note: this plugin doesn't call Templater itself — it just writes the chosen template's raw text into the new note (with {{title}}/{{content}} substituted first). In practice, Templater syntax in that text still gets executed: if Templater's "Trigger Templater on new file creation" setting is enabled, Templater watches for any newly created file (regardless of which plugin created it or whether it started empty) and processes any Templater syntax already present in its content.

Configuration

Go to Settings → Lightweight Mentions:

  • Trigger character — what you type to open the mention suggester (default @).
  • Stub file — vault path of the shared file storing lightweight mentions as headings (default Mentions.md).
  • Promoted notes folder — where new notes land when a mention is promoted (defaults to the stub file's own folder).
  • Template folder — optional folder of templates; promoting a mention asks which one (if any) to apply, with {{title}} and {{content}} placeholders.

Data access

To power the mention suggester, this plugin reads the list of every markdown file in your vault (file names, not their content) plus the headings of the stub file, on every keystroke while the suggester is open. It never reads any other file's content, and nothing ever leaves your vault — no network requests are made.


Plugin review notes

Findings from the Obsidian plugin review, and how each was addressed:

Finding Status
Release name must include the manifest.json version Fixed — release titles now include the version (e.g. "0.2.1 — ...").
Unawaited promise (main.ts, command callback) Fixed — wrapped with void.
Unsafe any assignment (loadData() into typed settings) Fixed — result is cast to Partial<LightweightMentionsSettings> | null before merging.
EditorSuggest.selectSuggestion returned Promise<void> instead of void Fixed — split into a sync void method that fires a private async helper.
builtin-modules package flagged for replacement Fixed — swapped for Node's own module.builtinModules.
Vault enumeration (vault.getMarkdownFiles, etc.) Documented, not changed — see "Data access" above; required for the mention suggester to work.

Known limitations

  • One global stub file — no per-topic/per-folder stub files yet.
  • Heading matching for promotion is by exact text + heading level, so renaming a stub heading by hand before promoting can break the link rewrite.

Changelog

See CHANGELOG.md for the full version history.

Development

npm install
npm run dev    # watch build
npm run build  # production build (main.js)
HealthExcellent
ReviewSatisfactory
About
Insert @-style mentions that link to existing notes or create and link to headings in a shared stub file when no note exists. Promote a stub heading into a full note and rewrite every mention across the vault to point to the new file.
LinksAutocompleteTemplating
Details
Current version
0.2.2
Last updated
2 weeks ago
Created
3 weeks ago
Updates
4 releases
Downloads
70
Compatible with
Obsidian 1.4.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
amato21amato21
github.com/Amato21
GitHubamato21
  1. Community
  2. Plugins
  3. Links
  4. Lightweight Mentions

Related plugins

Wikilink Types

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

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.

Advanced URI

Control everything with URI.

Breadcrumbs

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

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.

Templater

Create and use dynamic templates.

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.

QuickAdd

Quickly add new notes or content to your vault.

Folder notes

Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion.

ExcaliBrain

An interactive, structured mind-map of your Obsidian vault.