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

Simple Mentions

Mayeenul IslamMayeenul Islam67 downloads

Maintain a single contact database and reference people anywhere in your notes using plain @mentions.

Add to Obsidian
Simple Mentions screenshot
Simple Mentions screenshot
  • Overview
  • Scorecard
  • Updates3

Reference people anywhere in your notes with @mentions, backed by a single, plain-Markdown contact database.

Installation

  • Community Plugins (recommended): Obsidian Settings → Community plugins → Browse → search for "Simple Mentions" → Install → Enable.
  • Manual (for testing): copy main.js, manifest.json, and styles.css from a GitHub Release into .obsidian/plugins/simple-mentions/, then enable in Settings → Community plugins.

Getting started

Enable the plugin and it creates a Contacts.md file in your vault root, pre-filled with one example contact. Open it and edit to fit your team — the plugin picks changes up automatically, no rebuild needed.

If a file already exists at the configured path but isn't a valid contact table, the plugin never overwrites it — it creates a fresh database under a new name (e.g. Contacts-1.md) and saves that path to Settings.

The contact database

Contacts live in one plain Markdown table file (default Contacts.md), one row per contact:

| Mention   | Name              | Profession            | Organization    | Email               | Phone        |
| --------- | ----------------- | --------------------- | --------------- | ------------------- | ------------ |
| misirAli  | Misir Ali (dummy)| Professor (Psychology)| Dhaka University| [email protected]   | +88017123456 |
| mou        | Mou Rahman        | Software Engineer     | Acme Inc        | [email protected]     |              |

Rules:

  • The table header IS the schema. Add, remove, or rename a column and the plugin follows. Mention is the one required column — it can be anywhere, not just first.
  • Every row needs a Mention value — this becomes the @mention key in your notes. Rows without one are skipped.
  • Mention keys may contain only letters, digits, and underscores — e.g. misirAli, rupa_n, TEST_NAME. No spaces, hyphens, or punctuation. A row with an invalid key is skipped (it can never be mentioned or rendered) and reported by the Validate database command. Matching is case-insensitive by default.
  • The file is 100% portable Markdown — readable on GitHub, VS Code, and mobile without the plugin.

Using mentions

Type @ anywhere in a note to trigger autocomplete:

Talked with @misirAli about the project.

Selecting a suggestion writes the mention key (e.g. @misirAli) — stable even if the person's name or details change. The note displays the contact's name instead of the raw key:

  • Reading View and Live Preview: the mention renders as the contact's name — linked and color-highlighted, with a hover card showing their details.
  • Live Preview: place the cursor on a name and it reveals the raw @misirAli for editing; move away and it collapses back to the name.
  • Cmd/Ctrl-click a mention to open the contact database.

Commands

Command Description
Open contacts Opens the contact database file
Find references List every note mentioning a contact
Rebuild database Reloads contacts from disk
Validate database Checks for duplicate and invalid mention keys

Renaming a mention

Rename a Mention key directly in the contact database (e.g. change rupa_n to ruponti in the table). The plugin picks the change up automatically and rewrites every matching @rupa_n across your vault to @ruponti, then shows how many files were updated.

  • The When a mention key changes setting controls this: Always update vault rewrites immediately, Always ask confirms first, Never update vault leaves your notes alone.
  • If the plugin can't tell which new key replaced an old one (you also edited other fields, or deleted the row), it leaves notes as-is and tells you.

Settings

  • Database location — vault path to the contact file
  • Trigger character — defaults to @
  • Case-sensitive mention keys — off by default
  • Name mode — single field or first/last, with a First Last / Last, First order choice
  • Search fields — which fields the fuzzy matcher scans
  • Popup columns — which columns appear in the suggestion popup
  • Hover card fields — fields shown on hover
  • Rename policy — always ask, always update, or never update vault notes

License

MIT

HealthExcellent
ReviewSatisfactory
About
Reference people anywhere in your notes with @mentions backed by a single plain-Markdown contact database. Store contacts in one Markdown table file with customizable columns; require a Mention key per row (letters, digits, underscores only), use case-insensitive matching, and skip rows with missing or invalid keys.
TablesLinks
Details
Current version
1.0.3
Last updated
Last month
Created
2 months ago
Updates
3 releases
Downloads
67
Compatible with
Obsidian 1.13.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
Mayeenul IslamMayeenul Islammayeenulislam
GitHubmayeenulislam
  1. Community
  2. Plugins
  3. Tables
  4. Simple Mentions

Related plugins

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.

Breadcrumbs

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

Advanced Tables

Improved table navigation, formatting, and manipulation.

Supercharged Links

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

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.

Consistent Attachments and Links

Move note attachments and update links automatically.

ExcaliBrain

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

ZettelFlow

Create and manage your notes in a Zettelkasten way via Canvas.