Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cathood0/flutter_quill_delta_from_html

Convert easily HTML inputs content to Quill Delta format
https://github.com/cathood0/flutter_quill_delta_from_html

delta delta-from-html flutter-quill html parser quill

Last synced: 2 months ago
JSON representation

Convert easily HTML inputs content to Quill Delta format

Awesome Lists containing this project

README

        

# Flutter Quill Delta from HTML

This is a **Dart** package that converts **HTML** input into Quill **Delta** format, which is used in the [Quill Js](https://quilljs.com/) package.

**This package** supports the conversion of a wide range of **HTML** tags and attributes into their corresponding **Delta** operations, ensuring that your **HTML** content is accurately represented in the **Quill editor**.

## Supported tags

```html

, : Bold text
, : Italic text
, : Underlined text
, : Strikethrough text
: Superscript text
: Subscript text


to

: Headings of various levels