Adding @mention support to RichEditor – any guidance?

I’m working with Filament’s RichEditor and would like to add an @mention feature (similar to how you can tag users in chat apps). Ideally, storing mentions in a structured way (e.g., ID reference) rather than just plain text. I’m new to Trix editor and the RichEditor plugin system in Filament, and I’m having trouble understanding how the RichContentPlugin system works. Has anyone already implemented something similar or integrated a package that works well with Filament’s RichEditor? Any tips, examples, or direction would be really helpful.
Solution:
Somebody's already working on it. https://github.com/filamentphp/filament/pull/17483...
GitHub
[4.x] Add mentions to rich editor by bmspereira-07 · Pull Request ...
Description Add mentions functionality to the core Rich Editor form field Visual changes Functional changes Code style has been fixed by running the composer cs command. Changes have been teste...
Jump to solution
2 Replies
Solution
Dennis Koch
Dennis Koch4w ago
Somebody's already working on it. https://github.com/filamentphp/filament/pull/17483
GitHub
[4.x] Add mentions to rich editor by bmspereira-07 · Pull Request ...
Description Add mentions functionality to the core Rich Editor form field Visual changes Functional changes Code style has been fixed by running the composer cs command. Changes have been teste...
manojhl 🇮🇳
manojhl 🇮🇳OP4w ago
Well I just have to wait for this awesome PR to get merged 👌

Did you find this page helpful?