Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Emoji integration? 馃嚝馃嚪 #5

Open
z0ph opened this issue Apr 3, 2023 · 2 comments
Open

New Emoji integration? 馃嚝馃嚪 #5

z0ph opened this issue Apr 3, 2023 · 2 comments

Comments

@z0ph
Copy link

z0ph commented Apr 3, 2023

Hey Victor (@gary149)

I hope you're doing well,

Based on the fact that the emoji.json is nearly five years old with a few updates to add flags and change to warning emoji, do you think it will be possible to add the new ones?

From this blogpost, we can see there are nearly 3600+ emoji now.

Following a quick count command: jq '.[] | .symbol' emoji.json, I can see there are 1349 on this JSON file.

I will be ok to contribute, but before starting something, I would like to know how did you generate this JSON in the first place? It was done manually or based on some automation?

It will be tricky to check the delta between the existing ones and the new ones and create proper keywords.

I've checked a few prompts on ChatGPT just for fun, but he was lost :)

Another cool thing would be to have a label on the mouse over each emoji to see the "Title". It will be helpful to trigger the right emoji on other apps.

Thanks!
Victor.

@gary149
Copy link
Owner

gary149 commented May 30, 2023

Sry for the late reply.

Based on the fact that the emoji.json is nearly five years old with a few updates to add flags and change to warning emoji, do you think it will be possible to add the new ones?

Yes, that would be great!

I will be ok to contribute, but before starting something, I would like to know how did you generate this JSON in the first place? It was done manually or based on some automation?

Open to contributions. I don't exactly remember how I did it but I think it was by stitching some lists together.

It will be tricky to check the delta between the existing ones and the new ones and create proper keywords.

Yes, maybe we can start from a clean list (I'm not sure where to find one).

Another cool thing would be to have a label on the mouse over each emoji to see the "Title". It will be helpful to trigger the right emoji on other apps.

I would keep it minimalist but if it's only a native title attribute why not.

@gary149
Copy link
Owner

gary149 commented May 30, 2023

By the way, I found this very old unfinished PoC for a v2 using svelte and with the killer feature that you don't need the mouse to use it, it's also way faster: https://svelte.dev/repl/68b6dd31cf1b424daab050dc2028b056?version=3.59.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants