PHPackages                             wpcomposer/wysiwyg-character-count - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. wpcomposer/wysiwyg-character-count

ActiveWordpress-plugin

wpcomposer/wysiwyg-character-count
==================================

Character counter for the WordPress WYSIWYG

0.0.4(8y ago)017MITJavaScript

Since Apr 16Pushed 8y agoCompare

[ Source](https://github.com/WordPress-Composer/WYSIWYG-Character-Count)[ Packagist](https://packagist.org/packages/wpcomposer/wysiwyg-character-count)[ Docs](https://github.com/WordPress-Composer/WYSIWYG-Character-Count)[ RSS](/packages/wpcomposer-wysiwyg-character-count/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

WYSIWYG Character Counter
=========================

[](#wysiwyg-character-counter)

A WordPress plugin that counts characters in the WYSIWYG editor.

Why a character counter?
------------------------

[](#why-a-character-counter)

Currently there is no character counter for the WYSIWYG. Having one is helpful for editors and content creators.

Pre-requisites
--------------

[](#pre-requisites)

- Composer
- Composer wordpress-plugin custom install directory [configured](https://github.com/composer/installers)
- [WordPress Installation](https://github.com/gemmadlou/WordPress-Composer-Starter)

Setup
-----

[](#setup)

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

```
composer require wpcomposer/wysiwyg-character-count

```

Usage
-----

[](#usage)

Register the character counter.

```
> theme-folder/functions.php

```

```
