Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/volser/android-quill-delta

A kotlin implementation of Delta format
https://github.com/volser/android-quill-delta

delta kotlin quill quill-delta quill-editor quilljs

Last synced: about 2 months ago
JSON representation

A kotlin implementation of Delta format

Awesome Lists containing this project

README

        

# Delta for Android

[![Build Status](https://travis-ci.org/volser/android-quill-delta.svg?branch=master)](https://travis-ci.org/volser/android-quill-delta)

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](https://github.com/quilljs/delta)

# Download

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