react-md-editor icon indicating copy to clipboard operation
react-md-editor copied to clipboard

How to use mentions?

Open reinisg opened this issue 2 years ago • 2 comments

First of all, i saw this article: https://github.com/uiwjs/react-md-editor/issues/420 where is added nicely mentions Then I was integrating this example and got renderTextarea is deprecated. I have no idea, how to build this into component to work as expected. Could someone help with this?

And additional thing, is it possible use nested array for mentions?

reinisg avatar Mar 14 '23 09:03 reinisg

https://github.com/uiwjs/react-md-editor/blob/d0fb32ac1a67164c519d7a30bbd4d5fba7d327a2/core/src/Editor.tsx#L84-L101

@reinisg

jaywcjlove avatar Mar 14 '23 10:03 jaywcjlove

Thank you for fast reply, I think I have still problems to import those mentions, i also tried with different mentions plugin, still result is not as excepted https://codesandbox.io/s/ecstatic-bogdan-vxrdm7?file=/src/App.js

reinisg avatar Mar 14 '23 12:03 reinisg