Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 640 Bytes

README.md

File metadata and controls

34 lines (17 loc) · 640 Bytes

wagtail-charcount

A wagtail character and word counting plugin for RichTextFields.

Installing

Install using pip::

pip install wagtail-charcount

It works with Wagtail 5.0 and upwards.

Using

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

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.

2023-08-24.16-23-29.mp4