This week I came across a website with a cool input box. It was possible to put in text and @mentions and #tags, which gives some drop downs to choose from.
I was intrigued by the possibilities, so I started to investigating the code, and was pointed to a JQuery plugin, text complete on GitHub.
Today I found some time to play with the code. My goal was to save the values to a Notes Database via a XPage.
Here a short video to show the result.
https://www.youtube.com/watch?v=6oFLOYSvqbU
Next step, is clean the code and to load dynamically the #tags and @mentions.