inspector.html 554 B

12345678910111213141516
  1. <div id="snippet-classic-editor">
  2. <h2>CKEditor 5 inspector demo</h2>
  3. <p>Click the button below to enable the <a href="https://github.com/ckeditor/ckeditor5-inspector">CKEditor 5 inspector</a> for this editor instance.</p>
  4. <p>Once you do this, you can:</p>
  5. <ul>
  6. <li>Browse and inspect the model and view structures.</li>
  7. <li>Observe the selection position.</li>
  8. <li>Check the list of commands and their state.</li>
  9. <li>More feature comming soon!</li>
  10. </ul>
  11. </div>
  12. <button type="button" id="snippet-inspect-button">Inspect editor</button>