ckeditor4-sdk
ckeditor4-sdk copied to clipboard
A set of software development tools for CKEditor 4 along with samples.
If you add an element like `` to the `head` element, it will be moved to the `body` in code listings anyway. Instead it should remain in `head` elem. This...
If you add an element like `` to the sample, it will get an unnecesary whitespaces when getting the code listing. I'd expect it simply to preserve original whitespace. This...
On current master (e2e3415296cd38742c4420b905b9fc6d4a350447), using the [build method recommended by Marek](https://gist.github.com/mlewand/50d22703cb4f71712df2), CKEditor no longer builds for me. ``` vagrant@precise32:~$ ls /dev/ckeditor-sdk bender.js gruntfile.js package.json template vm dev LICENSE.md README.md tests...
Currently we have some configuration, and a short [instruction on how to create a build](https://gist.github.com/mlewand/50d22703cb4f71712df2). VM image has not been published, and is nowhere to be found. It will fix...
Let's create a meaningful SDK sample that would show how useful the Balloon Panel plugin can be without Accessibility Checker. Features we'd like to highlight: - Setting custom content in...
See http://sdk.ckeditor.com. In the menu you have the option "Download SDK". Currently it links to `http://sdk.ckeditor.com/ckeditor_4.5.3_sdk.zip`. Currently the builder generates `ckeditor-sdk-offline.zip` and the link in the online build contains exactly...
This question is recurring: > 1) Copy of different font types (may not be identical fonts) > 2) Copy of different font sizes (may not be identical sizes) > 3)...
After the recent changes, I am unable to build the SDK on my local Windows machine. Environment: - Windows 8.1 - git version 2.5.1.windows.1 - Node v0.12.7 - ruby 2.2.2p95...
Fixed #165 and #166 in one pull request since they are related.
This is an attempt to introduce some consistency in the code style of this project. 3rd party files (libraries, CKEditor plugins) that are in the repo were put on the...