Add prosemirror-mentions plugin #315
Closed
fredmabire
started this conversation in
Show and tell
Replies: 1 comment
-
Thanks @fredmabire This looks great. Would you like to add this to the docs under examples? Feel free to make a PR. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is related to Comment.
In order to enable prosemirror-mentions, you have to do somme stuff (this example is based from NgxEditor stackblitz demo).
This is just an example. It can probably be optimized.
Import dependencies:
Declare nodes and marks const like this:
Import dependencies:
update const getPlugins() like this :
You are now done !
Beta Was this translation helpful? Give feedback.
All reactions