2017 © Pedro Peláez
 

wordpress-plugin wysiwyg-character-count

Character counter for the WordPress WYSIWYG

image

wpcomposer/wysiwyg-character-count

Character counter for the WordPress WYSIWYG

  • Wednesday, April 18, 2018
  • by gemmablack
  • Repository
  • 0 Watchers
  • 0 Stars
  • 6 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

WYSIWYG Character Counter

A WordPress plugin that counts characters in the WYSIWYG editor., (*1)

Why a character counter?

Currently there is no character counter for the WYSIWYG. Having one is helpful for editors and content creators., (*2)

Pre-requisites

Setup

{
    "require": {
        "wpcomposer/wysiwyg-character-count" : "0.*"
    }
}
composer require wpcomposer/wysiwyg-character-count

Usage

Register the character counter., (*3)

> theme-folder/functions.php
<?php 

use WCom\WYSIWYG\WYSIWYG;

WYSIWYG::registerCharacterCount();

Why not just activate the plugin - which turns on the counter?, (*4)

Good point. I'll decide in version 1.0.0 whether to automatically have character counting when the plugin is active., (*5)

Currently, the counter will work with the above code, even if the plugin is not active, which feels wrong., (*6)

MU-Plugin Instead

If you want to turn it into a mu-plugin, use a WordPress Autoloader., (*7)

Isn't there a Word Counter

Yes there is. However, whilst editorials require number of words, usually developers restrict by number of characters., (*8)

The Versions

18/04 2018

dev-master

9999999-dev https://github.com/WordPress-Composer/WYSIWYG-Character-Count

Character counter for the WordPress WYSIWYG

  Sources   Download

MIT

18/04 2018

0.0.4

0.0.4.0 https://github.com/WordPress-Composer/WYSIWYG-Character-Count

Character counter for the WordPress WYSIWYG

  Sources   Download

MIT

18/04 2018

0.0.3

0.0.3.0 https://github.com/WordPress-Composer/WYSIWYG-Character-Count

Character counter for the WordPress WYSIWYG

  Sources   Download

MIT

17/04 2018

0.0.2

0.0.2.0 https://github.com/WordPress-Composer/WYSIWYG-Character-Count

Character counter for the WordPress WYSIWYG

  Sources   Download

MIT

16/04 2018

0.0.1

0.0.1.0 https://github.com/WordPress-Composer/WYSIWYG-Character-Count

Character counter for the WordPress WYSIWYG

  Sources   Download

MIT