Title: LiveDraft Search &amp; Replace
Author: Kasuga
Published: <strong>2026-03-09</strong>
Last modified: 2026-04-01

---

Szukaj wtyczek

![](https://ps.w.org/livedraft-search-replace/assets/banner-772×250.png?rev=3478226)

![](https://ps.w.org/livedraft-search-replace/assets/icon-256x256.png?rev=3478226)

# LiveDraft Search & Replace

 Autor: [Kasuga](https://profiles.wordpress.org/kasuga16/)

[Pobierz](https://downloads.wordpress.org/plugin/livedraft-search-replace.1.6.3.zip)

 * [Szczegóły](https://pl.wordpress.org/plugins/livedraft-search-replace/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/livedraft-search-replace/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/livedraft-search-replace/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/livedraft-search-replace/#developers)

 [Wsparcie](https://wordpress.org/support/plugin/livedraft-search-replace/)

## Opis

**LiveDraft Search & Replace** adds a powerful search and replace panel to **the
WordPress Block Editor (Gutenberg)**.

It allows you to quickly find, highlight, and replace text directly from the sidebar
as soon as you open it.

### Features

 * **Live Highlighting**: Instantly visualize matches as you type with zero lag.
 * **Bulk Actions**: Replace a single targeted match or perform a „Replace All” 
   across all blocks seamlessly.
 * **Advanced Search**: Full support for Regular Expressions (Regex) and Case-Sensitive
   matching.
 * **Performance First**: Optimized for large documents using virtual highlighting.
 * **Safe & Clean**: Your content is never polluted with temporary HTML tags. Highlighting
   is virtual and database-safe.
 * **Undo/Redo Ready**: Fully integrated with the WordPress core Undo system. You
   can revert any replacement by clicking the editor’s Undo button, ensuring a safe
   and reliable editing experience.
 * **Flexible Navigation**: Seamlessly navigate and edit your content with precision
   as described below.

### Flexible Navigation & Instant Replace

This tool provides a seamless way to navigate and edit your content with precision:

 1. **Precision Navigation (Keyboard & Buttons)**
     Effortlessly cycle through matches
    using the „Next” (**Enter**) and „Previous” (**Shift + Enter**) keys. You can also
    use the „Current” (**◎**) and UI buttons to jump directly to the selection in the
    editor.
 2. **Smart „Click-to-Select”**
     **Click any highlighted match** in the editor to instantly
    set it as your current position. This synchronizes the sidebar counter and focus
    without jumping the screen.
 3. **Instant „Double-Click” Replace**
     For a faster workflow, you can **double-click
    any highlighted text** directly within the editor to replace it instantly.
 4. **Auto-populate from Selection**
     Enable „Auto-populate from selection” in the 
    sidebar to automatically update the search field whenever you highlight text in
    the editor. This eliminates the need for copy-pasting.

Additional Notes (Performance & Scope)

Dynamic Highlighting Scope:
 To maintain high performance, the editor highlights
the 300 matches nearest to your current position (150 before and 150 after). As 
you move through the document, this highlight window shifts automatically.

Unlimited „Replace All”:
 The „Replace All” function is not affected by the highlight
limit. It will accurately replace every single match throughout the entire document,
regardless of whether it is currently highlighted in the editor.

### Buy Me a Coffee

If this plugin helps you in your work, consider buying me a coffee.

Your support helps keep this plugin maintained and improved.

Donate via PayPal:
 https://www.paypal.me/kasuga16

## Zrzuty ekranu

 * [[
 * Search & Replace sidebar panel
 * [[
 * Live highlight of matches in the editor

## Instalacja

#### From your WordPress Dashboard

 1. Go to **Plugins** > **Add New**.
 2. Search for „LiveDraft Search & Replace”.
 3. Click **Install Now** and then **Activate**.

#### Manual Installation

 1. Download the plugin zip file.
 2. Upload the `livedraft-search-replace` folder to the `/wp-content/plugins/` directory.
 3. Activate the plugin through the 'Plugins’ menu in WordPress.

#### How to use

 1. Open any Post or Page in the Block Editor.
 2. Click the **’Search’ (magnifying glass) icon** in the top-right toolbar to open
    the sidebar.
 3. Start searching and replacing without leaving your editing flow!

## Najczęściej zadawane pytania

### Does this plugin work with the Classic Editor?

No. This plugin is built specifically for the modern Block Editor (Gutenberg) environment.

### Is my browser supported?

The search and replace functions work on all modern browsers.
 For **visual highlighting**,
the following versions (or newer) are required: * Chrome / Edge 105+ * Safari 17.2
+ * Firefox 128+

If your browser is older, you can still perform search and replace, but the visual
highlighting will not be visible.

## Recenzje

Wtyczka nie ma jeszcze żadnej recenzji.

## Kontrybutorzy i deweloperzy

„LiveDraft Search & Replace” jest oprogramowaniem open source. Poniższe osoby miały
wkład w rozwój wtyczki.

Zaangażowani

 *   [ Kasuga ](https://profiles.wordpress.org/kasuga16/)

[Przetłumacz wtyczkę “LiveDraft Search & Replace” na swój język.](https://translate.wordpress.org/projects/wp-plugins/livedraft-search-replace)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/livedraft-search-replace/),
sprawdź [repozytorium SVN](https://plugins.svn.wordpress.org/livedraft-search-replace/)
lub czytaj [dziennik rozwoju](https://plugins.trac.wordpress.org/log/livedraft-search-replace/)
przez [RSS](https://plugins.trac.wordpress.org/log/livedraft-search-replace/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

#### 1.6.3

 * Fixed: The fix in version 1.6.2 was insufficient, so an additional fix was applied.

#### 1.6.2

 * Fixed: Prevented double-click from triggering browser word-selection, which was
   causing the Auto-populate feature to overwrite the search field before replacement.

#### 1.6.1

 * Fixed: Scroll-to-match now works correctly in iframe-based themes (e.g. Astra)
   where the iframe window itself is the scroll container.

#### 1.6.0

 * Fixed: Added compatibility with iframe-based block editors used by themes such
   as Astra. Search, highlight, and replace now work correctly in these environments.
 * Improved: Suppressed deprecation warnings for `PluginSidebar`, `TextControl`,
   and `CheckboxControl` introduced in WP 6.6–6.8.

#### 1.5.6

 * Fixed: Improved whitespace handling in „Auto-populate from Selection”.

#### 1.5.5

 * Fixed: Resolved a critical issue where the match counter would become inaccurate
   after repeated „Replace All” and „Undo” actions.
 * Fixed: Corrected highlight and synchronization issues introduced by recent feature
   updates and standard editor operations.

#### 1.5.0

 * Added: „Auto-populate from selection” feature. Automatically fills the search
   field with text selected in the editor.

#### 1.4.1

 * Fixed: Prevented Regular Expression replacements from breaking HTML entities (
   e.g., '&’ or '<’).
 * Fixed: Enabled whitespace search and replacement.

#### 1.4.0

 * Added: Dynamic proximity highlighting for improved performance in long documents.
 * Added: Click-to-Select, instantly setting any clicked match as the current position.
 * Improved: Unified click and double-click logic for smoother interaction.
 * Public Release.

#### 1.2.0

 * Added: Double-click to Replace, allowing instant replacement of any highlighted
   match by double-clicking it directly in the editor.
 * Added: Keyboard navigation support (Enter for Next / Shift + Enter for Previous).

#### 1.1.3

 * Fixed: Prevented browser freezing from infinite loops in regex.

#### 1.1.2

 * Fixed: Improved special character support (<, >, &, „, ’).

#### 1.1.1

 * Restricted CSS Highlight API to Visual Editor for better stability.

#### 1.1.0

 * Added „Current” button to quickly jump back to the active match.
 * Enhanced search input behavior.

#### 1.0.0

 * Initial release.

## Meta

 *  Wersja **1.6.3**
 *  Ostatnia aktualizacja **7 dni temu**
 *  Włączone instalacje **Mniej niż 10**
 *  Wersja WordPressa ** 6.3 lub nowszej **
 *  Testowano do **6.9.4**
 *  Wersja PHP ** 7.4 lub nowszej **
 *  Język
 * [English (US)](https://wordpress.org/plugins/livedraft-search-replace/)
 * Tagi
 * [block-editor](https://pl.wordpress.org/plugins/tags/block-editor/)[find and replace](https://pl.wordpress.org/plugins/tags/find-and-replace/)
   [gutenberg](https://pl.wordpress.org/plugins/tags/gutenberg/)[search replace](https://pl.wordpress.org/plugins/tags/search-replace/)
   [text editor](https://pl.wordpress.org/plugins/tags/text-editor/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/livedraft-search-replace/advanced/)

## Oceny

Nie przesłano jeszcze żadnych recenzji.

[Your review](https://wordpress.org/support/plugin/livedraft-search-replace/reviews/#new-post)

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/livedraft-search-replace/reviews/)

## Zaangażowani

 *   [ Kasuga ](https://profiles.wordpress.org/kasuga16/)

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/livedraft-search-replace/)

## Złóż datek

Czy chcesz wesprzeć rozwój wtyczki?

 [ Wspomóż wtyczkę ](https://www.paypal.me/kasuga16)