Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-paste-from-office

Package Overview
Dependencies
1
Maintainers
1
Versions
498
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-paste-from-office


Version published
Maintainers
1
Created

Package description

What is @ckeditor/ckeditor5-paste-from-office?

@ckeditor/ckeditor5-paste-from-office is a plugin for CKEditor 5 that allows users to paste content from Microsoft Word and Google Docs while preserving the formatting and structure of the original document. This includes handling complex elements like tables, lists, and text styles.

What are @ckeditor/ckeditor5-paste-from-office's main functionalities?

Preserve Text Formatting

This feature allows users to paste text from Word or Google Docs into the CKEditor while preserving the original formatting such as bold, italic, and other text styles.

ClassicEditor.create(document.querySelector('#editor'), { plugins: [ PasteFromOffice, ... ], toolbar: [ 'bold', 'italic', 'undo', 'redo' ] })

Preserve Lists

This feature ensures that ordered and unordered lists are preserved when pasted from Word or Google Docs into the CKEditor.

ClassicEditor.create(document.querySelector('#editor'), { plugins: [ PasteFromOffice, List, ... ], toolbar: [ 'numberedList', 'bulletedList', 'undo', 'redo' ] })

Preserve Tables

This feature allows users to paste tables from Word or Google Docs into the CKEditor while maintaining the table structure and formatting.

ClassicEditor.create(document.querySelector('#editor'), { plugins: [ PasteFromOffice, Table, TableToolbar, ... ], toolbar: [ 'insertTable', 'tableColumn', 'tableRow', 'mergeTableCells', 'undo', 'redo' ] })

Other packages similar to @ckeditor/ckeditor5-paste-from-office

Readme

Source

CKEditor 5 paste from Office feature

npm version Coverage Status Build Status Dependency Status

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

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

Demo

Check out the demos for the paste from office and paste from Google Docs features.

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.

Keywords

FAQs

Last updated on 07 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc