Skip to content

Convert the Notus document format to an HTML representation.

License

Notifications You must be signed in to change notification settings

200lab/notustohtml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Convert the Notus document format to an HTML representation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 100.0%