Description
This repository contains the official release versions of CKEditor.
There are four versions for each release — standard-all, basic, standard, and full.
They differ in the number of plugins that are compiled into the main ckeditor.js file as well as the toolbar configuration.
See the comparison of the basic, standard, and full installation presets for more details.
The standard-all build includes all official CKSource plugins with only those from the standard installation preset compiled into the ckeditor.js file and enabled in the configuration.
All versions available in this repository were built using CKBuilder, so they are optimized and ready to be used in a production environment.
ckeditor-releases alternatives and similar libraries
Based on the "Editors" category.
Alternatively, view ckeditor-releases alternatives based on common mentions on social networks and blogs.
-
quill
Quill is a modern WYSIWYG editor built for compatibility and extensibility. -
slate
A completely customizable framework for building rich text editors. (Currently in beta.) -
Quasar Framework
Quasar Framework - Build high-performance VueJS user interfaces in record time -
TOAST UI Editor
🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible. -
medium-editor
Medium.com WYSIWYG editor clone. Uses contenteditable API to implement a rich text solution. -
TinyMCE
The world's #1 JavaScript library for rich text editing. Available for React, Vue and Angular -
jsoneditor
A web-based tool to view, edit, format, and validate JSON -
CKEditor 5
Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing. -
SimpleMDE
A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking. -
bootstrap-wysiwyg
Tiny bootstrap-compatible WYSIWYG rich text editor. -
wysihtml5
Open source rich text editor based on HTML5 and the progressive-enhancement approach. Uses a sophisticated security concept and aims to generate fully valid HTML5 markup by preventing unmaintainable tag soups and inline styles. -
bootstrap-wysihtml5
Simple, beautiful wysiwyg editor -
Froala Editor
The next generation Javascript WYSIWYG HTML Editor. -
Trumbowyg
A lightweight and amazing WYSIWYG JavaScript editor under 10kB -
EpicEditor
EpicEditor is an embeddable JavaScript Markdown editor with split fullscreen editing, live previewing, automatic draft saving, offline support, and more. For developers, it offers a robust API, can be easily themed, and allows you to swap out the bundled Markdown parser with anything you throw at it. -
ContentTools
A JS library for building WYSIWYG editors for HTML content. -
jquery-notebook
A modern, simple and elegant WYSIWYG rich text editor. -
Mobiledoc Kit
A toolkit for building WYSIWYG editors with Mobiledoc -
React PDF viewer
A React component to view a PDF document -
raptor-editor
Raptor, an HTML5 WYSIWYG content editor! -
Monod
:notebook: Our cool, secure, and offline-first Markdown editor. -
Materio Free Vuetify VueJS Admin Template
Production Ready, Carefully Crafted, Extensive Vuetifty Free Admin Template 🤩 -
Bangle.dev
Collection of higher level rich text editing tools. It powers the local only note taking app https://bangle.io -
esprima
ECMAScript parsing infrastructure for multipurpose analysis -
URL Parser
Super fast spec-compliant URL state machine for Node.js -
walker.js
Simple & lightweight tracking implementation layer based on attributes -
ppo
ppo is a super small and useful utils library for JavaScript 🐝🐜 -
Zepcode
⚗️ Zeplin extension that generates Swift snippets from colors, fonts, and layers -
#<Sawyer::Resource:0x00007fbac98da410>
Basic operations on iterables -
React Chat UI
Build your own chat UI with React components in a few minutes. Chat UI Kit from minchat.io is an open source UI toolkit for developing web chat applications. -
convert-plain-text-into-links
An npm module which replaces any plain text link within string with achor tag -
react-component-widget
Component for resizing and repositioning charts, parsing transferred data when working with Recharts library.
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of ckeditor-releases or a related project?
README
CKEditor 4 - Releases
Releases Code
This repository contains the official release versions of CKEditor 4.
There are four versions for each release — standard-all
, basic
, standard
, and full
.
They differ in the number of plugins that are compiled into the main ckeditor.js
file as well as the toolbar configuration.
See the comparison of the basic
, standard
, and full
installation presets for more details.
The standard-all
build includes all official CKSource plugins with only those from the standard
installation preset compiled into the ckeditor.js
file and enabled in the configuration.
All versions available in this repository were built using CKBuilder, so they are optimized and ready to be used in a production environment.
Documentation
Developer documentation for CKEditor is available online at: https://ckeditor.com/docs/.
Installation
Git clone
To install one of the available releases, just clone this repository and switch to the respective branch (see next section):
git clone -b <release branch> git://github.com/ckeditor/ckeditor4-releases.git
Git submodule
If you are using git for your project and you want to integrate CKEditor, we recommend to add this repository as a submodule.
git submodule add -b <release branch> git://github.com/ckeditor/ckeditor-releases.git <clone dir>
git commit -m "Added CKEditor submodule in <clone dir> directory."
Using Package Managers
See the Installing CKEditor with Package Managers article for more details about installing CKEditor with Bower, Composer and npm.
Repository Structure
Branches
This repository contains the following branches:
master
andlatest
– the latest release of thestandard-all
preset (including betas).stable
– the latest stable release of thestandard-all
preset (non-beta).A.B.x
(e.g.4.3.x
) – the latest release of thestandard-all
preset in theA.B
branch.(basic|standard|full)/stable
– the latest stable release tag point (non-beta).(basic|standard|full)/latest
– the latest release tag point (including betas).(basic|standard|full)/A.B.x
(e.g.basic/4.0.x
) – the latest releases in theA.B
branch.
Tags
Since version 4.3.3 this repository uses the following tag naming rules:
x.y.z
– contains thestandard-all
editor build, e.g.4.3.3
,4.4.0
etc.(basic|standard|full)/x.y.z
– contains the editor build with a given preset, e.g.basic/4.3.3
.
The version numbers follow the Semantic Versioning 2.0.0 scheme.
Up to version 4.3.2 the tags were released in the following form x.y[.z]/(basic|standard|full)
.
For example: 4.0/basic
, 4.0.1/standard
. This convention was changed in CKEditor 4.3.3 to conform to the Semantic Versioning scheme.
Checking Your Installation
The editor comes with a sample page that can be used to verify if the installation succeeded. Take a look at the samples
directory.
To test your installation, just call the following page for your website:
http://<your site>/<CKEditor installation path>/samples/index.html
For example:
http://www.example.com/ckeditor/samples/index.html
License
Licensed under the GPL, LGPL, and MPL licenses, at your choice.
Please check the LICENSE.md
file for more information about the license.
*Note that all licence references and agreements mentioned in the ckeditor-releases README section above
are relevant to that project's source code only.