Mention People

unlisted

by Saajan Saini

Type @ in any note to mention a person

Updated 19d ago0BSD
View on GitHub

Mention People

Type @ in any note to mention a person. If they don't have a note yet, one gets created automatically in your PEOPLE folder.

How it works

  • Type @name → autocomplete shows existing people
  • Select a name → inserts [[PEOPLE/Name|@Name]]
  • No match? → select + Create "Name" to create their note on the spot

Settings

SettingDefaultDescription
People folderPEOPLEWhere person notes are saved

File structure

src/
├── main.ts              # Plugin entry point
├── people-manager.ts    # Creates person notes and manages the PEOPLE folder
├── people-suggest.ts    # EditorSuggest that triggers on @
├── settings.ts          # Settings tab
└── types.ts             # Interfaces and defaults

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.