mentions_tagify
No security coverage
Adds Tagify autocomplete UI for the Mentions module to textareas via mentions text input filter. Providing a modern autocomplete interface featuring rich dropdowns with user avatars and additional info.
Features
- Type
@in textareas to trigger user autocomplete - Rich dropdown with avatars and custom info labels
- Choose from Role-based filtering or Views integration to limit which users appear in the autocomplete
- Per-text-format configuration via input filter settings
- Integrates with Mentions module for rendering and mention tracking
Post-Installation
- Configure Mentions module with a UserMention type at
/admin/structure/mentionsrecommended format is[@user_id] - Enable and configure Mentions Filter in your text format at
/admin/config/content/formats - Configure Mentions Tagify autocomplete options in the filter settings
- Users type
@to trigger autocomplete
Additional Requirements
- Mentions
- Tagify
- Tagify User List
Important:
This module is in early dev stage with significant limitations:
- User mentions only - No support for node mentions, taxonomy mentions, or other entity types
- Plain textareas only - NOT tested with CKEditor, TinyMCE, or other WYSIWYG editors
- Format constraints - Works best with [@user_id] format. Other formats should work but results will vary.
- Alpha quality - Limited testing. Use with caution in production.
- Support other entity type mentions such as nodes (#123)
- WYSIWYG support
- Support multiple mention types on same field
Future Plans
Supporting this Module
Patches and suggestions welcome.