WYSIWYG Character Counter Plugin
Character counter for the WordPress WYSIWYG Composer package
by Gemma Black · github.com/wordpress-composer/wysiwyg-character-count · website
★ 0stars
17composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/wordpress-composer/wysiwyg-character-count/archive/refs/heads/master.zipAlso on Packagist as wpcomposer/wysiwyg-character-count:
composer require wpcomposer/wysiwyg-character-countFrom the readme
WYSIWYG Character Counter
A WordPress plugin that counts characters in the WYSIWYG editor.
Why a character counter?
Currently there is no character counter for the WYSIWYG. Having one is helpful for
editors and content creators.
Pre-requisites
Composer
Composer wordpress-plugin custom install directory configured
WordPress Installation
Setup
Usage
Register the character counter.
Why not just activate the plugin - which turns on the counter?
Good point. I'll decide in version 1.0.0 whether
to automatically have character counting when the plugin is active.
Currently, the counter will work with the above code, even if the
plugin is not active, which feels wrong.
MU-Plugin Instead
If you want to turn it into a mu-plugin,
use a WordPress Autoloader.
Isn't there a Word Counter
Yes there is. However, whilst editorials require number of words, usually developers
restrict by number of characters.
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.