Overview of Quill 1.0 New Features and Modules
mainQuill 1.0 introduces several enhancements to formats, themes, and module configuration:
New Formats
- Text Formats: Superscript, subscript, inline code, blocks, headers, and blockquotes.
- Advanced Support: Text direction and video support.
- Lists: Support for nested lists.
- Styling: Formats that previously used inline styles can now use CSS classes.
- Optional Modules: Syntax highlighted code and LaTeX formulas can be added via optional modules.
Themes
- Snow: The standard theme.
- Bubble: A new theme based on a floating toolbar.
- Icons: Both themes use SVG icons that are added directly to the DOM, allowing for easy customization of active colors.
Enhanced Modules
- Clipboard: Allows customization of how pasted content is interpreted before reaching the editor.
- Keyboard: Adds a
contextoption for granular control over when keyboard bindings are triggered. - Toolbar: Can be configured using a simple array and allows overwriting its handlers.