neon-jungle / wagtail-charcount

A wagtail character and word counting plugin for RichTextFields.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A wagtail character and word counting plugin for RichTextFields.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 64.1%Language:Python 35.9%