sjdemartini / mui-tiptap

A Material UI (MUI) styled WYSIWYG rich text editor, using Tiptap
MIT License
319 stars 43 forks source link

Add @mention example to demo #127

Closed sjdemartini closed 1 year ago

sjdemartini commented 1 year ago

This should help as example to folks who want to implement their own @mention functionality, since the typing is difficult and can be a bit challenging to get started. (This builds upon https://github.com/ueberdosis/tiptap/discussions/2274#discussioncomment-5984536.)

This also makes it easier to see/test the built-in mui-tiptap styles for @mentions.

Screenshot 2023-08-16 at 12 56 25 PM

Screenshot 2023-08-16 at 12 52 46 PM

(Note that there is still a minor typing quirk that will be resolved once https://github.com/ueberdosis/tiptap/pull/4136 is merged/released.)