Title: Writing Tools for the Block Editor
Author: Nathanael Jones
Published: <strong>July 16, 2026</strong>
Last modified: July 16, 2026

---

Search plugins

![](https://ps.w.org/writing-tools-for-block-editor/assets/banner-772x250.png?rev
=3609876)

![](https://ps.w.org/writing-tools-for-block-editor/assets/icon.svg?rev=3609876)

# Writing Tools for the Block Editor

 By [Nathanael Jones](https://profiles.wordpress.org/njones35/)

[Download](https://downloads.wordpress.org/plugin/writing-tools-for-block-editor.1.0.0.zip)

 * [Details](https://wordpress.org/plugins/writing-tools-for-block-editor/#description)
 * [Reviews](https://wordpress.org/plugins/writing-tools-for-block-editor/#reviews)
 *  [Installation](https://wordpress.org/plugins/writing-tools-for-block-editor/#installation)
 * [Development](https://wordpress.org/plugins/writing-tools-for-block-editor/#developers)

 [Support](https://wordpress.org/support/plugin/writing-tools-for-block-editor/)

## Description

Writing Tools for the Block Editor makes Gutenberg calmer, cleaner, and genuinely
easier to use — and adds the everyday tools writers and editors keep wishing it 
had.

Gutenberg is powerful, but its interface can feel busy and unforgiving. This is 
a lightweight skin and toolkit that smooths the rough edges — without replacing 
the editor, forking it, or turning it into a page builder.

#### Editing tools you’ll use every day

 * **Find & Replace** across the whole post, with a live match count and optional
   case-sensitivity. Links, markup, and code blocks are never touched.
 * **Undo on delete** — remove a block and a one-click “Undo” appears, so accidental
   deletions are easy to recover.
 * **Clear Formatting** — strip messy inline formatting from any selection in one
   click.
 * **Live word count** for the selected block, not just the whole post.

#### A calmer canvas

 * A quieter, more focused editor — softer chrome, a restrained accent colour (choose
   teal, sage, or slate), and a tidier List View.
 * An always-visible “Add block” button, so adding content never depends on hovering
   to find a hidden control.
 * A friendly one-time tip that teaches keyboard navigation between blocks.
 * An optional toggle to reduce autosave frequency on slower sites.

#### Lightweight and safe by design

 * Loads **only inside the editor** — zero scripts, styles, or slowdown on your 
   live site.
 * Purely visual and additive: it never changes your block markup or saved content.
 * Works alongside your theme and other block plugins.

No settings page to wrestle with, and no bloat. Just a better editing experience.

## Screenshots

[⌊A calmer, cleaner block editor with your chosen accent colour.⌉⌊A calmer, cleaner
block editor with your chosen accent colour.⌉[

A calmer, cleaner block editor with your chosen accent colour.

[⌊Find & Replace — search and replace across every block, with a live match count.⌉⌊
Find & Replace — search and replace across every block, with a live match count.⌉[

Find & Replace — search and replace across every block, with a live match count.

[⌊Undo on delete — accidental block deletions are one click away from recovery.⌉⌊
Undo on delete — accidental block deletions are one click away from recovery.⌉[

Undo on delete — accidental block deletions are one click away from recovery.

[⌊The Writing Tools panel: accent picker, word count, Find & Replace, and performance
options.⌉⌊The Writing Tools panel: accent picker, word count, Find & Replace, and
performance options.⌉[

The Writing Tools panel: accent picker, word count, Find & Replace, and performance
options.

[⌊An always-visible "Add block" button and a tidier List View.⌉⌊An always-visible"
Add block" button and a tidier List View.⌉[

An always-visible “Add block” button and a tidier List View.

## Installation

 1. In your WordPress admin, go to Plugins  Add New Plugin and search for “Writing 
    Tools for the Block Editor”, or upload the plugin ZIP via Plugins  Add New Plugin
    Upload Plugin.
 2. Activate the plugin through the Plugins screen.
 3. Open any post or page in the block editor — the improvements are applied automatically.
    Open the Writing Tools panel from the editor’s top-right toolbar for Find & Replace,
    word count, the accent picker, and performance options.

No configuration required.

## FAQ

### Does the WordPress block editor have find and replace?

Not on its own. Writing Tools for the Block Editor adds a Find & Replace panel to
the editor sidebar — search your whole post, see a live match count, and replace
across every block at once. Links, markup, and code blocks are left untouched.

### Does this slow down my website?

No. It loads only inside the WordPress admin block editor. It adds nothing to your
live site’s pages and has zero impact on front-end performance.

### Will it change or break my existing content?

No. It is purely visual and additive — it never modifies your block markup or saved
content. Find & Replace only changes the text you ask it to.

### How do I clear formatting in the block editor?

Select the text and click the Clear Formatting button in the block toolbar. It strips
inline formatting — bold, italic, links and more — in one click.

### Does it work with Full Site Editing / the Site Editor?

Yes. The core editor improvements apply in both the post editor and the Site Editor.
Some tools are specific to the post editor.

### Is it compatible with other block plugins?

Yes. Because it works at the CSS/UI layer rather than replacing or forking Gutenberg,
it is compatible with third-party block libraries.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Writing Tools for the Block Editor” is open source software. The following people
have contributed to this plugin.

Contributors

 *   [ Nathanael Jones ](https://profiles.wordpress.org/njones35/)

[Translate “Writing Tools for the Block Editor” into your language.](https://translate.wordpress.org/projects/wp-plugins/writing-tools-for-block-editor)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/writing-tools-for-block-editor/),
check out the [SVN repository](https://plugins.svn.wordpress.org/writing-tools-for-block-editor/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/writing-tools-for-block-editor/)
by [RSS](https://plugins.trac.wordpress.org/log/writing-tools-for-block-editor/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * First public release on WordPress.org. Includes the calmer editor skin, Find &
   Replace, Clear Formatting, undo-on-delete, per-block word count, the accent picker,
   the reduce-autosave toggle, and the Ctrl/Cmd+Shift+F shortcut.

#### 0.8.4

 * New: keyboard shortcut — press Ctrl/Cmd+Shift+F in the editor to open Find & 
   Replace with the search field focused. (Shown in the editor’s Keyboard Shortcuts
   help.)

#### 0.8.3

 * Improved: more comfortable spacing in the Find & Replace panel — the “Replace
   with” field and the “Match case” checkbox now have room to breathe.

#### 0.8.2

 * Housekeeping: renamed the plugin’s internal PHP constants and functions to a 
   longer, more distinct prefix, following WordPress.org naming guidelines. No functional
   changes.

#### 0.8.1

 * Fixed: a script dependency typo prevented the editor enhancements from loading.
   All features now load correctly.

#### 0.8.0

 * New: a “Reduce autosave frequency” toggle that slows background saving and checks,
   easing typing hitches on slower sites.

#### 0.7.0

 * New: Find & Replace. Search the post’s text and replace across all blocks from
   the Writing Tools panel, with a live match count and an optional case-sensitive
   match. Links, markup and code blocks are left untouched.

#### 0.6.0

 * New: removing a block now shows a brief “block removed — Undo” message, so accidental
   deletions are easy to recover. It stays quiet when you simply press Ctrl/Cmd+
   Z.

#### 0.5.0

 * New: a one-click Clear Formatting button in the text toolbar to strip inline 
   formatting from a selection.
 * New: a live word and character count for the selected block in the Writing Tools
   panel.

#### 0.4.0

 * New: a one-time tip teaches arrow-key navigation between blocks (dismissable).
 * Calmer block inserter — rounded, responsive hover on blocks.
 * Header utility icons recede until hovered, keeping focus on your content.
 * Improved focus visibility for the plugin’s own controls, including high-contrast
   mode.

#### 0.3.0

 * List View: clearer hover feedback and more comfortable row spacing for easier
   scanning.

#### 0.2.0

 * Added a persistent “Add block” button at the end of the content, so adding a 
   block no longer depends on discovering the hover-only inserter.
 * The editor canvas now follows the chosen accent colour.

#### 0.1.0

 * Initial release.

## Meta

 *  Version **1.0.0**
 *  Last updated **23 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.5 or higher **
 *  Tested up to **7.0.1**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [block-editor](https://wordpress.org/plugins/tags/block-editor/)[editor](https://wordpress.org/plugins/tags/editor/)
   [find and replace](https://wordpress.org/plugins/tags/find-and-replace/)[gutenberg](https://wordpress.org/plugins/tags/gutenberg/)
   [writing](https://wordpress.org/plugins/tags/writing/)
 *  [Advanced View](https://wordpress.org/plugins/writing-tools-for-block-editor/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/writing-tools-for-block-editor/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/writing-tools-for-block-editor/reviews/)

## Contributors

 *   [ Nathanael Jones ](https://profiles.wordpress.org/njones35/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/writing-tools-for-block-editor/)