Questions tagged [mention]

For tagging users or profile in text body based on delimiters like `@` or `#` similar to Twitter or Facebook.

There are several applications that enable developers to parse text and then link to users or profiles based on delimiters such as @ or # in the text body, eg, in a textarea.

162 questions
2
votes
0 answers

SlateJS - Mention unable to continue typing after focus and cannot copy mention when focused by mouse click

I'm new to Slate JS and trying to implement a rich text editor with mention-functionality like Slack, Discord etc. The current mention example (here: mentions) has some limitations that I haven't managed to solve yet, for example: When the mention…
Antonio
  • 73
  • 1
  • 6
2
votes
1 answer

Use VBA to @-Mentions a user in a Threaded Comment in excel

I added a UserForm into my file so comments can be added to a cell (that way I can update the data on other cells when a comment is added and someone is mentioned). So far I can get the comment entered with no issues. But I can´t find a way to…
Mad Robb
  • 23
  • 4
2
votes
1 answer

How to pass data to react-mentions component using redux

I'm using https://github.com/signavio/react-mentions for React Mentions, a facebook @mentions-like frontend feature where a user can mention another user in the comment box. Below is the code that gets data through fetch but couldn't get the data…
Ramesh Kumar
  • 147
  • 14
2
votes
1 answer

Cannot Get Discord.js to Mention User in Command

Alright, so I'm working on making a d100 slash command for Discord.js v13, the app works almost perfectly I've tried a few things but have run into a wall. The bot gives the undoctored user name, without a mention and ignored nicknames, rather than…
Vexel
  • 43
  • 1
  • 9
2
votes
2 answers

Draft.js Mention Plugin is not working after rendering contentState to the editor

I am using mentions with the draft.js (like this @yourname) and sending to the database to save and fetching it to render on the web page but things are not working as expected. On Saving to the database -> const contentState =…
hardy
  • 880
  • 2
  • 13
  • 30
2
votes
1 answer

How to get mentioned user item object in ckeditor

How to get mentioned user item object on button click. I am working with Ckeditor and wants to send email to all the mentioned user in my editor when I click on button send email. My issue is that I don't able to get all users which is mentioned…
2
votes
1 answer

(discord.js) how to mention the user who react to the bot message?

How can I mention the user who reacted to my bot message?I want to send message like, "@user reacted to my message!", here is my code: msg.awaitReactions((reaction, user) => user.id == user.id && (reaction.emoji.name == ''), { max: 1, time: 30000…
yair
  • 41
  • 4
2
votes
0 answers

mentioning user from database on triggering @ event in suneditor

I am using Suneditor in reactjs. Now here i want to mention some user name from database while writing description.But i am not able to find any "mention" plugin using suneditor.Is there any way i can implement it using suneditor? Mentioned username…
arafat
  • 59
  • 1
  • 7
2
votes
0 answers

Summernote User Mention unable to wrap mentioned user issue

Hey there Stack Overflow, I am facing a javascript issue with my text area editor using summernote. I have made an API call which will retrieve my users from the database with the @ symbol but when the user is select and the username is returned,…
Vaulient
  • 335
  • 1
  • 4
  • 14
2
votes
0 answers

CKEditor 5 Angular with Mention Plugin

Does anyone know of a simple end to end guide of how to configure CKEditor5, Mentions in Angular? When trying to follow the standard guides (which reference a number of different approaches) none work. I have read all of he guides on how to install…
Bruce
  • 103
  • 1
  • 6
2
votes
0 answers

How to use CKEdior plugin Mention to allow white space for query?

I am using this plugin https://ckeditor.com/docs/ckeditor4/latest/features/mentions.html However, it stops searching after typed whitespace. And the configuration seems doesn't have setting for it. Please help out. Or is any alternative plugin for…
Smyle Lee
  • 41
  • 3
2
votes
1 answer

How to create an edge list for each user mentioned in a tweet when there are observations containing several user mentioned

I want to do an network analysis of the tweets of some users of my interest and the mentioned users in their tweets. I retrieved the tweets (no retweets) from several user timelines using the rtweet package in r and want to see who they mention in…
Laura
  • 35
  • 5
2
votes
0 answers

Draftail mention plugin for wagtail

I would like to customise the draftail editor in wagtail in order to have "mentions" functionality (I am using the draft js plugin) Because my react skills are extremely poor and my knowledge of draftail/draftjs very limited, I am using…
zuggy
  • 33
  • 5
2
votes
0 answers

How to create mention edit text like facebook

I want to create a edit text where user suggestions will be shown when user typed "@" keyword. For eg. If the selected user is: "James test user". And if user press delete character(back space in android keyboard.) then it should delete the word by…
Tom Domnic
  • 31
  • 4
2
votes
1 answer

TFS @Mention not working

HI we are using TFS Version 15.117.26714.0 The problem is whenever there is any mention (@name) no email is generated against it while after writing @ the names popup but don't get emailed, while other emails are being sent through TFS eg whenever…
1
2
3
10 11