Releases: FelisDiligens/joplin-plugin-search-and-replace
Releases · FelisDiligens/joplin-plugin-search-and-replace
2.2.0
2.1.0
- Fixed searching backwards.
- Added the dialog back. You can pick between the panel and dialog in the settings.
2.0.0
What changed:
- Replaced the dialog with a panel.
- Added more features:
- Search forwards and backwards
- Continuous search ('Wrap around' option)
- Preview search results before replacing them.
- Added more options:
- Use Wildcards (
?
and*
) - Match whole words only
- Preserve case (might yield unexpected results)
- Use Wildcards (
1.0.1
- Added: When text is selected, it's used as the search pattern.
- Fix: Markdown viewer does get updated after clicking 'Replace all' now.
- Fix: Previously inputted search pattern / replacement text shouldn't get garbled now.
- Fix: Replacement strings like '$&' or '$1' should be interpreted literally now, if "Use Regular Expression" is unchecked.
1.0.0
Initial release