Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mbb10324/quill-json-converter

Convert a quill editor to a quill delta, and vice-versa
https://github.com/mbb10324/quill-json-converter

Last synced: about 2 months ago
JSON representation

Convert a quill editor to a quill delta, and vice-versa

Awesome Lists containing this project

README

        

# Quill Json Converter

## Overview

This is a simple tool for using the quill editor to get a quill delta/json output. You can also convert the quill delta/json to a readable qull editor output.

## Getting Started

- `npm install`
- `npm start`

## Live Demo

Github Pages:

[https://mbb10324.github.io/quill-json-converter/](https://mbb10324.github.io/quill-json-converter/)

## Built With

- [React](https://reactjs.org/)
- [React-Arca](https://github.com/mbb10324/react-arca/)
- [Quill](https://quilljs.com/)
- [React-Quill](https://github.com/zenoamaro/react-quill)