Open
Bug 1474153
Opened 6 years ago
Updated 2 years ago
Support easy emoji input like :+1: or :smile:
Categories
(bugzilla.mozilla.org :: Bug Creation/Editing, enhancement)
Tracking
()
NEW
People
(Reporter: kohei, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: bmo-ux)
On GitHub, Slack, or whatever, you can easily input emoji on the comment field as you type a colon (:). Bugzilla should also support this shortcut.
https://www.webpagefx.com/tools/emoji-cheat-sheet/
Reporter | ||
Updated•6 years ago
|
Reporter | ||
Updated•6 years ago
|
Severity: normal → enhancement
Reporter | ||
Comment 1•6 years ago
|
||
GitHub's current emoji list is here: https://github.com/github/gemoji/blob/master/db/emoji.json
Blocks: bmo-markdown
Reporter | ||
Updated•6 years ago
|
Reporter | ||
Updated•6 years ago
|
No longer blocks: bmo-markdown
Reporter | ||
Comment 3•6 years ago
|
||
This is blocked by Bug 1476107 that I’m working on.
Comment 4•6 years ago
|
||
(In reply to Kohei Yoshino [:kohei] (Bugzilla UX) (FxSiteCompat) from comment #3)
This is blocked by Bug 1476107.
Does it really block that? I was going to add this to the markdown renderer because that's how github does it.
Reporter | ||
Comment 5•6 years ago
|
||
This is a frontend enhancement. On GitHub or Slack, you’ll see a list of emoji when you type semicolon (:) and can input directly, not a server-side conversion. We should do the same.
Comment 6•6 years ago
|
||
It's both. Github appears to store the non-emoji form, so we can do the same. I'll also add an API for completing the emojis.
Updated•5 years ago
|
Assignee: dylan → nobody
You need to log in
before you can comment on or make changes to this bug.
Description
•