Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month ago
JSON representation
A kotlin implementation of Delta format
- Host: GitHub
- URL: https://github.com/volser/android-quill-delta
- Owner: volser
- License: bsd-3-clause
- Created: 2018-03-08T10:34:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T11:33:23.000Z (about 6 years ago)
- Last Synced: 2024-08-02T09:22:17.009Z (4 months ago)
- Topics: delta, kotlin, quill, quill-delta, quill-editor, quilljs
- Language: Java
- Homepage:
- Size: 116 KB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-quill - android-quill-delta - A Kotlin implementation of Delta (Uncategorized / Uncategorized)
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'
}
```