Metadata-Version: 2.1
Name: wagtail-charcount
Version: 0.2.0
Summary: A wagtail character and word counting plugin for RichTextFields.
Home-page: https://github.com/takeflight/wagtail-charcount
Author: Liam Brenner
Author-email: liam@takeflight.com.au
License: BSD License
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: BSD License
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: wagtail >=4.1

# <center>wagtail-charcount</center>


#### A wagtail character and word counting plugin for RichTextFields.

Installing
==========

Install using pip::

    pip install wagtail-charcount

It works with <b>Wagtail 5.0</b> and upwards.

Using
=====
To use this plugin firstly you will need to add ``wagtailcharcount`` to your installed apps.

```python
INSTALLED_APPS = [
    "wagtailcharcount",
]
```

This will add a character and word count next to where your help text would normally appear, this also works fine with help text.




https://github.com/Sebastvin/wagtail-charcount/assets/34211633/db104d9c-1bb1-40ae-b338-cb896bb2439a




