notustohtml 0.0.3 copy "notustohtml: ^0.0.3" to clipboard
notustohtml: ^0.0.3 copied to clipboard

outdated

Convert the Notus document format to an HTML representation.

Notus to HTML #

Convert the Notus document format to an HTML representation.

Overview #

This project is a generic Dart package used to get an HTML output from the Notus document format. Notus documents are used by the popular Zefyr rich text editor.

Usage #

final converter = NotusHtmlCodec();

String html = converter.encode(myNotusDocument.toDelta()); // HTML Output

Contributing #

This package was created for a personal project. Pull requests are accepted on GitHub if you are interested in building upon this.

18
likes
0
pub points
70%
popularity

Publisher

verified publisherwrenn.me

Convert the Notus document format to an HTML representation.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

notus, quill_delta

More

Packages that depend on notustohtml