Skip to content

Toolbar - Emoji Picker #39

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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
adrian-moisa opened this issue May 21, 2022 · 2 comments
Open

Toolbar - Emoji Picker #39

adrian-moisa opened this issue May 21, 2022 · 2 comments
Labels

Comments

@adrian-moisa
Copy link
Collaborator

Some authors might want to use emoji in their documents. It would be nice to provide a built in emoji picker. Not sure what is the best placement in the toolbar. I'm open to suggestions.

@VisakhRaman
Copy link

Would love this to be added.

@adrian-moisa adrian-moisa added MVP and removed Low labels Nov 5, 2022
@adrian-moisa adrian-moisa changed the title Emoji Picker Blocks - Emoji Picker Nov 5, 2022
@adrian-moisa adrian-moisa changed the title Blocks - Emoji Picker Toolbar - Emoji Picker Nov 5, 2022
@adrian-moisa adrian-moisa self-assigned this Nov 5, 2022
@adrian-moisa
Copy link
Collaborator Author

adrian-moisa commented Nov 5, 2022

Work on this feature will start soon. So far I've been busy with the highlights, markers, training other contributors. By now we are getting at the stage where we need emojis. I'd be happy to hear any recommendations on how to implement emojis. Any reference materials would be great.

I'm aware of:

  • The emoji set provided by twitter
  • The emoji Unicode UTF-16
  • There are several emoji selector libs on pub dev (haven't check how they work)
  • Ideally we should be able to replace the graphics with custom sets
  • So far I think that emoji in the delta should be stored as UTF-16 chars and rendered as embeds using our own images. Correct me if I'm wrong. Not sure how other apps treat this. I've seen many times that depending on the input source discord some apps render different emojis.
  • Would be super nice to have the same rendering on the web and mobile (all platforms)
  • Web does not render the emoji selector. Mobile has an integrated emoji keyboard. Not sure if in all cases.
  • Discord supports the :emoji: syntax. I guess for this to work we need to implement typing shortcuts (this is planned for slash commands, hashtags and mentions).
  • If text is copy pasted the colon notation loses values, while the utf-16 text remains. Afaik these seem to be separate systems.
  • Custom emojis could be defined.

@adrian-moisa adrian-moisa removed the 0.1 label Jan 23, 2024
@adrian-moisa adrian-moisa removed their assignment Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants