-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathreadme.txt
151 lines (114 loc) · 6.04 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
=== Search and Replace for Block Editor ===
Contributors: badasswp, rajanand346, sdonkers
Tags: search, replace, text, block, editor.
Requires at least: 6.0
Tested up to: 6.7.2
Stable tag: 1.4.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Search and Replace text within the WordPress Block Editor just like Microsoft Word or Google Docs. It's super fast, easy & just works!
== Installation ==
1. Go to 'Plugins > Add New' on your WordPress admin dashboard.
2. Search for 'Search and Replace for Block Editor' plugin from the official WordPress plugin repository.
3. Click 'Install Now' and then 'Activate'.
4. Create a new Post or Open an existing Post.
5. You should now see the 'Search and Replace' icon at the top left.
== Description ==
This plugin brings the familiar Search and Replace functionality that PC users have grown accustomed to in <strong>Microsoft Word</strong> and <strong>Google Docs</strong> to the Block Editor.
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.
= ✔️ Features =
Our plugin comes with everything you need to find and replace text quicker and more efficiently.
✔️ <strong>Search & Replace</strong> text, typos, keywords faster.
✔️ <strong>Shortcut Keys</strong> - CMD + SHIFT + F.
✔️ <strong>Match Case</strong> Sensitivity.
✔️ <strong>Custom Hooks</strong> to help you customize plugin behaviour.
✔️ Available in <strong>mutiple langauges</strong> such as Arabic, Chinese, Hebrew, Hindi, Russian, German, Italian, Croatian, Spanish & French languages.
✔️ <strong>Backward compatible</strong>, works with most WP versions.
= ✨ Getting Started =
Create a new Post or open an existing Post. Locate the 'Search and Replace' icon at the <strong>top left</strong> corner of the Block Editor and click on it. Proceed to type in the text you wish to replace and click on 'Replace'.
You can get a taste of how this works, by using the [demo](https://tastewp.com/create/NMS/8.0/6.7.0/search-replace-for-block-editor/twentytwentythree?ni=true&origin=wp) link.
= ⚡ Shortcut Keys & Text Selection =
To quickly access the Search and Replace modal, press <strong>CTRL + SHIFT + F</strong>. This will fire up the dialog box where you can quickly change things.
You can also <strong>select text</strong> on your Block Editor and <strong>use the Shortcut</strong>. This will grab the text you have selected and fire up your dialog box with the text already typed into it. This makes working with the Search and Replace tool faster.
= 🔌🎨 Plug and Play or Customize =
The Search & Replace for Block Editor plugin is built to work right out of the box. Simply install, activate and start using.
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).
== Screenshots ==
1. Search & Replace for Block Editor icon - Locate the top left of the Block Editor.
2. Search & Replace for Block Editor modal - Search and Replace text in the Block Editor.
3. Match Case in Search & Replace - Now you can match the case of the text and Search and Replace.
4. Search & Replace icon in Toolbar - For a faster workflow you can use the toolbar icon in the Toolbar.
5. Search & Replace Toolbar icon in action - Make changes a lot quicker and get more done in less time.
== Changelog ==
= 1.4.0 =
* Feat: Add search icon to Toolbar.
* Feat: Add new custom hook `search-replace-for-block-editor.replaceBlockAttribute`.
* Chore: Enforce WP linting across plugin.
* Test: Improve unit tests cases.
* Refactor: Search & Replace core logic to use `replaceBlockAttribute` hook.
* Tested up to WP 6.7.2.
= 1.3.0 =
* Feat: Add Search count feature.
* Tested up to WP 6.7.2.
= 1.2.3 =
* Fix: Crashing Gutenberg Block Editor on Toggle Block Inserter.
* Tested up to WP 6.7.2.
= 1.2.2 =
* Fix style issues for WP 6.6.2.
* Fix timeout issues causing Icon not to load.
* Fix backward compatibility issues due to WP upgrade.
* Apply coding standards.
* Update README notes.
* Tested up to WP 6.7.1.
= 1.2.1 =
* Fix in modal selection issue.
* Fix missing tooltip component.
* Fix block editor selection issue due to iframe.
* Update README notes.
* Tested up to WP 6.7.1.
= 1.2.0 =
* Fix WP upgrade 6.7 issues.
* Add text selection shortcut functionality.
* Update README notes.
* Tested up to WP 6.7.0.
= 1.1.1 =
* Update README notes.
* Update asset icons & screenshots.
* Tested up to WP 6.6.2.
= 1.1.0 =
* Feat: Case Sensitive toggle.
* Update asset images and screenshots.
* Fix Bugs and Linting issues.
* Update README.txt file.
* Update Translation files.
* Tested up to WP 6.6.2.
= 1.0.4 =
* Update README.txt file.
= 1.0.3 =
* Implement Build Workflow
* Replace `mt_rand` with `string` for asset enqueuing.
* Fix Bugs and Linting issues.
* Tested up to WP 6.6.1.
= 1.0.2 =
* Fix styling issues observed on search icon.
* Implement case sensitivity feature for search and replace.
* Add custom hook - `search-replace-for-block-editor.caseSensitive`.
* Load assets via plugin directory URL.
* Address bugs and linting issues.
* Tested up to WP 6.6.1.
= 1.0.1 =
* Handle edge cases with quote, pullquote & details block.
* Add custom hook - `search-replace-for-block-editor.keyboardShortcut`.
* Fix Bugs & linting issues.
* Updated Unit Tests & README notes.
* Tested up to WP 6.6.
= 1.0.0 =
* Ability to Search & Replace text within the Block Editor.
* Custom Hooks - `search-replace-for-block-editor.allowedBlocks`.
* Provided support for Arabic, Chinese, Hebrew, Hindi, Russian, German, Italian, Croatian, Spanish & French languages.
* Unit Tests coverage.
* Tested up to WP 6.5.5.
== Contribute ==
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).
To build, clone repo and run `npm install && npm run build`