Drupal core is working to #1541860: Reduce dependency on jQuery → .
This is why -
Using Javascript libraries simplifies web development, but increases the energy used by the resulting pages.
shrinking Javascript on a mobile page to contain only functions used by the page greatly reduces energy use.
The Maxlength module largely uses jQuery. That could be rewritten as vanilla JavaScript. It can also make use of CKeditor's API for Wordcount and Character Count.
Rewrite jQuery code into vanilla JavaScript.
None
Use CKEditor 5 API.
TBD
Active
2.1
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.