9 open-source projects similar to casetext/quill-render, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Quill Render alternative.
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.
Python port of the javascript Delta library for QuillJS: https://github.com/quilljs/delta
The purpose of this package is to assist in migrating to or from the Quill editor.
A PHP library to parse Quill WYSIWYG editor deltas into HTML - flexible and extendable for custom elements. Every element is parsed by the same mechanism, making it easy to extend and understand. It also sanitizes the output value, making it more secure, especially when using user-generated text.
Converts Quill's Delta format to HTML (insert ops only) with properly nested lists.
Renders an insert-only Quilljs delta into various format like HTML and Markdown
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.