Skip to main content

@-Mentions

Type @ in description fields to search and link entities inline. Mentions create relations automatically and render as cards or links when viewing.

Syntax

Format: @[type:id:name] where type is the entity type (group, note, resource, tag), id is the entity ID, and name is the display name.

Examples:

@[group:42:Acme Corp]
@[tag:7:urgent]
@[resource:100:photo.jpg]
@[note:5:Meeting Notes]

Autocomplete

Typing @ followed by 2+ characters in a description textarea opens an autocomplete dropdown. Results are grouped by entity type with icons and description previews.

KeyAction
Arrow Up / Arrow DownNavigate results
EnterInsert selected mention
EscapeClose dropdown

Available entity types vary by context:

EntityMentionable Types
Noteresources, groups, tags
Groupresources, notes, groups, tags
Resourcenotes, groups, tags

Relation Syncing

When you save an entity, mentions in the description are parsed and synced to relations.

EntityBehaviorDetails
NoteAdditiveMentions add relations. Removing a mention does not remove the relation. Parses both description and text block content.
GroupMixedTag and group mentions are additive. Resource and note mentions use replace — removing a mention removes the relation.
ResourceAdditiveMentions add relations. Removing a mention does not remove the relation.
Group mention syncing uses replace for resources and notes

When you remove a @[resource:...] or @[note:...] mention from a group description, that relation is removed on save. This differs from notes and resources, where mentions are additive only.

Rendering

Resource mentions render differently based on position. Other types always render the same way.

  • Resource mentions (standalone) — alone on a line: render as cards with thumbnails.
  • Resource mentions (inline) — within other text: render as compact links with small inline thumbnails.
  • Other types (groups, notes, tags): always render as badge-style links regardless of position.