Skip to content

Commit

Permalink
docs(readme): improve the 'Rich Text Paste' section, drop the TODO fo…
Browse files Browse the repository at this point in the history
…r providing a way to customize the paste behavior and customize the clipboard operations
  • Loading branch information
EchoEllet committed Oct 15, 2024
1 parent ae908ca commit c0f4e1a
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!-- TODO: Provide a clean way to disable each feature and document it in here -->
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
Expand Down

0 comments on commit c0f4e1a

Please sign in to comment.