ckeditor4-sdk
ckeditor4-sdk copied to clipboard
A set of software development tools for CKEditor 4 along with samples.
Keep samples source DRY ## Sample HTML We should not require developers to put whole HTML content in the file. We should limit it only to the sample content itself....
When we finally replace the existing samples available in each CKEditor distribution with the online and downloadable SDK, we will also need to create SDK versions for particular CKEditor releases...
To be released with CKEditor 4.5 (beta), added in [ticket 10925](https://dev.ckeditor.com/ticket/10925).
E.g. add some box-shadow or outline. Otherwise it's sometimes hardly visible which element is focused. PS. CKEditor gets some special class when it's focused. See the current tabindex sample i...
Now I see additional paddings, background colors, etc. These differs between the samples. The styling should be unified so user learns "what's that box". Also, it should be pretty unique...
To investigate: 1. Build SDK with `grunt build` 2. Launch http://127.0.0.1/ckeditor-sdk/dev/ckeditor_sdk/samples/styles.html 3. Get Sample Source Code -> Stylesheet Parser plugin -> Download Launch the downloaded sample locally, see that the...
Now we just have the Select Code button, but users may expect the code to be copied directly to clipboard when selected.
Based on CKEditor codestyle checker.
After #105 is done, we should programatically remove the `samples` folder that is available in these repositories in order to avoid confusion.