Skip to content

A wagtail character and word counting plugin for RichTextFields.

License

Notifications You must be signed in to change notification settings

neon-jungle/wagtail-charcount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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