I need to implement @mention functionality in the RTE.
As the rich text editor is based on Quill, and Quill has a mention module, this seems like a perfect match.
However, I checked both the Vaadin and Jmix rich text editor documentation, and it seems the Quill editor is deeply buried.
Is it possible to enable modules for the Quill editor?
There are also some JavaScript libraries that can add this behavior to any component.
What approach would you recommend following?