Api-class icon Document outline feature for CKEditor 5

This package implements two features:

  • Document outline: It displays the list of sections (headings) of the document next to the editor. The outline updates automatically as the user works on the document. It offers quick navigation to a specific section upon clicking.
  • Table of contents (TOC): It inserts a widget with a list of sections (headings) into the document. The list stays up–to–date automatically as the user works on the document. It offers quick navigation to a specific section upon clicking.

Demo

Copy link

Check out the following demos:

Documentation

Copy link

Installation

Copy link

This package is part of our premium aggregate package.

npm install ckeditor5-premium-features
Copy code
Copy link