How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Python port of the javascript Delta library for QuillJS: https://github.com/quilljs/delta
The main features of forgeworks/quill-delta-python are: Delta Converters.
Open-source alternatives to forgeworks/quill-delta-python include: casetext/quill-render — quill-render. dchenk/go-render-quill — Package quill takes a Quill-based Delta (https://github.com/quilljs/delta) as a JSON array of insert operations and… deanblackborough/php-quill-renderer — Render quill insert deltas to HTML, Markdown and GitHub flavoured Markdown. joelcolucci/node-quill-converter — The purpose of this package is to assist in migrating to or from the Quill editor. nadar/quill-delta-parser — A PHP library to parse Quill WYSIWYG editor deltas into HTML - flexible and extendable for custom elements. Every… nozer/quill-delta-to-html — Converts Quill's Delta format to HTML (insert ops only) with properly nested lists.
Package quill takes a Quill-based Delta (https://github.com/quilljs/delta) as a JSON array of insert operations and renders the defined HTML document.
Render quill insert deltas to HTML, Markdown and GitHub flavoured Markdown.
The purpose of this package is to assist in migrating to or from the Quill editor.