-
-
Notifications
You must be signed in to change notification settings - Fork 264
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
Can't get shortname to show selection menu #1751
Comments
I am not an quill-emoji expert so it would be better to ask at their
repository.
But it is quite inactive so I guess nothing will happen.
I found an old and still open issue:
contentco/quill-emoji#131
Slanfan ***@***.***> schrieb am Mo., 16. Okt. 2023, 15:07:
… When typing short names 😃 I expected a menu to be shown but
nothing happened.
Would you happen to know if I misconfigured it or is this an issue?
I checked the demo at
https://killercodemonkey.github.io/ngx-quill-example/ and this does not
support this either.
I have a completely separate set of custom icons with a custom emoji
picker. I have no problems adding the emojis
from this, and they are rendered correctly.
this.editorModules = {
'emoji-toolbar': false,
'emoji-textarea': false,
'emoji-shortname': {
emojiList: emojis,
fuse: {
shouldSort: true,
threshold: 0.1,
location: 0,
distance: 100,
maxPatternLength: 32,
minMatchCharLength: 1,
keys: [
'shortname'
]
},
onOpen: () => {
console.log('EditorComponent:: emoji short list opened')
},
onClose: (emojiListItem: any) => {
console.log('EditorComponent:: emoji short list, item selected', emojiListItem)
}
},
toolbar: this._editorToolbar,
}
—
Reply to this email directly, view it on GitHub
<#1751>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARI4YHX3NCNKWOOMEPN6QTX7UWQDAVCNFSM6AAAAAA6CFKNSKVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE2DKMJYGE3TIMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Oh. I will have a look at this an see what happens when I switch keyboard layout. Thanks. |
This seems to be the issue you referred to @KillerCodeMonkey |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When typing short names
:smiley:
I expected a menu to be shown but nothing happened.Would you happen to know if I misconfigured it or is this an issue?
I checked the demo at https://killercodemonkey.github.io/ngx-quill-example/ and this does not support this either.
I have a completely separate set of custom icons with a custom emoji picker. I have no problems adding the emojis
from this, and they are rendered correctly.
The text was updated successfully, but these errors were encountered: