From bd51bf8afa5edc2d841dbf9a07c729590abc5813 Mon Sep 17 00:00:00 2001 From: Ellet Date: Sun, 12 Nov 2023 22:37:03 +0300 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- packages/flutter_quill_html/pubspec.yaml | 4 ---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a4a97d46..4b3bb0cd 100644 --- a/README.md +++ b/README.md @@ -326,7 +326,12 @@ Open this [page](./doc/translation.md) for more info ## 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 +it to other formats such as HTML in order to publish it, or send an email. + +You have two options: + +1. Using [flutter_quill_html](./packages/flutter_quill_html/) to convert to/from HTML, the package is not ready yet +2. Another 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. diff --git a/packages/flutter_quill_html/pubspec.yaml b/packages/flutter_quill_html/pubspec.yaml index 00d11672..b54b6b2b 100644 --- a/packages/flutter_quill_html/pubspec.yaml +++ b/packages/flutter_quill_html/pubspec.yaml @@ -29,10 +29,6 @@ dev_dependencies: sdk: flutter flutter_lints: ^3.0.1 -# For information on the generic Dart part of this file, see the -# following page: https://dart.dev/tools/pub/pubspec - -# The following section is specific to Flutter packages. flutter: uses-material-design: true \ No newline at end of file