Metadata-Version: 2.1
Name: onegov.quill
Version: 0.5.0
Summary: Quill rich text editor integration for OneGov.
Home-page: http://github.com/OneGov/onegov.quill
Author: Seantis GmbH
Author-email: info@seantis.ch
License: GPLv2
Platform: any
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.6
Requires-Dist: bleach
Requires-Dist: more.webassets (>=0.3.2)
Requires-Dist: onegov.core (>=0.4.0)
Requires-Dist: wtforms
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: onegov-testing ; extra == 'test'
Requires-Dist: onegov.form ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'



Updating Quill.js
-----------------

We use a custom version of Quill.js which adds missing SVGs. Update it with::

    ./build_quill.sh


Run the Tests
-------------

Install tox and run it::

    pip install tox
    tox

Limit the tests to a specific python version::

    tox -e py27

Conventions
-----------

Onegov Quill follows PEP8 as close as possible. To test for it run::

    tox -e pep8

Onegov Quill uses `Semantic Versioning <http://semver.org/>`_

Build Status
------------

.. image:: https://travis-ci.org/OneGov/onegov.quill.png
  :target: https://travis-ci.org/OneGov/onegov.quill
  :alt: Build Status

Coverage
--------

.. image:: https://coveralls.io/repos/OneGov/onegov.quill/badge.png?branch=master
  :target: https://coveralls.io/r/OneGov/onegov.quill?branch=master
  :alt: Project Coverage

Latest PyPI Release
-------------------

.. image:: https://badge.fury.io/py/onegov.quill.svg
    :target: https://badge.fury.io/py/onegov.quill
    :alt: Latest PyPI Release

License
-------
onegov.quill is released under GPLv2

Changelog
---------
0.5.0 (2019-03-25)
~~~~~~~~~~~~~~~~~~~~~

- Adds a DataRequired validator for HTML.
  [msom]

0.4.0 (2018-08-31)
~~~~~~~~~~~~~~~~~~~~~

- Adds support for headings.
  [msom]

- Adds support for links.
  [msom]

- Adds support for blockquotes.
  [msom]

0.3.2 (2018-08-13)
~~~~~~~~~~~~~~~~~~~~~

- Adds IE 11 compatibility.
  [msom]

0.3.1 (2018-06-20)
~~~~~~~~~~~~~~~~~~~~~

- Fixes JavaScript error.
  [msom]

0.3.0 (2018-05-24)
~~~~~~~~~~~~~~~~~~~~~

- Adds support for snippets/templates/boilerplates.
  [msom]

- Uses Quill 1.3.6.
  [msom]

0.2.4 (2018-02-07)
~~~~~~~~~~~~~~~~~~~~~

- Uses Quill 1.3.5.
  [msom]

- Uses quoted proptery names in the widget.
  [msom]

- Requires Python 3.6.
  [href]

0.2.3 (2017-11-07)
~~~~~~~~~~~~~~~~~~~~~

- Uses Quill 1.3.4.
  [msom]

0.2.2 (2017-10-09)
~~~~~~~~~~~~~~~~~~~~~

- Uses Quill 1.3.3.
  [msom]

0.2.1 (2017-09-29)
~~~~~~~~~~~~~~~~~~~~~

- Adds compatibility with bleach 2.1.
  [msom]

0.2.0 (2017-09-05)
~~~~~~~~~~~~~~~~~~~~~

- Allows to configure the used formats.
  [msom]

- Removes jQuery dependency.
  [msom]

0.1.2 (2017-09-04)
~~~~~~~~~~~~~~~~~~~~~

- Uses Quill 1.3.2.
  [msom]

0.1.1 (2017-09-01)
~~~~~~~~~~~~~~~~~~~~~
- Nothing.
  [msom]

0.1.0 (2017-09-01)
~~~~~~~~~~~~~~~~~~~~~

- Makes toolbar smaller.
  [msom]

0.0.1 (2017-08-31)
~~~~~~~~~~~~~~~~~~~~~

- Initial Release


