ckeditor4-sdk
ckeditor4-sdk copied to clipboard
A set of software development tools for CKEditor 4 along with samples.
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...
http://sdk.ckeditor.com/samples/toolbar.html
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...
#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...