diff --git a/README.md b/README.md index 58327da..45bfcf4 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ This repository contains the following plugins: | [🏠](https://github.com/roman-r-m/joplin-plugin-resource-search) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/net.rmusin.resource-search/plugin.jpl) | Resource Search Plugin | 0.1.1 | Search in Attached Resources | Roman Musin | | [🏠](https://github.com/CalebJohn/joplin-rich-markdown#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/plugin.calebjohn.rich-markdown/plugin.jpl) | Rich Markdown | 0.13.2 | Helping you ditch the markdown viewer for good. | Caleb John | | [🏠](https://github.com/hieuthi/joplin-plugin-rubi-and-furigana) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.rubi-and-furigana/plugin.jpl) | Rubi and Furigana | 1.1.0 | Commands that insert appropriate <ruby> and <rt> tags to formatted text to display furigana. | Hieu-Thi Luong | +| [🏠](https://github.com/FelisDiligens/joplin-plugin-search-and-replace) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-search-and-replace/plugin.jpl) | Search & Replace | 1.0.0 | Adds a simple search and replace dialog. | FelisDiligens | | [🏠](https://github.com/marcgreen/semantic-joplin/tree/master/similar-notes) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marcgreen.joplin-plugin-semantically-similar-notes/plugin.jpl) | Semantically Similar Notes | 0.2.1 | Show user which notes are semantically similar to the one they are looking at | marc green | | [🏠](https://github.com/ambrt/joplin-plugin-send-snippet) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.sendSnippet/plugin.jpl) | Send snippet to different note | 1.0.0 | Sends snippet of text to any other note from any notebook | ambrt | | [🏠](https://github.com/JackGruber/joplin-plugin-backup/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.backup/plugin.jpl) | Simple Backup | 1.2.2 | Plugin to create manual and automatic backups. | JackGruber | diff --git a/manifests.json b/manifests.json index 481e497..5c54475 100644 --- a/manifests.json +++ b/manifests.json @@ -2584,5 +2584,21 @@ "_publish_hash": "sha256:35dd02dd9915ad9931ebef7f8949e0e59727ba6a5f67154af71459ff0614fb93", "_publish_commit": "main:974866775cc0a45a7899bfd0b36ef3b4954ad122", "_npm_package_name": "joplin-plugin-code-clipboard" + }, + "joplin-plugin-search-and-replace": { + "manifest_version": 1, + "id": "joplin-plugin-search-and-replace", + "app_min_version": "2.8", + "version": "1.0.0", + "name": "Search & Replace", + "description": "Adds a simple search and replace dialog.", + "author": "FelisDiligens", + "homepage_url": "https://github.com/FelisDiligens/joplin-plugin-search-and-replace", + "repository_url": "https://github.com/FelisDiligens/joplin-plugin-search-and-replace", + "keywords": [], + "categories": [], + "_publish_hash": "sha256:4608221f05457ca4fb94a525a13ed294ea17095f6c7da8e940a6abd363e0b1bf", + "_publish_commit": "master:0d4c3972f88f1af7a01d4111879323b15085f9b6", + "_npm_package_name": "joplin-plugin-search-and-replace" } } \ No newline at end of file diff --git a/plugins/joplin-plugin-search-and-replace/manifest.json b/plugins/joplin-plugin-search-and-replace/manifest.json new file mode 100644 index 0000000..60a7889 --- /dev/null +++ b/plugins/joplin-plugin-search-and-replace/manifest.json @@ -0,0 +1,16 @@ +{ + "manifest_version": 1, + "id": "joplin-plugin-search-and-replace", + "app_min_version": "2.8", + "version": "1.0.0", + "name": "Search & Replace", + "description": "Adds a simple search and replace dialog.", + "author": "FelisDiligens", + "homepage_url": "https://github.com/FelisDiligens/joplin-plugin-search-and-replace", + "repository_url": "https://github.com/FelisDiligens/joplin-plugin-search-and-replace", + "keywords": [], + "categories": [], + "_publish_hash": "sha256:4608221f05457ca4fb94a525a13ed294ea17095f6c7da8e940a6abd363e0b1bf", + "_publish_commit": "master:0d4c3972f88f1af7a01d4111879323b15085f9b6", + "_npm_package_name": "joplin-plugin-search-and-replace" +} \ No newline at end of file diff --git a/plugins/joplin-plugin-search-and-replace/plugin.jpl b/plugins/joplin-plugin-search-and-replace/plugin.jpl new file mode 100644 index 0000000..4192a3d Binary files /dev/null and b/plugins/joplin-plugin-search-and-replace/plugin.jpl differ