Rich content copy/paste #311
Replies: 5 comments 2 replies
-
A ticket was filed for this milestone. I closed the ticket in favor of documenting the milestone: #307 |
Beta Was this translation helpful? Give feedback.
-
Heya Matt, trying to use the terminology you've described in this document: https://github.com/Flutter-Bounty-Hunters/policies/wiki/Management-Terminology User stories"As a user, I'd like to be able to copy rich text and paste it into SuperEditor, so that I don't have to format it manually" "As a user, I'd like to be able to copy Images from other apps and paste them into SuperEditor, so I can easily add images from other apps to my document" Use Cases
|
Beta Was this translation helpful? Give feedback.
-
Originally posted at #307 as an answer about the standard format and how it would work I believe HTML is the standard format for rich content. Typically for MacOS, when you copy a content from somewhere, it'll be available in the clipboard in multiple formats such as:
Here's an example from Clipboard Viewer on MacOS for a text that's copied from Google Docs: Note: I noticed that both Google Docs and Notion add Given that, I believe SuperEditor should be able to convert HTML into a |
Beta Was this translation helpful? Give feedback.
-
For reference, the Flutter blocking issue can be found here: flutter/flutter#23603 |
Beta Was this translation helpful? Give feedback.
-
Looks like the superlist team created a custom clipboard solution: https://github.com/superlistapp/super_native_extensions/tree/main/super_clipboard |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
SuperEditor
users should be able to copy structured content and images from a document, as well as paste structured content into a document.Research:
Use-Cases
TBD
Possible Blockers
The Flutter engine and framework APIs only support plain text.
Funding
TBD
Beta Was this translation helpful? Give feedback.
All reactions