From c0f4e1a383e087a11de9b806d3d70072fe71bc1e Mon Sep 17 00:00:00 2001 From: Ellet Date: Wed, 16 Oct 2024 00:09:18 +0300 Subject: [PATCH] docs(readme): improve the 'Rich Text Paste' section, drop the TODO for providing a way to customize the paste behavior and customize the clipboard operations --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8a6a9936d..7ac721aa7 100644 --- a/README.md +++ b/README.md @@ -347,17 +347,12 @@ for discussion. ## 📝 Rich Text Paste -The Rich Text Pasting feature requires platform code to access HTML from -the system clipboard, [`quill_native_bridge`](https://pub.dev/packages/quill_native_bridge) -is a plugin to provide this functionality. - -Rich clipboard operations are currently experimental and might be removed in future releases. - - +This feature allows the user to paste the content copied from other apps into the editor as rich text. +The plugin [`quill_native_bridge`](https://pub.dev/packages/quill_native_bridge) provides access to the system Clipboard. > [!IMPORTANT] > Currently this feature is not supported on the web. -> [Issue #1998](https://github.com/singerdmx/flutter-quill/issues/1998) and [Issue #2220](https://github.com/singerdmx/flutter-quill/issues/2220) +> See [issue #1998](https://github.com/singerdmx/flutter-quill/issues/1998) and [issue #2220](https://github.com/singerdmx/flutter-quill/issues/2220) for more details ## ✂️ Shortcut events