Global Cube a16e27ced8 init 2 years ago
..
adapters a16e27ced8 init 2 years ago
assets a16e27ced8 init 2 years ago
lang a16e27ced8 init 2 years ago
plugins a16e27ced8 init 2 years ago
samples a16e27ced8 init 2 years ago
skins a16e27ced8 init 2 years ago
vendor a16e27ced8 init 2 years ago
CHANGES.md a16e27ced8 init 2 years ago
LICENSE.md a16e27ced8 init 2 years ago
README.md a16e27ced8 init 2 years ago
SECURITY.md a16e27ced8 init 2 years ago
bender-runner.config.json a16e27ced8 init 2 years ago
bower.json a16e27ced8 init 2 years ago
ckeditor.js a16e27ced8 init 2 years ago
composer.json a16e27ced8 init 2 years ago
config.js a16e27ced8 init 2 years ago
contents.css a16e27ced8 init 2 years ago
package.json a16e27ced8 init 2 years ago
styles.js a16e27ced8 init 2 years ago

README.md

CKEditor 4 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.

CKEditor 4 screenshot

Getting Started

npm install --save ckeditor4

Use it on your website:

<div id="editor">
    <p>This is the editor content.</p>
</div>
<script src="./node_modules/ckeditor4/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 npm package comes in the standard-all preset, so it includes all official CKEditor plugins, with those from the standard 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 / EdgeFirefoxChrome
IE / Edge
Firefox
Chrome
ChromeChrome (Android) SafariSafari iOS SafariiOS Safari OperaOpera IE8, IE9, IE10, IE11, Edge latest version latest version latest version latest version latest version latest 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-2018, CKSource - Frederico Knabben. All rights reserved.

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