Results 530 comments of Ellet

> On web it requires no native code. package:web works fine, we've used it to implement this elsewhere. Maybe it doesn't require a third-party plugin and only needs `package:web`, which...

This issue seems to be easy to fix Screenshot ![Screenshot](https://github.com/singerdmx/flutter-quill/assets/73608287/d8fc106e-1c0e-4725-87cd-277dbaf36d4a) Just a minor thing to keep in mind, with each feature we implement, most of the features are configurations/options that...

As an update, the issue of registering the `paste` event was an issue only on Firefox. The reason why the rich text paste not working properly is that the paste...

While trying out the Flutter/WASM application with the Clipboard API implementation on Firefox (on macOS): ![image](https://github.com/user-attachments/assets/e7fea8c4-a8f6-447f-81de-42eca7c976a8) It seems to be working fine, the following returns `true`: ```dart window.navigator.getProperty('clipboard'.toJS) != null...

> Are there any updates ? Do you know of any work arounds to paste html or quill into the editor on web? I have tried to find the code...

@tsafundzic Can you confirm if this still an issue?

Some intents such as `QuillEditorApplyHeaderIntent` doesn't have related actions, and don't work as far as I have tested.

Testing on Linux, some of the intents doesn't work it all or work differetnly without using the same intent/action, it's still not quite clear https://github.com/user-attachments/assets/83200d79-ac50-4c4a-8d0f-d12d892d962e On the long term, we...

Sure but the main issue is not with the functionality, it's with the project code quality, the readability, and consistency, we have already discussed some of the issues so I...

@CatHood0 I will address the change of `QuillKeyboardServiceWidget` directly in this PR, worrying about having a clean history, separation, and organization of changes is not our first priority at the...