/android-quill-delta

A kotlin implementation of Delta format

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

Delta for Android

Build Status

Kotlin implementation of Delta format - simple, yet expressive format that can be used to describe contents and changes. Deltas can describe any rich text document, includes all text and formatting information, without the ambiguity and complexity of HTML.

Original javascript implementation

Download

dependencies {
      implementation 'com.quill.android:delta:1.0.2'
}