How does quill works

To be able to work the quill, divide a text into blots and save them in a special format called delta. This format is very similar to JSON. Modification and editing are managed by Quill modules and formatters, with no dependencies from the markup language; in most cases, this is HTML.

heart
0
3 connected dots
0

Used in

In this article I will show how to make your own module for editors on Quill. This module will generate the table of contents of the article. I will also show how to enable and disable modules.