Procházet zdrojové kódy

Merge branch 'master' into t/ckeditor5/1457

Aleksander Nowodzinski před 6 roky
rodič
revize
7e98147a55

+ 4 - 0
packages/ckeditor5-highlight/docs/features/highlight.md

@@ -226,6 +226,10 @@ The {@link module:highlight/highlight~Highlight} plugin registers:
 	editor.execute( 'highlight' );
 	```
 
+<info-box>
+	We recommend using the official {@link framework/guides/development-tools#ckeditor-5-inspector CKEditor 5 inspector} for development and debugging. It will give you tons of useful information about the state of the editor such as internal data structures, selection, commands, and many more.
+</info-box>
+
 ## Contribute
 
 The source code of the feature is available on GitHub in https://github.com/ckeditor/ckeditor5-highlight.