notustohtml 0.0.2 copy "notustohtml: ^0.0.2" to clipboard
notustohtml: ^0.0.2 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 NotusConverter converter = NotusConverter();

converter.getHTML(myNotusDocument); // 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

More

Packages that depend on notustohtml