ckeditor-full
4.25.0
dotnet add package ckeditor-full --version 4.25.0
NuGet\Install-Package ckeditor-full -Version 4.25.0
<PackageReference Include="ckeditor-full" Version="4.25.0" />
paket add ckeditor-full --version 4.25.0
#r "nuget: ckeditor-full, 4.25.0"
// Install ckeditor-full as a Cake Addin #addin nuget:?package=ckeditor-full&version=4.25.0 // Install ckeditor-full as a Cake Tool #tool nuget:?package=ckeditor-full&version=4.25.0
CKEditor 4 LTS - Smart WYSIWYG HTML editor
⚠️ CKEditor 4: End of Life and Extended Support Model until Dec 2026
CKEditor 4 was launched in 2012 and reached its End of Life (EOL) on June 30, 2023.
A special edition, CKEditor 4 LTS ("Long Term Support"), is available under commercial terms ("Extended Support Model") for anyone looking to extend the coverage of security updates and critical bug fixes.
With CKEditor 4 LTS, security updates and critical bug fixes are guaranteed until December 2026.
About this package
CKEditor 4 LTS
After June 30, 2023 the master
version of the LICENSE.md file changed to reflect the license of CKEditor 4 LTS available under the Extended Support Model.
All future versions of CKEditor 4 (4.23.0-lts and above) are released as CKEditor 4 LTS distributions and require a license key.
The CKEditor 4 Nuget packages are tagged as 4.23.* without the -lts
suffix, to keep it consistent with NPM versioning guidelines. Note that the version 4.23.0 and above are the LTS versions of the editor.
Getting CKEditor 4 (Open Source)
You may continue using CKEditor 4.22.* and below under the open source license terms. Please note, however, that the open source version no longer comes with any security updates, so your application will be at risk.
In order to install the open source version of CKEditor 4, use versions 4.22.1 and below. CKEditor 4.22.1 was the last version of CKEditor 4 available under the open source license terms.
Summary of options after the CKEditor 4 End of Life
Upgrading to CKEditor 5
CKEditor 5 is a great new editor with lots of exciting features.
Before upgrading, please be aware of the following changes:
- CKEditor 5 is a completely new editor. Upgrading is not as simple as replacing the folder with "ckeditor" - read more in the Migration from CKEditor 4 guide.
- CKEditor 5 is available only under the GPL copyleft license (or under a commercial license).
- Open source projects with a GPL-incompatible license may apply for a license under the Free for Open Source program.
Using an outdated, unsupported version
You may continue using CKEditor 4.22.* (or below). The license terms of the older CKEditor 4 versions have not changed. However, please note that by using software that is no longer maintained, you are introducing a security risk to your application.
Signing an "Extended Support Model" contract
If you are not ready to replace CKEditor 4 in your application yet, you may continue using CKEditor 4 until December 2026. CKEditor 4 LTS, available under the "Extended Support Model", will ship all important security updates and critical bug fixes, providing an interrupted editing experience for your end users. Please note that this version of CKEditor 4 is available only under a special agreement and requires a license key.
About CKEditor 4
A highly configurable WYSIWYG HTML editor with hundreds of features, from creating rich text content with captioned images, videos, tables, media embeds, emoji, or mentions to pasting from Word and Google Docs and drag&drop image upload.
It supports a broad range of browsers, including legacy ones.
Getting started
Using Nuget package
nuget install ckeditor4-standard
Instead of the standard preset, you can use any of the supported presets.
Use it on your website:
<div id="editor">
<p>This is the editor content.</p>
</div>
<script src="./ckeditor-standard.<version>/content/Scripts/ckeditor/ckeditor.js"></script>
<script>
CKEDITOR.replace( 'editor' );
</script>
You can also load CKEditor 4 using CDN.
CKEditor 4 LTS
If you acquired the Extended Support Model for CKEditor 4 LTS, please read the CKEditor 4 LTS key activation guide.
In order to activate CKEditor 4 LTS, add licenseKey
configure the editor with a valid license key:
<script>
CKEDITOR.replace( 'editor', {
licenseKey: 'your license key'
} );
</script>
Features
- Over 500 plugins in the Add-ons Repository.
- Pasting from Microsoft Word, Excel, and Google Docs.
- Drag&drop image uploads.
- Media embeds to insert videos, tweets, maps, or 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 70 localizations available with full RTL support.
Presets
The CKEditor 4 Nuget packages come in basic
, full
, standard
and standard-all
presets, so they differ on which of official CKEditor plugins are included in each other. You can check differences between presets in the official documentation.
Further Resources
- CKEditor 4 demo
- Documentation
- API documentation
- Configuration reference
- CKEditor SDK with more samples
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 / Edge | Firefox | Chrome | Chrome (Android) | Safari | iOS Safari | Opera |
---|---|---|---|---|---|---|
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.
License
Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
CKEditor 4.22.* and below
CKEditor 4 until version 4.22.* was licensed under the terms of any of the following licenses of your choice:
- GNU General Public License Version 2 or later.
- GNU Lesser General Public License Version 2.1 or later.
- Mozilla Public License Version 1.1 or later.
CKEditor 4.23.0-lts and above
CKEditor 4 LTS (starting from version 4.23.0-lts) is available under a commercial license only.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on ckeditor-full:
Package | Downloads |
---|---|
AutoGrow
With this plugin, CKEditor will automatically expand and shrink vertically depending on the amount and size of content entered in its editing area. The following configuration options are available: maximum and minimum editor height after adjustment to content, extra space to be added between content and editor bottom bar, having auto grow happen on editor startup Note: This plugin is designed to work only with the classic editor. |
|
N2CMS.LocalResources
Install this package to configure a local copy of common JavaScript and CSS resources. Without this package installed, N2 CMS uses CDNJS as the runtime source of these libraries. |
|
CMS.Web
Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.25.0 | 1,033 | 8/21/2024 |
4.24.0 | 2,255 | 2/7/2024 |
4.23.0 | 1,913 | 9/13/2023 |
4.22.1 | 11,729 | 6/30/2023 |
4.22.0 | 214 | 6/30/2023 |
4.21.0 | 5,841 | 3/22/2023 |
4.20.2 | 996 | 2/15/2023 |
4.20.1 | 9,749 | 11/30/2022 |
4.20.0 | 2,210 | 9/28/2022 |
4.19.1 | 3,190 | 7/20/2022 |
4.19.0 | 7,452 | 5/18/2022 |
4.18.0 | 6,168 | 3/16/2022 |
4.17.2 | 44,313 | 2/9/2022 |
4.17.1 | 7,424 | 11/17/2021 |
4.17.0 | 389 | 11/17/2021 |
4.16.2 | 17,211 | 8/12/2021 |
4.16.1 | 7,636 | 5/20/2021 |
4.16.0 | 10,642 | 1/27/2021 |
4.15.1 | 4,452 | 11/9/2020 |
4.15.0 | 8,997 | 9/7/2020 |
4.14.1 | 4,239 | 6/17/2020 |
4.14.0 | 34,493 | 3/4/2020 |
4.13.1 | 9,544 | 12/9/2019 |
4.13.0 | 5,045 | 9/26/2019 |
4.12.1 | 11,534 | 6/28/2019 |
4.12.0 | 2,847 | 6/27/2019 |
4.11.4 | 7,567 | 4/9/2019 |
4.11.3 | 2,452 | 2/26/2019 |
4.11.2 | 3,494 | 1/28/2019 |
4.11.1 | 1,262 | 1/10/2019 |
4.11.0 | 856 | 1/10/2019 |
4.10.1 | 930 | 1/10/2019 |
4.10.0 | 43,177 | 7/3/2018 |
4.9.2 | 6,930 | 4/18/2018 |
4.9.1 | 2,576 | 3/26/2018 |
4.9.0 | 2,148 | 3/15/2018 |
4.8.0 | 56,014 | 12/13/2017 |
4.7.3 | 31,635 | 9/13/2017 |
4.7.2 | 13,074 | 8/22/2017 |
4.7.1 | 1,161 | 8/22/2017 |
4.7.0 | 11,773 | 6/19/2017 |
4.6.2 | 53,341 | 1/31/2017 |
4.6.1 | 7,501 | 12/9/2016 |
4.6.0 | 7,767 | 11/18/2016 |
4.5.11 | 17,994 | 9/12/2016 |
4.5.10 | 16,873 | 7/17/2016 |
4.5.9 | 6,703 | 5/16/2016 |
4.5.8 | 16,350 | 3/31/2016 |
4.5.7 | 16,004 | 2/5/2016 |
4.5.6 | 18,445 | 12/10/2015 |
4.5.5 | 24,895 | 11/13/2015 |
4.5.4 | 4,447 | 10/6/2015 |
4.5.3 | 5,926 | 8/19/2015 |
4.5.2 | 2,307 | 8/4/2015 |
4.5.1 | 8,213 | 7/2/2015 |
4.5.0 | 1,387 | 7/2/2015 |
4.4.8 | 1,541 | 7/2/2015 |
4.4.7 | 34,690 | 1/27/2015 |
4.4.6 | 5,576 | 11/25/2014 |
4.4.5 | 6,984 | 10/6/2014 |
4.4.4 | 39,446 | 8/20/2014 |
4.4.3 | 4,140 | 7/16/2014 |
4.4.2 | 2,569 | 6/24/2014 |
4.4.1 | 2,724 | 5/26/2014 |
4.4.0 | 10,515 | 4/24/2014 |
4.3.5 | 1,410 | 4/24/2014 |
4.3.4 | 2,144 | 3/25/2014 |
4.3.3 | 32,975 | 2/27/2014 |
4.3.2 | 1,989 | 1/23/2014 |
4.2.3 | 1,406 | 1/23/2014 |
4.1.3 | 3,173 | 1/23/2014 |
4.0.3 | 1,452 | 1/23/2014 |
See https://github.com/ckeditor/ckeditor4-releases/blob/4.25.0-lts/CHANGES.md for a complete list of changes.