Socket
Socket
Sign inDemoInstall

ckeditor4-dev

Package Overview
Dependencies
10
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ckeditor4-dev

The development version of CKEditor - JavaScript WYSIWYG web text editor.


Version published
Weekly downloads
45
increased by1025%
Maintainers
2
Install size
229 MB
Created
Weekly downloads
 

Readme

Source

CKEditor 4 (dev) Tweet

GitHub tag Dependencies Dev dependencies

Join newsletter Follow twitter

A highly configurable WYSIWYG HTML editor with hundreds of features, from creating rich text content with captioned images, videos, tables, or media embeds to pasting from Word and drag&drop image upload.

Supports a broad range of browsers, including legacy ones.

Note: This is a developer version. Use the CKEditor 4 optimized package for production environment.

CKEditor 4 screenshot

Getting Started

npm install --save ckeditor4-dev

Use it on your website:

<div id="editor">
    <p>This is the editor content.</p>
</div>
<script src="./node_modules/ckeditor4-dev/ckeditor.js"></script>
<script>
    CKEDITOR.replace( 'editor' );
</script>

You can also load CKEditor 4 using CDN.

Features

  • Over 500 plugins in the Add-ons Repository.
  • Pasting from Microsoft Word and Excel.
  • Drag&drop image uploads.
  • Media embeds to insert videos, tweets, maps, slideshows.
  • Powerful clipboard integration.
  • Content quality control with Advanced Content Filter.
  • Extensible widget system.
  • Custom table selection.
  • Accessibility conforming to WCAG and Section 508.
  • Over 60 localizations available with full RTL support.

Presets

The CKEditor 4 dev npm package comes in the full-all preset, so it includes all official CKEditor plugins, with those from the full package active by default.

Further Resources

If you are looking for CKEditor 5, here's a link to the relevant npm package: https://www.npmjs.com/package/ckeditor5

Browser Support

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Chrome
Chrome (Android)
Safari
Safari
iOS Safari
iOS Safari
Opera
Opera
IE8, IE9, IE10, IE11, Edgelatest versionlatest versionlatest versionlatest versionlatest versionlatest version

Find out more in the Browser Compatibility guide.

Contribute

If you would like to help maintain the project, follow the Contribution instructions.

License

Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.

For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license

Keywords

FAQs

Last updated on 26 Jan 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc