wagtail-readingtime

Determine approximate reading time of a piece of text.


Keywords
draftail, plugin, wagtail
License
MIT
Install
pip install wagtail-readingtime==1.1.0

Documentation

Wagtail Draftjs Reading Time

An example implementation of the draftail reading time component using draftail's registerControl function.

!! This is an experimental build meant to test yet unreleased api features in Wagtail. It uses a monkeypatch to work specifically with Wagtail 2.0 and will likely break in a future release of Wagtail. !!

Screenshot

Installation

  • pip install wagtail-readingtime
  • Add 'readingtime' to your list of installed apps AFTER all wagtail app includes (e.g. wagtail.admin, wagtail.core etc).

Usage

Once installed You will see the reading time calculation displayed in the toolbar of all rich text fields in your Wagtail admin area.