Skip to content

Commit f9b17e2

Browse files
authored
Update doc regarding options for conversion to HTML. (singerdmx#1036)
1 parent c130873 commit f9b17e2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,16 @@ Currently, translations are available for these 24 locales:
377377

378378
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!
379379

380+
## Conversion to HTML
381+
382+
Having your document stored in Quill Delta format is sometimes not enough. Often you'll need to convert
383+
it to other formats such as HTML in order to publish it, or send an email. One option is to use
384+
[vsc_quill_delta_to_html](https://pub.dev/packages/vsc_quill_delta_to_html) to convert your document
385+
to HTML. This package has full support for all Quill operations - including images, videos, formulas,
386+
tables, and mentions. Conversion can be performed in vanilla Dart (i.e., server-side or CLI) or in Flutter.
387+
It is a complete Dart port of the popular and mature [quill-delta-to-html](https://www.npmjs.com/package/quill-delta-to-html)
388+
Typescript/Javascript package.
389+
380390
## Sponsors
381391

382392
<a href="https://bulletjournal.us/home/index.html">

0 commit comments

Comments
 (0)