-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue when same text which is to be mentioned already in the content #104
Comments
Do you have an example of your code? JsFiddle?? @ShriVishnu |
Hi, Try this, the second time is what i have mentioned but the same text in first is highlighted |
Do you want mention the same person many times?? So this thing can be a enhancement!! |
@djhvscf I didn't mention the name twice !!!! I mention only once but the plain text itself contains the same name which i mention. For example,, consider a person named 'a'. When I opt for an input like I need a toy @A Here the 'a' which comes after need is taken as mentioned name and highlighted which is a wrong context. |
@djhvscf : Hey ! any update on this ? And don't consider this as an enhancement! I am not asking for mentioning a person twice. Please do understand the issue and remove the label! |
Yes, I'm working on it! But, yes you're right I'm going to remove the label. |
(fixes #104) Repeat mentions with allowRepeat option
@djhvscf Hi, the issue is not about allowing repeat mentions. I am trying to add a plain text name. Now when an input text added as, "Yesterday, a comment has been added by @A" Here, note that the first 'a' is plain text and the second 'a' is a mention of username! Now, the first plain text is taken as the mentioned text and not the actual user name. This is the issue which I pointed out and not an option for repeat mention! Thanks for your kind, |
Yes, your right.. I already test it with allowRepeat option and it is happening.. I will reopen this issue.. |
No update on this .. Strange .. Without solving that issue that library is not useful |
Hey, When use the below example comes an issue
Hello john, Pls check this @john.
The mentioning should be done only to the second name(since @ should trigger)
But actually the regex get replaced to the first match,,, This should not be in such way ?
The text was updated successfully, but these errors were encountered: