ckeditor5-inspector
ckeditor5-inspector copied to clipboard
CKEditor 5 inspector.
Now, that CKEditor 5 37.x ships with TypeScript typings, it would be great to benefit from corresponding typings also for `CKEditorInspector`. ## Workaround ```typescript declare class CKEditorInspector { static attach(editorOrConfig:...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. See full diff in compare...
* Add handling for detached (removed) roots. * Currently there's no difference. * Set data dialog should allow to chose which root will receive data change.
The new Schema tab (#155) shows all schema entries registered in an editor, which significantly improves understanding of the model limitations. Thanks for adding it.  I believe we can...
I can see via this:  That it's updated synchronously. I don't see real issues with this yet (we'd have to edit really long content), but it seems more "correct"...

My command has a custom observable property `theme`  It would be great if these properties showed up in the commands panel. 
Inspecting the editor with a lot of contents (or simply a medium sized table) isn't super fun, you need to scroll a lot to find a place that you need....
Hey, WDYT about packaging this into a Chrome/Firefox web extension? IMHO this would be even better than having to integrate it manually in e.g. wordpress, Neos, Drupal, ..... See https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Extending_the_developer_tools...
## Provide a description of the task Yeah, I know, they are defined as dev-dependencies but we should update those after the release to be sure that everything works as...