ckeditor4-sdk icon indicating copy to clipboard operation
ckeditor4-sdk copied to clipboard

A set of software development tools for CKEditor 4 along with samples.

Results 69 ckeditor4-sdk issues
Sort by recently updated
recently updated
newest added

The abbr, simplebox and timestamp plugins from here: https://github.com/ckeditor/ckeditor-sdk/tree/master/samples/assets/plugins should be loaded as submodules from: https://github.com/ckeditor/ckeditor-docs-samples The following should be replaced: - [abbr](https://github.com/ckeditor/ckeditor-sdk/tree/master/samples/assets/plugins/abbr) is [tutorial-abbr-acf](https://github.com/ckeditor/ckeditor-docs-samples/tree/master/tutorial-abbr-acf/abbr) - [simplebox](https://github.com/ckeditor/ckeditor-sdk/tree/master/samples/assets/plugins/simplebox) is [tutorial-simplebox-2](https://github.com/ckeditor/ckeditor-docs-samples/tree/master/tutorial-simplebox-2/simplebox) -...

Imho there are two problems with the sample - the control elements are too far from the editor - key names are repeated too many times (minor issue) ![image](https://cloud.githubusercontent.com/assets/545175/4698651/2630e6d4-5837-11e4-9353-6017692a133a.png) Anyone...

enhancement

I don't have JSDuck installed and I guess that building must have failed but I got: ``` Reading sample directory /www/ckeditor-sdk/samples Validating links in samples and index Parsing categories. Copying...

Google search? Integrate some full text search library?

enhancement

E.g.: - tabindex.html - api.html - enterkey.html - savetextarea.html - readonly.html and codesnippet.html (not sure about these) On the other hand I'm a little bit worried about inconsistency which will...

During the build process we could merge all the small JS files in the assets folder (4-5 JavaScript files at this moment) so that everything loaded a bit faster.

enhancement

Let's avoid latin. If you want at least one reason, then see what happens when you enable SCAYT. Another reason - see what happens when you try to edit this...

enhancement

Right now we keep a hardcoded reference to `ckeditor.js` loaded from CDN in `simplesample.js`. It makes using the current version of CKEditor in generated builds a bit hard. One of...

enhancement