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

CKEditor 4 presets builder.

Results 3 ckeditor4-presets issues
Sort by recently updated
recently updated
newest added

Extracted from https://github.com/ckeditor/ckeditor4-presets/pull/56#pullrequestreview-566288768. ### tl;dr: If you build `demo` preset (only available on the `demo` branch), which is used on our webpage, and try to open sample, you get an...

status:confirmed
type:bug
size:S

Followup to https://github.com/ckeditor/ckeditor4-presets/issues/43 Let's check out if we could do the same with mathjax, so the whole building process is nicely optimized. See also https://github.com/ckeditor/ckeditor4-presets/pull/45

status:confirmed
size:S
type:task

For example [`plugins/language/lang/en.js`](https://github.com/ckeditor/ckeditor-releases/blob/944d690c3d79c21efe3fce42b2ca231b08c4c909/plugins/language/lang/en.js) has the header while [`plugins/mathjax/lang/en.js`](https://github.com/ckeditor/ckeditor-releases/blob/944d690c3d79c21efe3fce42b2ca231b08c4c909/plugins/mathjax/lang/en.js) doesn't. It seems one line files don't get minified (so they are just copied from source) while longer files gets minified which...

status:confirmed
size:M
type:feature