Skip to content

Commit

Permalink
Update of copy/paste support list (#15149)
Browse files Browse the repository at this point in the history
* Update of copy/paste support list

* Update packages/blocks/src/api/raw-handling/readme.md

Co-Authored-By: samy <contact@lahaut.info>

* Update readme
  • Loading branch information
ellatrix authored Apr 24, 2019
1 parent 53b012a commit bed2163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/blocks/src/api/raw-handling/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ This folder contains all paste specific logic (filters, converters, normalisers.


1. Apple Pages does not pass heading and image information.
2. MS Word only provides a local file path, which cannot be accessed in JavaScript for security reasons.
2. MS Word only provides a local file path, which cannot be accessed in JavaScript for security reasons. Image placeholders will be provided instead. Single images, however, _can_ be copied and pasted without any problem.
3. Still to do for MS Word Online.
4. Evernote does not have headings.
5. For caption and gallery shortcodes, see #2874.

## Other notable capabilities

* Filters out analytics trackers in the form of images.
* Direct image data pasting coming soon.
* Pasting a single images (if the browser provides image data).

0 comments on commit bed2163

Please sign in to comment.