--- layout: blog title: Blog permalink: /blog/ ---

The State of Quill and 2.0

- Jason Chen

The 2.0 branch of Quill has officially been opened and development commenced. One design principle Quill embraces is to first make it possible, then make it easy. This allows the technical challenges to be proved out and provides clarity around use cases so that the right audience is designed for. Quill 1.0 pushed the boundaries on the former, and now 2.0 will focus on the latter.

Let’s take a look at how we got here and where Quill is going!

Read more
{% for post in site.posts %} {% unless post.draft %}

{{ post.title }}

- Jason Chen
{% if post.content contains '' %} {{ post.content | split: '' | first }} Read more {% else %} {{ post.content }} {% endif %} {% if forloop.last == false %}
{% endif %}
{% endunless %} {% endfor %}