Opis
Ovaj dodatak donosi poznatu funkcionalnost Pretraži i zamijeni kojoj su korisnici računala navikli u Microsoft Wordu i Google Docsima u Block Editor.
Sada možete lako pretraživati i zamjenjivati tekst u Block Editoru. Jednostavno je i radi upravo onako kako kaže. Možete i podudarati tekst koristeći preklopnik ‘Podudari velika/mala slova | Izraz’.
✔️ Značajke
Naš dodatak dolazi sa svime što vam treba za brže i učinkovitije pronalaženje i zamjenu teksta.
✔️ Search & Replace text, typos, keywords faster.
✔️ Shortcut Keys – CMD + F.
✔️ Match Case Sensitivity.
✔️ Custom Hooks to help you customize plugin behaviour.
✔️ Available in mutiple langauges such as Arabic, Chinese, Hebrew, Hindi, Russian, German, Italian, Croatian, Spanish & French languages.
✔️ Backward compatible, works with most WP versions.
✨ Kako početi
Stvorite novu objavu ili otvorite postojeću. Pronađite ikonu ‘Pretraži i zamijeni’ u gornjem lijevom kutu Block Editora i kliknite na nju. Upišite tekst koji želite zamijeniti i kliknite na ‘Zamijeni’.
Možete isprobati kako to funkcionira koristeći demo vezu.
⚡ Tipkovni prečaci i odabir teksta
To quickly access the Search and Replace modal, press CTRL + F. This will fire up the dialog box where you can quickly change things.
Možete i odabrati tekst u Block Editoru i koristiti prečac. To će uhvatiti odabrani tekst i otvoriti dijaloški okvir s već upisanim tekstom. To ubrzava rad s alatom za pretraživanje i zamjenu.
🔌🎨 Priključi i koristi ili prilagodi
Dodatak Pretraži i zamijeni za Block Editor izgrađen je tako da funkcionira odmah po instalaciji. Jednostavno instalirajte, aktivirajte i počnite koristiti.
Želite dodati osobni dodir? Svu dokumentaciju možete pronaći ovdje. Ponašanje dodatka možete zamijeniti vlastitom logikom koristeći kuke.
Doprinesi
Ako biste željeli doprinijeti razvoju ovog dodatka, možete ga pronaći na GitHubu.
Za izgradnju klonirajte repozitorij i pokrenite npm install && npm run build
Snimke zaslona






Instalacija
- Idite na ‘Dodaci > Dodaj novi’ na nadzornoj ploči vašeg WordPress administratora.
- Potražite dodatak ‘Search and Replace for Block Editor’ u službenom repozitoriju WordPress dodataka.
- Kliknite ‘Instaliraj odmah’, a zatim ‘Aktiviraj’.
- Stvorite novu objavu ili otvorite postojeću objavu.
- Sada biste trebali vidjeti ikonu ‘Traži i zamijeni’ u gornjem lijevom kutu.
Recenzije
Suradnici i Programeri
“Search and Replace for Block Editor” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.
Suradnici“Search and Replace for Block Editor” je preveden na 2 jezika. Zahvala prevoditeljima za njihov doprinos.
Prevedite “Search and Replace for Block Editor” na svoj jezik.
Zainteresirani ste za razvoj?
Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.
Dnevnik promjena
1.12.0
- Fix: Enqueuing editor scripts when loaded as
mu-plugin. - Test: Fix failing Unit tests.
- Tested up to WP 7.0.
1.11.0
- Feat: Add
More Pluginsoptions page.
1.10.3
- Tested up to WP 7.0.
1.10.2
- Chore: Update CI/CD pipeline.
1.10.1
- Docs: Update doc blocks.
1.10.0
- Feat: Added translation languages for
Japanese,Indonesian,Turkish,Polish,Dutch,BrazilandPortuguese. - Feat: Add toggle for Regex expression matching.
- Feat: Add Plugin options page.
- Feat: Add Shortcut command (CMD + F).
- Feat: Add custom hooks:
afterSearchReplace,excludedPostTypes,regexPattern. - Fix: Make default search literal & regex opt-in.
- Refactor: Use
replaceInputin place of repeated instances oftext. - Test: Add e2e tests for plugin codebase.
- Tested up to WP 6.9.
1.9.0
- Feat: Use Composer setup for plugin.
- Tested up to WP 6.9.
1.8.0
- Feat: Add Search & Replace feature for table head, foot & caption.
- Fix: Reset
Replaceinput field. - Tested up to WP 6.8.
1.7.0
- Fix: Issue with rich content replacement (HTML bearing string).
- Feat: On Modal open, show items found for Highlighted text.
- Fix: Console warnings & errors.
- Tested up to WP 6.8.
1.6.0
- Feat: Add search and replace functionality for Table Block.
- Feat: Add new custom hook
search-replace-for-block-editor.handleAttributeReplacement. - Docs: Update README docs.
- Tested up to WP 6.8.
1.5.0
- Fix: Missing icon due to recent WP 6.8 upgrade.
- Feat: Add local WP dev env.
- Chore: Update Plugin contributors list.
- Update README docs.
- Tested up to WP 6.7.2.
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
replaceBlockAttributehook. - 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_randwithstringfor 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.
