|
|
3 年之前 | |
|---|---|---|
| .. | ||
| adapters | 3 年之前 | |
| assets | 3 年之前 | |
| lang | 3 年之前 | |
| plugins | 3 年之前 | |
| samples | 3 年之前 | |
| skins | 3 年之前 | |
| vendor | 3 年之前 | |
| CHANGES.md | 3 年之前 | |
| LICENSE.md | 3 年之前 | |
| README.md | 3 年之前 | |
| SECURITY.md | 3 年之前 | |
| bender-runner.config.json | 3 年之前 | |
| bower.json | 3 年之前 | |
| ckeditor.js | 3 年之前 | |
| composer.json | 3 年之前 | |
| config.js | 3 年之前 | |
| contents.css | 3 年之前 | |
| package.json | 3 年之前 | |
| styles.js | 3 年之前 | |
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