uiwjs / react-md-editor

A simple markdown editor with preview, implemented with React.js and TypeScript.
https://uiwjs.github.io/react-md-editor
MIT License
2.04k stars 149 forks source link

Implementation of auto suggestion #583

Open Sourabh2712 opened 9 months ago

Sourabh2712 commented 9 months ago

Hello I was using this library overall it is best but at one point I'm stuck, that is implementation of auto suggestion as props in editor so that if I type @ then is suggestion me list of some values. If possible can you tell me how I can implement it.

jaywcjlove commented 9 months ago

@Sourabh2712 I think it is very difficult to implement it. You can try using components.textarea + react-mentions which may achieve your purpose.