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
While there are lots of emojis avaliable in the sticker selector there are many many emojis missing. This isn't a huge issue but it can be quite annoying to not be able to use an emoji you would like.
A few options for this would be:
Manually expand the emoji list (maybe add some comments explaining the src/shared/assets/emoji.ts file to be less cryptic about what n, u, or v are and how they're used)
Add a script to add new emojis from some api endpoint which can be run to update
Same as above but auto-run it on build
The text was updated successfully, but these errors were encountered:
The list hasn't been updated since the first beta release of make.md so it's definitely out of date. The current list was adapted from another project, the labels mean: names, unicode and variants. If there's a comprehensive updated list, feel free to share
cant think of any with an api off the top of my head but for day to day use i use emojipedia so thats an option for manual stuff
could be worth looking into another project (maybe an emoji picker?) and seeing if they have some list
i also know that whatsapp web has a list of emojis and many names for them (in english and other languages) as a rest api endpoint but as far as I can tell its intended to only be accessed by the web app and isn't for public consumption so I assume that wouldnt be an option
(here it is anyway: https://web.whatsapp.com/emoji_suggestions/en.json just replace en with the target language. worth noting that its in name: [list of relevant emojis] format instead of emoji: [aliases])
im happy to give an automated script of some kind a go once we find an api endpoint which could be usable
While there are lots of emojis avaliable in the sticker selector there are many many emojis missing. This isn't a huge issue but it can be quite annoying to not be able to use an emoji you would like.
A few options for this would be:
src/shared/assets/emoji.ts
file to be less cryptic about whatn
,u
, orv
are and how they're used)The text was updated successfully, but these errors were encountered: