We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug emojisEnabled does not seem to have any effect.
emojisEnabled
To Reproduce Steps to reproduce the behavior:
Editor
Expected behavior An emoji button in the toolbar? Auto-completing emoji names prefixed with :? I'm not sure.
:
Screenshots https://codesandbox.io/s/verbum-editor-forked-znf6rw?file=/src/App.tsx:298-311
The text was updated successfully, but these errors were encountered:
Hello @carpiediem, it's working, even in your example. Just try to type :). The list of emojis you can check here.
:)
Let me know if you don't have any questions, I'll close the issue.
Sorry, something went wrong.
Okay, that works for a handful of faces, but there are 100+ emoji in unicode. How do I add the rest?
I'm searching an example at Lexical playground, there is EmojiPickerPlugin. So I decide to add this plugin. You can check it in #59.
Unfortunately user can't expand emoji list by it self, there is a list of emojis saved in emoji-list.ts file.
emoji-list.ts
If you have any ideas how to do it correctly or functionality, let me know. Maybe you know some examples with same case.
In other way, if this solution suits you I will merge #59 and close this issue.
No branches or pull requests
Describe the bug
emojisEnabled
does not seem to have any effect.To Reproduce
Steps to reproduce the behavior:
emojisEnabled
to theEditor
componentExpected behavior
An emoji button in the toolbar? Auto-completing emoji names prefixed with
:
? I'm not sure.Screenshots
https://codesandbox.io/s/verbum-editor-forked-znf6rw?file=/src/App.tsx:298-311
The text was updated successfully, but these errors were encountered: