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

Mention Autocomplete

Darren ZhengDarren Zheng24 downloads

Type @ to full-text search and link notes. Rendered preview, smart sentence alias, keyboard-first.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates5

demo

Type @ to instantly search and link any note in your vault — with full-text search, rendered preview, and smart sentence extraction.

Why

Obsidian's built-in [[ autocomplete only matches note titles. When you have hundreds of timestamped notes (250727_095442.md), finding the right one by title is impossible. You need to search by content — "which note was I talking about 早睡 in?"

@mention lets you type @早睡 and immediately see every note that mentions it, with the exact matching sentence highlighted, and the full note rendered in a side panel.

Features

  • Full-text search across all markdown files (strips YAML frontmatter, indexes content)
  • @ trigger — type @keyword anywhere in a note to see matches
  • Rendered detail panel — hover or keyboard-navigate to see the full note body with markdown rendering
  • Keyword highlighting — bright yellow highlights in both the suggestion list and detail panel
  • Smart alias extraction — inserts [[note#heading|matching sentence]] bounded by sentence terminators
  • IME-aware — correctly handles Chinese pinyin input; Enter confirms characters, then selects
  • Keyboard-first — ↑↓ / Ctrl+N Ctrl+P to navigate, Enter to select, Esc to dismiss
  • Click outside to dismiss
  • Live index — automatically updates as you create, edit, rename, or delete notes

Usage

  1. Type @ followed by any keyword
  2. Navigate results with arrow keys or mouse
  3. Press Enter to insert a wikilink — the alias auto-selects for quick editing

Install

From Obsidian Community Plugins

Search for "Mention Autocomplete" in Settings → Community Plugins → Browse.

Manual

Copy main.js, manifest.json, and styles.css into .obsidian/plugins/at-mention-autocomplete/.

Performance

Indexes are built in-memory at startup. For vaults with 10,000+ notes, initial indexing takes ~1-2 seconds. Subsequent searches are instant (O(n) substring match with scoring). File changes are debounced and incrementally updated.

License

MIT

HealthExcellent
ReviewPassed
About
Search your vault by typing @ to find notes by full-text content instead of title, with matching sentences highlighted. Preview full rendered notes and insert a smart wikilink using the matching sentence or heading as the alias. Keep results live as notes change and handle IME input for languages like Chinese.
AutocompleteSearchLinks
Details
Current version
1.0.8
Last updated
8 hours ago
Created
2 days ago
Updates
5 releases
Downloads
24
Compatible with
Obsidian 1.0.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
Darren ZhengDarren Zhengdarren-zheng
GitHubslow-coding
  1. Community
  2. Plugins
  3. Autocomplete
  4. Mention Autocomplete

Related plugins

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.

Bible Reference

Take Bible study notes easily. Automatically suggests Bible verses as references.

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.

Better Search Views

Upgrade global search, backlinks and queries with outliner-like context trees.

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.

Advanced URI

Control everything with URI.

Quick Switcher++

Enhanced Quick Switcher, search open panels, and symbols.

Breadcrumbs

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

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.