onegov.quill

Quill rich text editor integration for OneGov.


License
GPL-2.0
Install
pip install onegov.quill==0.5.0

Documentation

Onegov Quill

Quill rich text editor integration for OneGov.

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

Build Status

Build Status

Coverage

Project Coverage

Latest PyPI Release

Latest PyPI Release

License

onegov.quill is released under GPLv2