-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add autocompleting usernames with @ symbol #2913
Comments
Thanks for opening your first issue here! Please follow the issue template to help us help you 👍🎉😄 |
cheneyshreve01
pushed a commit
to cheneyshreve01/plots2
that referenced
this issue
Jun 26, 2018
cheneyshreve01
pushed a commit
to cheneyshreve01/plots2
that referenced
this issue
Jun 26, 2018
cheneyshreve01
pushed a commit
to cheneyshreve01/plots2
that referenced
this issue
Jun 26, 2018
…ter upstream fetch and rebase in feature branch
cheneyshreve01
pushed a commit
to cheneyshreve01/plots2
that referenced
this issue
Jun 26, 2018
…ing by adding atwho to application.css
cheneyshreve01
pushed a commit
to cheneyshreve01/plots2
that referenced
this issue
Jul 20, 2018
jywarren
pushed a commit
that referenced
this issue
Jul 21, 2018
…ymbol #2913 (#2925) * initial setup commit * [WIP] updated emoji to read from static file, upstream fetch & rebase * [WIP] added autocomplete username to comment window using atwho library * [WIP] Add autocompleting usernames with @ symbol #2913 fixed typo * [WIP] refactoring atwho calls * finished refactoring using API call, adjusted indentations * removed unnecessary example file * [WIP] testing hashtag_config behavior, removed unnecessary files * [WIP] refactored hash_config, removed unnecessary file, set limits for dropdowns * [WIP] updated emoji code, rebased, removed unneccessary file * [WIP] removed unneccsary atwho code from application_helper.rb * updated hash call with conditional, removed query from emoji call, set limit for at callbacks to 20 * emoji fixes * resolved #3120 ONLY_FULL_GROUP_BY issue w/ mysql 5.7+
SrinandanPai
pushed a commit
to SrinandanPai/plots2
that referenced
this issue
May 5, 2019
…ymbol publiclab#2913 (publiclab#2925) * initial setup commit * [WIP] updated emoji to read from static file, upstream fetch & rebase * [WIP] added autocomplete username to comment window using atwho library * [WIP] Add autocompleting usernames with @ symbol publiclab#2913 fixed typo * [WIP] refactoring atwho calls * finished refactoring using API call, adjusted indentations * removed unnecessary example file * [WIP] testing hashtag_config behavior, removed unnecessary files * [WIP] refactored hash_config, removed unnecessary file, set limits for dropdowns * [WIP] updated emoji code, rebased, removed unneccessary file * [WIP] removed unneccsary atwho code from application_helper.rb * updated hash call with conditional, removed query from emoji call, set limit for at callbacks to 20 * emoji fixes * resolved publiclab#3120 ONLY_FULL_GROUP_BY issue w/ mysql 5.7+
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please describe the problem (or idea)
As a part of making the markdown editor more friendly, this will add autocompleting usernames with @
Implementation will be similar to emoji Auto complete #2832
The text was updated successfully, but these errors were encountered: