Mentions: add option to allow mentions inside text #2326
Closed
EvgenyOrekhov
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
Hi, did you ever figure this out? I tried a variety of things playing with the search pattern and trigger but never quite made it work. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a need to allow mentions inside other text.
For example, here you can see there is no whitespace before or after a mention:
But currently mention combobox can be triggered only after a whitespace:
plate/packages/nodes/mention/src/withMention.ts
Line 110 in 1ebc920
As a workaround, you can add a whitespace, then add a mention, and then remove the whitespace, but that is not very user-friendly.
It would be great if there was an option to allow triggering the combobox without preceding it with a whitespace.
Beta Was this translation helpful? Give feedback.
All reactions