Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mbb10324/quill-json-converter
- Owner: mbb10324
- License: apache-2.0
- Created: 2023-11-30T19:49:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T05:11:02.000Z (about 1 year ago)
- Last Synced: 2023-12-16T05:43:22.779Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://mbb10324.github.io/quill-json-converter/
- Size: 1.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)