brettwooldridge / kuill

Kotlin/Java Quill Document Model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


About

Kotlin/Java Quill Document Model

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 62.2%Language:Kotlin 37.8%