/kuill

Kotlin/Java Quill Document Model

Primary LanguageJavaBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Build Status License

kuill

This project uses code originally from the android-quill-delta project. The dependency on Google's GSON library was replaced with the more common Jackson JSON library, and the build was changed to be non-Android specific.

This library should work for both Kotlin and Java users, with the caveat that Java users will need the Kotlin runtime jar in order to run.

This library provides a Model representation of the Quill editor "Delta" document model, as well as methods and operatators required to read and manipulate the model.