Roey

Results 15 issues of Roey

Hi @developerdizzle, I've reorganized this library code using hooks and react 17. I'm willing to share if you want to update this library... Roey

hi, thanks for this lovely library! the following line breaks quill in IE because .remove() method is only support in modern browsers... ![image](https://user-images.githubusercontent.com/2613845/135454471-db2af044-f1a4-4807-ac56-d29bd2a6d280.png) it probably should replace with mentionContainer.parentNode &&...

it would be nice to move to svg icons such as http://fontawesome.io/ they looks much nicer and you can change their color to what ever needed very easily.

enhancement

hi! is there any method to replace signs as :-) or :-o or UTF-8 characters such 🐣 😎 to iconify? something similar to this: https://demos.joypixels.com/latest/jstoimage.html 10x!

Hi, Are there any plans to embed translations via chat gpt? One of the benefits of chat gpt is that we can tell him how to translate specific words or...

enhancement

It seems like notifications won't work on Android 13 unless you add `` to your manifest file. https://developer.android.com/develop/ui/views/notifications/notification-permission#declare this also requires requesting permissions explicitly... can someone please provide a sample...

trying to to run hammer on an https service (such as https://meet.jit.si/http-bind) throws an error that says that ssl certificate is not valid" > Caused by: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated...

it seems like the current version of https://meet.jit.si requires video type which is missing. ![debugger](https://image.prntscr.com/image/Tnp6DrhKRhusC3JSw9tyyA.png)

In general using "Enter" on a toolbar that makes changes to lexical is problematic. Lets say I have a button that toggles "bold" and it's triggered using the "Enter" key...

enhancement
good first issue
contribution-week

Hi, I believe the whole idea of this code is to prevent changing the state of a component after the component was already removed/unmounted. but what happens if the async...