All Projects → ckeditor → Ckeditor4 Releases

ckeditor / Ckeditor4 Releases

Licence: other
Official distribution releases of CKEditor 4.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Ckeditor4 Releases

Ckeditor5
Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.
Stars: ✭ 5,406 (+957.93%)
Mutual labels:  wysiwyg, wysiwyg-editor, ckeditor
Text
📑 Collaborative document editing using Markdown
Stars: ✭ 282 (-44.81%)
Mutual labels:  wysiwyg, wysiwyg-editor
Slate Plugins
🔌 Next-gen slate plugins
Stars: ✭ 399 (-21.92%)
Mutual labels:  wysiwyg, wysiwyg-editor
Wysiwyg Editor
The next generation Javascript WYSIWYG HTML Editor.
Stars: ✭ 4,756 (+830.72%)
Mutual labels:  wysiwyg, wysiwyg-editor
rtexteditorview
A simple WYSIWYG editor for Android
Stars: ✭ 51 (-90.02%)
Mutual labels:  wysiwyg, wysiwyg-editor
Graphviz Visual Editor
A web application for interactive visual editing of Graphviz graphs described in the DOT language.
Stars: ✭ 261 (-48.92%)
Mutual labels:  wysiwyg, wysiwyg-editor
Awesome Web Editor
🔨 Open source WEB editor summary
Stars: ✭ 306 (-40.12%)
Mutual labels:  wysiwyg, wysiwyg-editor
wysiwyg-editor-dotnet-sdk
.NET SDK to ease the integration of Froala WYSIWYG Editor on server side.
Stars: ✭ 23 (-95.5%)
Mutual labels:  wysiwyg, wysiwyg-editor
Re Editor
一个开箱即用的React富文本编辑器 🚀re-editor
Stars: ✭ 367 (-28.18%)
Mutual labels:  wysiwyg, wysiwyg-editor
Tiptap Vuetify
Vuetify editor. Component simplifies integration tiptap editor with vuetify.
Stars: ✭ 498 (-2.54%)
Mutual labels:  wysiwyg, wysiwyg-editor
typester
✒️ A WYSIWYG that gives you predictable and clean HTML
Stars: ✭ 29 (-94.32%)
Mutual labels:  wysiwyg, wysiwyg-editor
Angular Editor
A simple native WYSIWYG editor component for Angular 6 -10+
Stars: ✭ 428 (-16.24%)
Mutual labels:  wysiwyg, wysiwyg-editor
jce
JCE - A Content Editor for Joomla
Stars: ✭ 29 (-94.32%)
Mutual labels:  wysiwyg, wysiwyg-editor
Vue Wysiwyg
A lightweight WYSIWYG HTML editor for Vue.js
Stars: ✭ 471 (-7.83%)
Mutual labels:  wysiwyg, wysiwyg-editor
textbus
Textbus 是一个组件化的、数据驱动的富文本框架,支持在线协同编辑,同时也可以作为一个开箱即用的富文本编辑器,拥有非常好的扩展性和可定制性,是构建复杂富文本的不二之选!
Stars: ✭ 642 (+25.64%)
Mutual labels:  wysiwyg, wysiwyg-editor
Trix
A rich text editor for everyday writing
Stars: ✭ 16,546 (+3137.96%)
Mutual labels:  wysiwyg, wysiwyg-editor
html-integrations
The official JavaScript library for MathType, the leading formula editor and equation writer for the web by Wiris
Stars: ✭ 36 (-92.95%)
Mutual labels:  wysiwyg, ckeditor
fluence
WYSIWYG wiki powered by Crystal, markdown, and Git
Stars: ✭ 44 (-91.39%)
Mutual labels:  wysiwyg, wysiwyg-editor
Trumbowyg
A lightweight and amazing WYSIWYG JavaScript editor under 10kB
Stars: ✭ 3,664 (+617.03%)
Mutual labels:  wysiwyg, wysiwyg-editor
Sceditor
A lightweight HTML and BBCode WYSIWYG editor
Stars: ✭ 503 (-1.57%)
Mutual labels:  wysiwyg, wysiwyg-editor

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 and latest – the latest release of the standard-all preset (including betas).
  • stable – the latest stable release of the standard-all preset (non-beta).
  • A.B.x (e.g. 4.3.x) – the latest release of the standard-all preset in the A.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 the A.B branch.

Tags

Since version 4.3.3 this repository uses the following tag naming rules:

  • x.y.z – contains the standard-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 the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].