Results 530 comments of Ellet

> Noticed that the `clipboardPaste()` handle: > > * Internal image paste > * HTML and Markdown rich paste > * Plain Text Paste > * Provide support for the...

Thanks for the reply. The image paste was supported initially with `pasteboard`, then I removed it and introduced `super_clipboard`. However, in `11.0.0`, I'm still unsure about the new behavior.

We need to set the supported platforms manually [similarly to `flutter_quill_extensions`](https://github.com/singerdmx/flutter-quill/blob/master/flutter_quill_extensions/pubspec.yaml#L10-L16), it's likely we have `dart:io` imported or we use a dependency or plugin that doesn't support web and we...

We're currently still in the middle of #2230. Once it's done, spell spell-checking issue is addressed, and many other issues, we will start on fixing this issue.

@CatHood0 Not related to this issue but can you take a look at this issue when you have the time? Issue Details Select and copy the following from issue #2009...

It's probably what I'm suggesting. We can rewrite the `fromHtml` specifically and only for this rich pasting feature, or maybe extract the needed parts from `flutter_quill_delta_from_html` and modify it to...

Thank you for the report. I know I'm a little bit late but we will look into that!!

**Update**: I have started working on [release/v11](https://github.com/singerdmx/flutter-quill/tree/release/v11), if anything is missing, something that shouldn't be done, improvements or an issue, or suggestions for some breaking changes, I'm open for all...