|
%!s(int64=2) %!d(string=hai) anos | |
---|---|---|
.. | ||
adapters | %!s(int64=2) %!d(string=hai) anos | |
assets | %!s(int64=2) %!d(string=hai) anos | |
lang | %!s(int64=2) %!d(string=hai) anos | |
plugins | %!s(int64=2) %!d(string=hai) anos | |
samples | %!s(int64=2) %!d(string=hai) anos | |
skins | %!s(int64=2) %!d(string=hai) anos | |
vendor | %!s(int64=2) %!d(string=hai) anos | |
CHANGES.md | %!s(int64=2) %!d(string=hai) anos | |
LICENSE.md | %!s(int64=2) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
SECURITY.md | %!s(int64=2) %!d(string=hai) anos | |
bender-runner.config.json | %!s(int64=2) %!d(string=hai) anos | |
bower.json | %!s(int64=2) %!d(string=hai) anos | |
ckeditor.js | %!s(int64=2) %!d(string=hai) anos | |
composer.json | %!s(int64=2) %!d(string=hai) anos | |
config.js | %!s(int64=2) %!d(string=hai) anos | |
contents.css | %!s(int64=2) %!d(string=hai) anos | |
package.json | %!s(int64=2) %!d(string=hai) anos | |
styles.js | %!s(int64=2) %!d(string=hai) anos |
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.
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.
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.
If you are looking for CKEditor 5, here's a link to the relevant npm package: https://www.npmjs.com/package/ckeditor5
![]() | IE / Edge![]() | Firefox
![]() | Chrome
---|
Find out more in the Browser Compatibility guide.
If you would like to help maintain the project, follow the Contribution instructions.
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license