Piotrek Koszuliński
Piotrek Koszuliński
OK, @jacekbogdanski helped me understand that this is more complex. I think I can see here 2 issues to address (and 3rd a bonus one): ### 1\. The empty paragraphs...
Hi! The closest to text-indent will be text-alignment feature: https://github.com/ckeditor/ckeditor5-alignment. If you'd like to try implementing it, that would be the best inspiration. Regarding how we'd approach implementing the "indentation"...
I gratefully accept the rebuke. The default builds of CKEditor 5 are focused on semantic content. Using indentation is not semantical – it's purely presentational. Also, you actually confused line...
Hi! Thanks for the idea.
I'm not adding it to iteration 18 as this is not crucial for MVP. But it's something to be added rather ASAP :D
Do you expect that people should be able to set the style themselves? Or should it be inherited from the following text? I think that some editors do the latter.
We needed this feature for the [main CKEditor 5 issue tracker](https://github.com/ckeditor/ckeditor5). We rely reactions to track the popularity of issues and implicitly ask for them. This helps keeping the issue...
I can see that in these official configs: - https://github.com/ckeditor/ckeditor-dev/blob/master/dev/builder/build-config.js - https://github.com/ckeditor/ckeditor-presets/blob/master/presets/full-build-config.js the `tests`, `package.json` and `bender*` files are ignored, so our configs are up to date. This issue can...
Predicted ETA for 1.0.0 alpha is **early Q2 2017**. The scope of 1.0.0 alpha is pretty well defined now and we just don't know how long some of these things...
I updated the first post to reflect the recent progress. * Image captioning, translation service, inline editor creator, basic accessibility, final project infrastructure review and editor presets were moved to...