Meteor-Community-Packages / meteor-autocomplete

Client/server autocompletion designed for Meteor's collections and reactivity.
https://atmospherejs.com/mizzao/autocomplete
MIT License
350 stars 109 forks source link

support marked up mention and return value #101

Open leizard opened 9 years ago

leizard commented 9 years ago

It would be nice if you could get all the mention in the text, mark up them, and return them as objects. Like this one: http://ivirabyan.github.io/jquery-mentions/ This jquery has a method to return values, which are mention objects in the text. So when I mention people, I can get their ids and notify them easily.