Jacky-He / EasyEmoteMacOS

MacOS Emoji Input Method 😃 using InputMethodKit
MIT License
9 stars 0 forks source link

Improvements #3

Open diimdeep opened 2 years ago

diimdeep commented 2 years ago

Hello. Very well done, I like this clever implementation by using input methods;

A few things that bother me:

  1. There is already a new version(v14), might make sense to automate emojiStore.txt creation, from somewhere. https://unicode.org/Public/emoji/14.0/emoji-test.txt

  2. Might be good idea to add synonym search, there is another picker https://github.com/alirawashdeh/surf/ It supports more keywords per emoji, with help of these https://github.com/alirawashdeh/emoji-list-fetcher + https://github.com/alirawashdeh/emoji-data-enricher

Just a few links. https://unicode.org/Public/emoji/14.0/emoji-test.txt https://unicode.org/emoji/charts-14.0/full-emoji-list.html https://unicode.org/emoji/charts/emoji-list.html

Jacky-He commented 2 years ago

Hey, thanks a lot for checking this out! Yeah, I think automating emojiStore.txt creation would definitely be useful, and maybe I can also add more keyword search on top of the existing subsequence search as you suggested.

I'll try to work on those next. Also feel free to play round with the code and make a pull request at any point as you wish!