Snapshot mirror of gitlab.com/TheGrandLibrary/akkadius/ckeditor-dev (TheGrandLibrary, Sept 2025)
Find a file
Marek Lewandowski 3355d766dc Merge pull request #293 from ckeditor/fredck-patch-1
Docs: typo in Template plugin docs.
2016-09-21 15:29:40 +02:00
adapters Hello 2016. 2016-01-18 14:00:26 +01:00
core Fixed not loading editor in IE9 Quirks Mode. 2016-09-07 11:15:57 +02:00
dev Fix meta for FFF color 2016-08-16 09:03:11 +02:00
lang Updated language files. 2016-08-31 11:12:06 +02:00
plugins Update plugin.js 2016-09-21 15:19:34 +02:00
samples Removed window.opener reference for links in old datafiltering sample. 2016-09-07 14:18:48 +02:00
skins CSS : somme comma missplace 2016-04-05 13:25:47 +02:00
tests Tests: ignored reported issue for IE8. 2016-09-07 10:38:31 +02:00
.editorconfig Initialized .editorconfig. 2014-08-18 11:38:03 +02:00
.gitattributes Initialized .gitattributes 2014-08-14 14:04:41 +02:00
.gitignore Changed _assets/truncated-mathjax/ to _assets/mathjax/ in the .gitignore. 2015-04-09 11:55:14 +02:00
.jscsrc Merge remote-tracking branch 'boilerplate/master' 2015-09-02 12:38:00 +02:00
.jshintrc Merge remote-tracking branch 'boilerplate/master' 2015-09-02 12:38:00 +02:00
.mailmap Reordered mailmap alphabetically. 2014-04-17 13:08:30 +02:00
bender.js Enable coverage for BenderJS. 2015-09-29 13:49:23 +02:00
CHANGES.md Updated Changelog. 2016-09-07 14:35:32 +02:00
ckeditor.js Hello 2016. 2016-01-18 14:00:26 +01:00
config.js Hello 2016. 2016-01-18 14:00:26 +01:00
contents.css Comment reworded. 2016-03-29 11:59:41 +02:00
gruntfile.js Moved all CodeMirror files out of js/ dir. 2015-02-20 14:21:59 +01:00
LICENSE.md Hello 2016. 2016-01-18 14:00:26 +01:00
package.json Started 4.4.11 development. 2016-07-13 17:09:53 +02:00
README.md Hello 2016. 2016-01-18 14:00:26 +01:00
styles.js Hello 2016. 2016-01-18 14:00:26 +01:00

CKEditor 4 - The best browser-based WYSIWYG editor

devDependency Status

This repository contains the development version of CKEditor.

Attention: The code in this repository should be used locally and for development purposes only. We do not recommend using it in production environment because the user experience will be very limited. For that purpose, you should either build the editor (see below) or use an official release available on the CKEditor website.

Code Installation

There is no special installation procedure to install the development code. Simply clone it to any local directory and you are set.

Available Branches

This repository contains the following branches:

  • master Development of the upcoming minor release.
  • major Development of the upcoming major release.
  • stable Latest stable release tag point (non-beta).
  • latest Latest release tag point (including betas).
  • release/A.B.x (e.g. 4.0.x, 4.1.x) Release freeze, tests and tagging. Hotfixing.

Note that both master and major are under heavy development. Their code did not pass the release testing phase, though, so it may be unstable.

Additionally, all releases have their respective tags in the following form: 4.4.0, 4.4.1, etc.

Samples

The samples/ folder contains some examples that can be used to test your installation. Visit CKEditor SDK for plenty of samples showcasing numerous editor features, with source code readily available to view, copy and use in your own solution.

Code Structure

The development code contains the following main elements:

  • Main coding folders:
    • core/ The core API of CKEditor. Alone, it does nothing, but it provides the entire JavaScript API that makes the magic happen.
    • plugins/ Contains most of the plugins maintained by the CKEditor core team.
    • skin/ Contains the official default skin of CKEditor.
    • dev/ Contains some developer tools.
    • tests/ Contains the CKEditor tests suite.

Building a Release

A release-optimized version of the development code can be easily created locally. The dev/builder/build.sh script can be used for that purpose:

> ./dev/builder/build.sh

A "release ready" working copy of your development code will be built in the new dev/builder/release/ folder. An Internet connection is necessary to run the builder, for its first time at least.

Testing Environment

Read more on how to set up the environment and execute tests in the CKEditor Testing Environment guide.

Reporting Issues

Please use the CKEditor Developer Center to report bugs and feature requests.

License

Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.

For licensing, see LICENSE.md or http://ckeditor.com/license