You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download from [WordPress plugin repository](https://wordpress.org/plugins/search-replace-for-block-editor/).
9
9
10
-
You can also get the latest version from any of our [release tags](https://github.com/badasswp/search-and-replace/releases).
10
+
You can also get the latest version from any of our [release tags](https://github.com/badasswp/search-replace-for-block-editor/releases).
11
11
12
12
## Why Search and Replace for Block Editor?
13
13
14
14
This plugin brings the familiar __Search and Replace__ functionality that PC users have grown accustomed to while using __Microsoft Word__ and __Google Docs__ to the Block Editor.
15
15
16
16
Now you can easily search and replace text right in the Block Editor. Its easy and does exactly what it says. You can also match the text case using the 'Match Case | Expression' toggle.
Copy file name to clipboardExpand all lines: readme.txt
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ You can also <strong>select text</strong> on your Block Editor and <strong>use t
51
51
52
52
The Search & Replace for Block Editor plugin is built to work right out of the box. Simply install, activate and start using.
53
53
54
-
Want to add your personal touch? All of our documentation can be found [here](https://github.com/badasswp/search-and-replace). You can override the plugin's behaviour with custom logic of your own using [hooks](https://github.com/badasswp/search-and-replace?tab=readme-ov-file#hooks).
54
+
Want to add your personal touch? All of our documentation can be found [here](https://github.com/badasswp/search-replace-for-block-editor). You can override the plugin's behaviour with custom logic of your own using [hooks](https://github.com/badasswp/search-replace-for-block-editor?tab=readme-ov-file#hooks).
55
55
56
56
== Screenshots ==
57
57
@@ -69,6 +69,7 @@ Want to add your personal touch? All of our documentation can be found [here](ht
* Fix: Make default search literal & regex opt-in.
72
73
* Refactor: Use `replaceInput` in place of repeated instances of `text`.
73
74
* Test: Add e2e tests for plugin codebase.
74
75
* Tested up to WP 6.9.
@@ -184,6 +185,6 @@ Want to add your personal touch? All of our documentation can be found [here](ht
184
185
185
186
== Contribute ==
186
187
187
-
If you'd like to contribute to the development of this plugin, you can find it on [GitHub](https://github.com/badasswp/search-and-replace).
188
+
If you'd like to contribute to the development of this plugin, you can find it on [GitHub](https://github.com/badasswp/search-replace-for-block-editor).
188
189
189
190
To build, clone repo and run `npm install && npm run build`
0 commit comments