-
I'd like to adapt the Mention plugin, that instead of a not editable node, it should insert normal text at the current position. This is inserting a text for mouse clicks:
How could I achieve that my value is also inserted via |
Beta Was this translation helpful? Give feedback.
Answered by
dtslvr
Jul 30, 2021
Replies: 1 comment 8 replies
-
I've ended up creating a copy of
It would be cool to expose |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
zbeyens
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've ended up creating a copy of
useMentionPlugin
where I override theonAddMention
functionality like this:It would be cool to expose
onAddMention
, similarly toonClickMention
.