=== Topline Character Counter ===
Contributors: alex1003a
Tags: gutenberg, editor, characters, words, counter
Requires at least: 5.8
Requires PHP: 7.4
Tested up to: 7.0
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A simple character and word counter for the Gutenberg editor toolbar.

== Description ==

Topline Character Counter adds a live character and word counter to the Gutenberg editor toolbar.

It displays:

* Total number of characters
* Number of characters without spaces
* Number of words

The counter updates automatically while you edit your post.

== Installation ==

1. Install and activate the plugin through the 'Plugins' menu in WordPress.
2. Open a post or page in the Gutenberg editor.
3. The character and word counter will appear in the top editor toolbar.

== Screenshots ==

1. Character and word counter displayed in the Gutenberg editor toolbar.

== Frequently Asked Questions ==

= Will it slow down my editor? =

No. The plugin uses lightweight JavaScript and WordPress hooks.

= Does it work with Gutenberg? =

Yes. The plugin is designed specifically for the Gutenberg block editor.

== Changelog ==

= 1.0.0 =
* Initial release.

== Upgrade Notice ==

= 1.0.0 =
Initial release of Topline Character Counter.