4.12.1 • Published 5 years ago

ckeditor v4.12.1

Weekly downloads
42,939
License
(GPL-2.0 OR LGPL-...
Repository
github
Last release
5 years ago

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 ckeditor

Use it on your website:

<div id="editor">
    <p>This is the editor content.</p>
</div>
<script src="./node_modules/ckeditor/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 / EdgeFirefoxChromeChrome (Android)SafariiOS SafariOpera
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-2018, CKSource - Frederico Knabben. All rights reserved.

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

4.12.1

5 years ago

4.12.0

5 years ago

4.11.4

5 years ago

4.11.3

5 years ago

4.11.2

5 years ago

4.11.1

5 years ago

4.11.0

5 years ago

4.10.1

6 years ago

4.10.0

6 years ago

4.9.2

6 years ago

4.9.1

6 years ago

4.9.0

6 years ago

4.8.0

6 years ago

4.7.3

7 years ago

4.7.2

7 years ago

4.7.1

7 years ago

4.7.0

7 years ago

4.6.2

7 years ago

4.6.1

7 years ago

4.6.0

7 years ago

4.5.11

8 years ago

4.5.10

8 years ago

4.5.9

8 years ago

4.5.8

8 years ago

4.5.7

8 years ago

4.5.6

8 years ago