Aleksander Nowodzinski
Aleksander Nowodzinski
Yeah, you're probably right because this is something we ignored to speed up development. It could be a tough one to debug (React). OTOH it's not that critical because you...
If you don't expose it as `Window.editor`, it won't load automatically.
BTW, wouldn't this be enough https://github.com/ckeditor/ckeditor5-inspector/issues/42?
Hi, @rshipp! Thank for your suggestions. That would definitely help a lot of people figure out some operation mess in their projects. I can't give you an ETA because there...
Hi, @skurfuerst! Yes, we considered implementing native browser extension and, certainly, this approach has its advantages. But the list of drawbacks is, unfortunately, way longer: * Current approach is really...
Yeah, I get this would be a great feature. On the flip side: * this is a massive task in the context of the project * it requires changes in...
On the down side, if the inspector was async, you wouldn't be able to stop the editor with `debugger` and take a look at the inspector UI. It should be...
Hm, can't you check this by simply looking at the toolbar? OTOH there are toolbar–less editors and this feature could make sense then.
That makes more sense. What other editor props could be listed next to `readOnly`? If there are none, there's no need for a tab with a list, some other indicator...
Editor or root? I think both could be useful.