ckeditor / ckeditor5-hackathon

CKEditor 5 Hackathon
Other
12 stars 4 forks source link

Live and editable table of contents #2

Open pjasiun opened 8 years ago

pjasiun commented 8 years ago

The goal is to create a feature which will implement an additional EditingController for a table of contents. We can also introduce a features like typing and delete in that table of contents, making it editable.

In other words – this will be a proof of concept for using two (actually... three, but only two of them with live rendering) views into one model. Both views will represent the same content and hence will be live updated, but will be rendered differently.