You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -377,6 +377,16 @@ Currently, translations are available for these 24 locales:
377
377
378
378
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!
379
379
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)
0 commit comments