Closed niusia-ua closed 1 year ago
@andrrms is not responding. I sent another DM now, but if we are being left in silence, I'll take over.
Thank you so much for your contribution.
@KnorpelSenf and I discussed few things about this plugin, so, we won't be releasing a new version if you are planning to re-write the plugin soon. It is mostly because of #16 actually, where we realised that we weren't using official names for emoji, instead we were using what Emojipedia named them. So, in that pull request the updated list contains some breaking name changes, because we corrected some. So, now we have two options:
I'm in favour of 2. So, for now, we'll just merge this and keep the plugin up-to-date. Let us know about the reworked plugin plans. Thanks again.
Great! I'll be working on reworking the plugin in a few days. You won't have to wait long.
In general, I only want to fix the structure of the plugin. There will be no significant changes to the plugin's functionality. If there is something you want to change or add, please let me know, I will be very interested to work on it.
The
EmojiName
type can now take any string value, which increases DX by not having to create hard-to-read constructs to concatenate anything that isn't an emoji. By the way, thestring & {}
construction allows to leave autocompletion working.