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

https://github.com/cathood0/quill-delta-from-html

Convert easily HTML inputs content to Quill Js Delta format
https://github.com/cathood0/quill-delta-from-html

converter delta delta-from-html html html-to-delta parser quill-delta

Last synced: 6 months ago
JSON representation

Convert easily HTML inputs content to Quill Js Delta format

Awesome Lists containing this project

README

          

# Quill Delta from HTML

This is a 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