react-mentions icon indicating copy to clipboard operation
react-mentions copied to clipboard

How to use the library without MentionInput component

Open orelkakon opened this issue 3 years ago • 1 comments

There is a way to use this library without use the textarea of MentionInput? I want to use this library but on different textarea and(like tinymce editor or somthing (to use mentions in the editor) ) and cant success to understand how to do this or if it not optional...

Please help me.

orelkakon avatar Dec 21 '21 09:12 orelkakon

React-mention render it's own textarea / input. It is not possible to use react-mention on another input.

Tinymce has a plugin for mentions https://www.tiny.cloud/docs/plugins/premium/mentions/

I'm not sure what you are searching, but if you need a rich text editor that support mentions, there is also

  • draftjs: https://www.draft-js-plugins.com/plugin/mention
  • slate: https://www.slatejs.org/examples/mentions
  • (I'm sure there is also others alternatives 😉)

ThibautMarechal avatar Dec 22 '21 09:12 ThibautMarechal