Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd autocomplete in comment text areas for '@' mentions, similar to GitHub, Twitter, etc. #20
Conversation
rjsamson
added some commits
Sep 17, 2012
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
pjutard
commented
Dec 5, 2012
|
You can try this: https://github.com/tactivos/jquery-sew |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
jcs
Dec 8, 2012
Contributor
I haven't really decided one way or the other, which is why I've left this open. I can see the utility in it, but I am hesitant to add lots of cruft (i.e., JavaScript) to the interface.
|
I haven't really decided one way or the other, which is why I've left this open. I can see the utility in it, but I am hesitant to add lots of cruft (i.e., JavaScript) to the interface. |
jcs
closed this
Jul 10, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rjsamson commentedSep 17, 2012
This commit adds autocomplete when adding an '@' mention in a comment using jquery ui autocomplete and a custom triggerAutocomplete plugin. The autocomplete is triggered by the '@' and does not interfere with other normal use of the '@', for example if entering an email address. The following screenshot shows how this looks as implemented: