ivirabyan / jquery-mentions

Adds mentioning support to your text fields.
http://ivirabyan.github.io/jquery-mentions/
MIT License
114 stars 49 forks source link

adding link to display view of mention #74

Open nicksterFL opened 7 years ago

nicksterFL commented 7 years ago

what area of jquery.mention.js would I add html for displaying the mention as a link?

I'd like to link the user name to name

cozumel424 commented 7 years ago

Just return the linked name in your json.

nicksterFL commented 7 years ago

can you post an example?

ivirabyan commented 7 years ago

Look at the method _renderItem for an example