GitHub Autocomplete
Closed this issue ยท 3 comments
Please consider including the GitHub autocomplete emoji names in the library (full list here - https://api.github.com/emojis) as the names in this library do not exactly match GitHub's names.
For example, :couplekiss_woman_woman:
(:couplekiss_woman_woman:) on GitHub is listed in this library as female_couplekiss
.
Maybe an entry like this would work?
"female_couplekiss": {
"keywords": ["pair", "valentines", "love", "like", "dating", "marriage"],
"char": "๐ฉโโค๏ธโ๐โ๐ฉ",
"category": "people"
"xref" : {
"GitHub": "couplekiss_woman_woman"
}
}
@Mottie thanks for pointing this out. The emoji key names are supposed to match GitHub's. But when we added the new ones, GitHub haven't. IMO we can just change the keys to GitHub ones instead of using xref
. Would you be up for sending a PR? ๐ค
I would love to, but I'm going on vacation for about a month starting tomorrow! So much stuff to do! If it hasn't been updated before I get back, I'd be happy to help.