How to add mentions on the Filament RichEditor field?

I wnat to allows to notify a person on a comment, on an answer of an article or other.
3 Replies
Grégoire
Grégoire5mo ago
If you're using Adam Weston's great TipTap plugin, you can install the "mention" extension. Then you just need to parse the input and notify the person using your existing logic.
Alnuaimi
AlnuaimiOP5mo ago
ok I will use it ,How to add mention in this
Grégoire
Grégoire5mo ago
Take a look at this minimal example using Alpine.JS: https://stackblitz.com/edit/vitejs-vite-lsgy44?file=src%2Fsuggestions.js

Did you find this page helpful?