-
-
Notifications
You must be signed in to change notification settings - Fork 256
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
Is there an option to display shortnames in the emojioneArea? #137
Comments
use option |
Sorry, just a bit of clarification, but isn't that option just change it from unicode to shortname but both options still show the 😄 inside the contenteditable div such as your fiddle https://jsfiddle.net/1v03Lqnu/71/ ? I want it to actually write |
when you write in https://jsfiddle.net/1v03Lqnu/71/ it will open dropdown menu with emojis in where you can select whatever you want |
Sorry, i don't get you.
You can't do it now |
But for what you need it? |
not, you can't do it without changing the code of plugin |
Can you point me to around where I need to change it? |
if you need it just for saving, you can use option |
I need to pop another dropdown containing some username for mentioning with @ and replace at the right location. Calculating caret position in contentEditable div with image tags is not as easy as I thought. |
I am understanding you, but if you replace smileys with text it still be not some simple. |
ok I see thanks for your suggestion. |
there is a working example: https://jsfiddle.net/1v03Lqnu/426/ |
Oh perfect! Thanks a lot! |
Better solution here #233 (comment) |
As starter, thanks for the library! As above in the title, how can I display 😄 as
:smile:
inside the emojioneArea instead of it being an image?The text was updated successfully, but these errors were encountered: