Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
ckeditor-dev
Advanced tools
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.
There is no special installation procedure to install the development code. Simply clone it to any local directory and you are set.
This repository contains the following branches:
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.
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.
The development code contains the following main elements:
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.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.
Read more on how to set up the environment and execute tests in the CKEditor Testing Environment guide.
Please use the CKEditor GitHub issue page to report bugs and feature requests.
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
CKEditor 4.7.3
New Features:
CKEDITOR.filter.disallowedContent
property.Fixed Issues:
change
event not fired when typing the first character after pasting into the editor. Thanks to Daniel Miller!border
shorthand property with zero width (border: 0px solid #000;
) causes the table to have the border attribute set to 1.CKEDITOR.config.enterMode
is set to CKEDITOR.ENTER_BR
.Other Changes:
CKEDITOR.dom.selection.isCollapsed()
method which is a simpler way to check if the selection is collapsed.CKEDITOR.dialogCommand
.FAQs
The development version of CKEditor - JavaScript WYSIWYG web text editor.
The npm package ckeditor-dev receives a total of 151 weekly downloads. As such, ckeditor-dev popularity was classified as not popular.
We found that ckeditor-dev demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.