|
преди 2 години | |
---|---|---|
.. | ||
adapters | преди 2 години | |
assets | преди 2 години | |
lang | преди 2 години | |
plugins | преди 2 години | |
samples | преди 2 години | |
skins | преди 2 години | |
vendor | преди 2 години | |
CHANGES.md | преди 2 години | |
LICENSE.md | преди 2 години | |
README.md | преди 2 години | |
SECURITY.md | преди 2 години | |
bender-runner.config.json | преди 2 години | |
bower.json | преди 2 години | |
ckeditor.js | преди 2 години | |
composer.json | преди 2 години | |
config.js | преди 2 години | |
contents.css | преди 2 години | |
package.json | преди 2 години | |
styles.js | преди 2 години |
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