You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, as soon as we hit : the emojis list pops up. But some time we just really want to write : as in:
Example: this is a valid colon.
or
Check the list below:
one
two
The GitHub behavior is that if there is a letter just before the colon, then the popup doesn't show.
Personally, I think it's pretty useless to show the popup as soon as : is written. I think the rule should be:
If there is no letter before `:` and at least one letter after:
Show the emoji popup filtered with the letter(s) after the `:`
The text was updated successfully, but these errors were encountered:
MightyCreak
changed the title
Wait for the first letter before showing the emojis popup
Emojis: Wait for the first letter before showing the emojis popup
Dec 24, 2016
In slack it even waits for the second letter to be written (but personally I don't like it).
Edit: I think they wait for the second letter so that the popup doesn't show when writing text smileys like :) :-) :D :P.
Personal opinion: I still think one letter is enough, especially since there are no emoji starting with ) or -, or even with an upper case letter if we really want to be pedantic.
Right now, as soon as we hit
:
the emojis list pops up. But some time we just really want to write:
as in:or
The GitHub behavior is that if there is a letter just before the colon, then the popup doesn't show.
Personally, I think it's pretty useless to show the popup as soon as
:
is written. I think the rule should be:The text was updated successfully, but these errors were encountered: