Piotrek Koszuliński

Results 316 comments of Piotrek Koszuliński

We'd need to dive deep into this topic to know whether this is doable and how much work it requires. I think we can confirm this as a feature request...

@artshevtsov could you write a bit more? I don't see how it's related. But I googled some things and found https://www.reddit.com/r/reactnative/comments/8xdqgz/best_option_for_a_maybe_rich_text_editor/ and https://github.com/imnapo/react-native-cn-richtext-editor. From https://github.com/wix/react-native-zss-rich-text-editor/blob/2cad3349dbac79713065eed33a211e67dab2f680/src/RichTextEditor.js#L292-L310, I can see that you...

I may be wrong here, but one of the issues with running tests that I had in the past was that if there are multiple input JS files, and each...

Some more context on why `style.x` works and `setAttribute( 'style', 'x' )` does not: https://stackoverflow.com/questions/44608927/how-to-let-script-to-use-setattribute-style-without-breaking-csp

Did you test a solution with those separators shorter only by 2px (1px top, 1px bottom)? How much shorter are there in this PR? Because my initial feeling is "quite...

This can also be turned into a feature request: Adding support for block-level links. In the example above, that's how a link was used. But there's also a second thing...

My wild guess is that react-sortablejs gets in a way of some of our selection listeners. You can try to add [CKEditor 5 inspector](https://ckeditor.com/docs/ckeditor5/latest/framework/development-tools.html#ckeditor-5-inspector) to your page and check where's...

Did you see [https://ckeditor.com/docs/ckeditor5/latest/installation/advanced/content-styles.html?](https://ckeditor.com/docs/ckeditor5/latest/installation/advanced/content-styles.html?) I believe it will guide you how to display the content.