No description
Find a file
Philipp Stracker 8317a778c0
🚀 Bump version
2026-02-25 21:58:38 +01:00
.github/workflows 💚 Improve the release action 2025-04-13 20:06:29 +02:00
assets 📝 Update plugin documentation 2026-02-25 21:57:39 +01:00
dist 📦️ Commit deployable plugin 2025-04-13 20:26:08 +02:00
src 👔 Major changes for v 1.10 2026-02-25 21:55:18 +01:00
.editorconfig ♻️ Refactor to use moden boilerplate & TS 2025-03-18 20:43:54 +01:00
.eslintignore 🔨 Update dev configuration 2025-04-13 20:06:14 +02:00
.eslintrc ♻️ Refactor to use moden boilerplate & TS 2025-03-18 20:43:54 +01:00
.gitignore 🙈 Un-ignore the distributable js 2025-03-18 21:12:50 +01:00
.npmrc ♻️ Refactor to use moden boilerplate & TS 2025-03-18 20:43:54 +01:00
DEVELOPMENT.md 🔧 Improve dev setup 2026-02-25 18:22:51 +01:00
esbuild.config.mjs 🔧 Improve dev setup 2026-02-25 18:22:51 +01:00
LICENSE.md init: this is working pretty well so far 2023-08-16 21:21:48 -05:00
manifest.json 🚀 Bump version 2026-02-25 21:58:38 +01:00
package-lock.json 🔧 Improve dev setup 2026-02-25 18:22:51 +01:00
package.json 🚀 Bump version 2026-02-25 21:58:38 +01:00
README.md 📝 Update plugin documentation 2026-02-25 21:57:39 +01:00
tsconfig.json 🔨 Update dev configuration 2025-04-13 20:06:14 +02:00
version-bump.mjs ♻️ Refactor to use moden boilerplate & TS 2025-03-18 20:43:54 +01:00
versions.json 🚀 Bump version 2026-02-25 21:58:38 +01:00

Mention Things

Obsidian plugin that adds support to mention other notes via customizable signs. Most commonly used to @-mention people:

Preview of the auto-complete popup

When you hit enter on a suggestion, it'll create a link that looks like this:

The author was [[@Rich Hickey]]

and leave the cursor at the end.

Credits: This plugin is based on saibotsivad/obsidian-at-people by Tobias Davis

Options

Screenshot of the settings page

Mention Types

Character - The symbol (like "@" or "&") that triggers the suggestion box while typing. Each character can be associated with a different type of mention.

Label - A descriptive name (like "Person" or "Project") that appears in the suggestion box when creating new entries. This helps identify what type of content you're creating.

Type - Whether the note-name should be inserted as a real link, or if you just want to auto-complete the filename as plain-text (useful when using Virtual Linker or similar plugins)

General Settings

Match from start - When enabled, only suggests items that begin with your search term. Recommended for faster, more precise matching.

Max match length - Limits how many characters you can type before suggestions stop appearing. Prevents suggestions from showing when typing longer text that happens to start with a mention character.

Stop characters - Any character in this list will immediately close the suggestion box when typed. Helpful for quickly dismissing suggestions when you type punctuation or special characters.

Changelog

1.1.0

  • New: Mention type (link/text)
  • New: Links use your Obsidian configuration (WikiLink or Markdown link)
  • New: Preview of the generated mention item
  • Change: Improved prefix list, removed invalid characters like >

1.0.2

  • Change: Switched to new Settings API

1.0.1

  • Public release

License

Published and made available freely under the Very Open License.