awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
N

nadar/quill-delta-parser

0
View on GitHub↗
0 stars·0 forks·8 views

Quill Delta Parser

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.

Features

  • Delta Converters - Renders delta content to HTML using PHP.

Star history

Star history chart for nadar/quill-delta-parserStar history chart for nadar/quill-delta-parser

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.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Quill Delta Parser

Similar open-source projects, ranked by how many features they share with Quill Delta Parser.
  • dchenk/go-render-quilldchenk avatar

    dchenk/go-render-quill

    40View on GitHub↗

    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.

    Go
    View on GitHub↗40
  • deanblackborough/php-quill-rendererdeanblackborough avatar

    deanblackborough/php-quill-renderer

    116View on GitHub↗

    Render quill insert deltas to HTML, Markdown and GitHub flavoured Markdown.

    PHP
    View on GitHub↗116
  • forgeworks/quill-delta-pythonforgeworks avatar

    forgeworks/quill-delta-python

    43View on GitHub↗

    Python port of the javascript Delta library for QuillJS: https://github.com/quilljs/delta

    JavaScript
    View on GitHub↗43
  • casetext/quill-rendercasetext avatar

    casetext/quill-render

    52View on GitHub↗

    quill-render

    JavaScript
    View on GitHub↗52
See all 9 alternatives to Quill Delta Parser→

Frequently asked questions

What does nadar/quill-delta-parser do?

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.

What are the main features of nadar/quill-delta-parser?

The main features of nadar/quill-delta-parser are: Delta Converters.

What are some open-source alternatives to nadar/quill-delta-parser?

Open-source alternatives to nadar/quill-delta-parser 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. forgeworks/quill-delta-python — Python port of the javascript Delta library for QuillJS: https://github.com/quilljs/delta. joelcolucci/node-quill-converter — The purpose of this package is to assist in migrating to or from the Quill editor. nozer/quill-delta-to-html — Converts Quill's Delta format to HTML (insert ops only) with properly nested lists.