Auto-Linking
MeetingMind automatically creates [[wiki-links]] to existing notes mentioned in your transcripts.
How It Works
- Vault Indexing: MeetingMind builds an index of all notes in your vault
- Term Matching: Transcript text is scanned for matching terms
- Link Creation: Matches are converted to
[[wiki-links]]
What Gets Indexed
- Note titles:
Project Phoenix.md→ matches "Project Phoenix" - Explicit aliases: Defined in frontmatter
aliases: [Phoenix, PP] - Implicit aliases: Generated from multi-word titles ("Sarah" from "Sarah Chen")
Example
Before:
We discussed the enrollment API with Sarah and Marcus.After:
We discussed the [[Enrollment API]] with [[Sarah Chen|Sarah]] and [[Marcus Webb|Marcus]].Configuration
Settings → MeetingMind → Auto-Linking
| Setting | Description | Default |
|---|---|---|
| Enable auto-linking | Master toggle | On |
| Generate implicit aliases | Create aliases from multi-word titles | On |
| Maximum matches | Skip linking if term matches too many notes | 3 |
| Exclude folders | Folders to ignore (comma-separated) | templates |
Disambiguation
When a term matches multiple notes, MeetingMind:
- Skips auto-linking for that term
- Adds to suggested links section at the bottom of the note
Example:
markdown
## Suggested Links
- "API" could link to: [[Enrollment API]], [[Payments API]], [[API Guidelines]]Rebuilding the Index
The vault index updates automatically when notes change. To force a rebuild:
Cmd/Ctrl + P- Run "MeetingMind: Rebuild vault index"
Tips
- Add aliases to frequently-mentioned notes for better matching
- Use consistent naming for people and projects
- Exclude template folders to avoid false matches