wagtail / roadmap

Wagtail public roadmap
https://wagtail.org/roadmap/
9 stars 1 forks source link

Readability checks #50

Open thibaudcolas opened 1 year ago

thibaudcolas commented 1 year ago

Readability is fundamental to accessibility. One of the ways to improve text content is to have a clear target for reading level / reading age, which can be assessed with wagtail-readinglevel as a score displayed in rich text fields.

lb- commented 10 months ago

A quick dump of some of the tooling I have looked into for some similar checks for a work project.

thibaudcolas commented 10 months ago

Moving to Future. We’ve made progress on new designs, and decided to take the concept well beyond readability checks. Readability checks remain a key element of this but the capabilities need to be more generic. For further details, see Content quality checkers #11063.

thibaudcolas commented 2 months ago

With Content metrics in page editor - word count and reading time #12020, we’re close to having the mechanism by which we can analyse whole-page content to produce metrics like readability. Once that’s in place, adding new metrics will largely be a matter of:

  1. Determining where and how to place them in the UI.
  2. Deciding on a formula that works for the breadth of CMS-managed content out there.

We have quite a solid plan for the UI, but not for the readability metric calculation / formulas. We’ll need to go through available readability formulas, and I’d recommend we pick one that:

  1. Works well enough across all languages – or if not, can be configured differently per language for better results.
  2. Doesn’t require a heavy JS package to implement.

Good references:

To progress with this, I’d recommend to:

streats commented 2 months ago

I've started some research on this 🙂

thibaudcolas commented 1 month ago

Linking to Annie’s research and my comments for future ref: https://github.com/wagtail/roadmap/pull/79.