From f9b17e2cc2ee9a7c34fe20f7c02f576ba89c9e16 Mon Sep 17 00:00:00 2001 From: Dan Syrstad Date: Tue, 27 Dec 2022 10:42:38 -0600 Subject: [PATCH] Update doc regarding options for conversion to HTML. (#1036) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 8d352c71..7cf09267 100644 --- a/README.md +++ b/README.md @@ -377,6 +377,16 @@ Currently, translations are available for these 24 locales: The translation file is located at [toolbar.i18n.dart](lib/src/translations/toolbar.i18n.dart). Feel free to contribute your own translations, just copy the English translations map and replace the values with your translations. Then open a pull request so everyone can benefit from your translations! +## Conversion to HTML + +Having your document stored in Quill Delta format is sometimes not enough. Often you'll need to convert +it to other formats such as HTML in order to publish it, or send an email. One option is to use +[vsc_quill_delta_to_html](https://pub.dev/packages/vsc_quill_delta_to_html) to convert your document +to HTML. This package has full support for all Quill operations - including images, videos, formulas, +tables, and mentions. Conversion can be performed in vanilla Dart (i.e., server-side or CLI) or in Flutter. +It is a complete Dart port of the popular and mature [quill-delta-to-html](https://www.npmjs.com/package/quill-delta-to-html) +Typescript/Javascript package. + ## Sponsors