flutter_quill_delta_from_html 1.1.5 flutter_quill_delta_from_html: ^1.1.5 copied to clipboard
Convert easily HTML inputs content to Quill Delta format
1.1.5 #
- Feat: added support for subscript and superscript
- Feat: added support for color and background-color
- Feat: added support for custom blocks
- Feat: added support for custom parsed
DOM Document
usingHtmlToDelta.convertDocument(DOMDocument)
- Chore: improved README
- Chore: improved documentation about project
- Chore: now
resolveCurrentElement
was moved to the interface to give the same functionality to all implementations
1.1.0 #
- Added support for fully attributes (could be partially bugged)
- Added an interface for create custom render tags
- Added tests for several cases
1.0.0 #
- Starting point.