diff --git a/README.md b/README.md index 0736f46..7c4af5b 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ This repository contains the following plugins: | [🏠](https://github.com/joplin/plugin-templates) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.templates/plugin.jpl) | Templates | 2.4.0 | This plugin allows you to create and use templates in Joplin. | Nishant Mittal | | [🏠](https://github.com/sadmice/Joplin-Plugin-Text-Colorize) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/sadmice.TextColorize/plugin.jpl) | Text Colorize | 1.2.3 | Easily apply color to text. | Sadmice | | [🏠](https://github.com/aranajuan/joplin-plugin-timetagger) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.jpa.joplin.timetagger/plugin.jpl) | TimeTagger Plugin | 1.1.3 | Time tracking with Joplin and TimeTagger | Juan Arana | +| [🏠](https://vocus.cc/fedoranotebook/home) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.Plugin.ToGoogleSearch/plugin.jpl) | To Google Search | 1.0.0 | Selected Text to Web Google Search | joe | | [🏠](https://github.com/hjonin/todoist-to-joplin) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/hjonin.joplin.todoist-to-joplin/plugin.jpl) | Todoist to Joplin | 1.0.1 | Import your Todoist data into Joplin | hjonin | | [🏠](https://github.com/Winbee/joplin-turn-to-chart) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/net.gagnepain.turnToChart/plugin.jpl) | turnToChart | 1.9.3 | Transforms a markdown or csv table into an HTML chart | Samuel Gagnepain | | [🏠](https://github.com/WeMakeMachines/joplin-plugin-vextab) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.wemakemachines.joplin.plugin.vextab/plugin.jpl) | VexTab plugin for Joplin | 0.1.2 | A Joplin plugin for rendering guitar tablature using VexTab | Franco Speziali | diff --git a/manifests.json b/manifests.json index 9c7e460..e017ab6 100644 --- a/manifests.json +++ b/manifests.json @@ -2960,5 +2960,22 @@ "_publish_hash": "sha256:72e73c01722c9e5e3aa05ae65fe086a0d092e844e7b1b90809b74ede705f19ed", "_publish_commit": "main:f660d195501b99ff4924255a81145aca40179d2c", "_npm_package_name": "joplin-plugin-revealjs-slides" + }, + "com.Plugin.ToGoogleSearch": { + "manifest_version": 1, + "id": "com.Plugin.ToGoogleSearch", + "app_min_version": "2.11", + "version": "1.0.0", + "name": "To Google Search", + "description": "Selected Text to Web Google Search ", + "author": "joe", + "homepage_url": "https://vocus.cc/fedoranotebook/home", + "repository_url": "https://github.com/fishpcblog/joplin-plugin-To-Google-Search", + "keywords": [], + "categories": [], + "screenshots": [], + "_publish_hash": "sha256:4b183b45f5164bbec04da30743f7ac4e26205881dd312ae1cfddc84f8872ee85", + "_publish_commit": "main:0bd10688e519025bd312cd6ed5278e318ae9620a", + "_npm_package_name": "joplin-plugin-selectedtext-to-googlesearch" } } \ No newline at end of file diff --git a/plugins/com.Plugin.ToGoogleSearch/manifest.json b/plugins/com.Plugin.ToGoogleSearch/manifest.json new file mode 100644 index 0000000..60d51b9 --- /dev/null +++ b/plugins/com.Plugin.ToGoogleSearch/manifest.json @@ -0,0 +1,17 @@ +{ + "manifest_version": 1, + "id": "com.Plugin.ToGoogleSearch", + "app_min_version": "2.11", + "version": "1.0.0", + "name": "To Google Search", + "description": "Selected Text to Web Google Search ", + "author": "joe", + "homepage_url": "https://vocus.cc/fedoranotebook/home", + "repository_url": "https://github.com/fishpcblog/joplin-plugin-To-Google-Search", + "keywords": [], + "categories": [], + "screenshots": [], + "_publish_hash": "sha256:4b183b45f5164bbec04da30743f7ac4e26205881dd312ae1cfddc84f8872ee85", + "_publish_commit": "main:0bd10688e519025bd312cd6ed5278e318ae9620a", + "_npm_package_name": "joplin-plugin-selectedtext-to-googlesearch" +} \ No newline at end of file diff --git a/plugins/com.Plugin.ToGoogleSearch/plugin.jpl b/plugins/com.Plugin.ToGoogleSearch/plugin.jpl new file mode 100644 index 0000000..d6931aa Binary files /dev/null and b/plugins/com.Plugin.ToGoogleSearch/plugin.jpl differ