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

It should be possible to do: ``` grunt build grunt build --sdk-pack=true grunt build --sdk-version=online ``` And the results should be: ``` build/offline/ build/online/ build/ckeditor__sdk.zip ``` That's the process we...

Not sure if samples don't exist or the link is bad. The Samples link brings the user back to the same page. •Samples

CKFinder should not be a part of the downloadable package and samples that use it should not be included in the offline package. Tricky: what about links to these samples,...

We were always marking new samples with a tag, but in SDK, due to the structure of the menu it won't make sense, because most positions are not visible. Therefore,...

At the moment the `ckeditor` submodule tracks the [ckeditor-releases](https://github.com/ckeditor/ckeditor-releases) repository. This is fine for working with features that have already been released. We need a way to make it possible...

This one won't work: http://sdk.ckeditor.dev/samples/savetextarea.html.

The only reason I see for using `--sdk-version` and `--sdk-verbose` is that `--version` nad `--verbose` are reserved by the Grunt itself. I find these prefixes to be simply redundant and...

question

#126 came out from the lack of understanding what is the benefit of having full HTML pages as "source" files for SDK samples that are later built. This is because...

enhancement