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
0
votes
1 answer

Unable to mention people in a comment panel of VSTS on MS Teams

I use VSTS on MS Teams by the following add-in https://marketplace.visualstudio.com/items?itemName=ms-vsts.vss-services-teams Thanks to this add-in, I can write comments or change the status of items of VSTS in MS teams window. However, I can't…
mrk
  • 3
  • 1
0
votes
1 answer

How to disable email notifications for @mentions in comments field for a particular project in Jira

I want to disable jira notifications for users mentioned as @users (or @mentions) in comments field for a particular project. Let me know if it is feasible. Regards, Sharieff.
Md.Sharieff
  • 147
  • 1
  • 2
  • 12
0
votes
3 answers

Regular expression to fetch all @ mentioned user data from a string in PHP

I have below string. This string having data (@[ID:username__FULLNAME]) of three users mentioned. I want to extract them. I have tried below code but not getting desired results. ID is integer type username and FULLNAME may contain numbers, letter…
Aefits
  • 3,399
  • 6
  • 28
  • 46
0
votes
3 answers

Angular 2 mentions : How to update an array bind to a directive after an api call

I'm using this package https://www.npmjs.com/package/angular2-mentions. So MY code is this : .ts file : ngOnInit():void { this.items.push("temp Name") let __this = this this._userService.getAll(1).subscribe(res => { …
0
votes
1 answer

How to replace key with values using regex for mention link angular 4?

I am creating a mention directive.When user trying to insert something on textarea my directive will trigger and shows the users list.On save this will return the value as text. Eg: Good morning @alice.Today is @bob 's birthday. I would like to show…
Amal Shehu
  • 119
  • 2
  • 14
0
votes
1 answer

Providing @mention on c#

How could I provide @mention list during typing in AutoCompleteTextBox ? Pattern of my mention is like: String pattern = "@[a-zA-Z0-9_.]+?(?![a-zA-Z0-9_.])"; Sample: consider user try to type two mention and even try to edit one of them, and…
0
votes
1 answer

Have difficult CYPHER query about collection using neoism golang?

I build a social network, when a comment include mentions (like Facebook), I send a comment json to webservice: { "owner": 5, // id of user write comment "message": "text", "mentions":[ { "id": 1, // user…
kien bui
  • 1,760
  • 2
  • 17
  • 33
0
votes
0 answers

R Twitter Mining: Finding Frequency of Mentions/Hastags

I'm very new with R. I'm using it mostly for marketing purposes so the TwitteR package is very useful. What I'm trying to do is find the frequency of @mentions and #hashtags within my data after I've got all the data through the searchTwitter…
0
votes
1 answer

Can't get Mention to work, Ment.io

Guys i'm trying to get ment.io to work in textarea Mentio by Jeff-collins http://jeff-collins.github.io/ment.io/#/examples