Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@ck5/ckeditor5-paste-from-office

ckeditor10GPL-2.0-or-later1.0.0

Paste from Office feature for CKEditor 5.

ckeditor, ckeditor5, ckeditor 5, ckeditor5-feature, ckeditor5-plugin

readme

CKEditor 5 paste from Office feature

npm version Build Status Coverage Status
Dependency Status devDependency Status

This package implements the Paste from Office feature for CKEditor 5.

Paste from Office allows copying content from Microsoft Word without loosing any formatting.

Documentation

See the @ckeditor/ckeditor5-paste-from-office package page in CKEditor 5 documentation.

License

Licensed under the terms of GNU General Public License Version 2 or later. For full details about the license, please check the LICENSE.md file or https://ckeditor.com/legal/ckeditor-oss-license.

changelog

Changelog

15.0.0 (2019-10-23)

Other changes

11.1.0 (2019-08-26)

Features

  • Prevent of bolding entire content pasted from Google Docs. Closes #61. (8102de3)
  • Provide support for pasting lists from Google Docs. Closes #69. (6ad2a62)

Other changes

11.0.4 (2019-07-10)

Internal changes only (updated dependencies, documentation, etc.).

11.0.3 (2019-07-04)

Internal changes only (updated dependencies, documentation, etc.).

11.0.2 (2019-06-05)

Other changes

  • Loosen a dependency of a clipboard plugin in the paste from Office plugin so that it can be overridden. Closes #56. (561f22b)

11.0.1 (2019-04-10)

Internal changes only (updated dependencies, documentation, etc.).

11.0.0 (2019-02-28)

Bug fixes

  • Ensured correct lists ordering for separate list items with the same mso-list id. Closes #43. (4ebc363)
  • Handle "spacerun spans" with mixed whitespaces. Closes #49. Closes #50. (7fb132f)

    Huge thanks to Matt Kobs for this contribution!

BREAKING CHANGES

10.0.0 (2018-12-05)

Initial implementation of the Paste from Office feature.