diff --git a/README.md b/README.md index ccfb1ab..0cba908 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This repository contains the following plugins: [🏠](https://discourse.joplinapp.org/t/create-note-from-highlighted-text/12511) | Convert Text To New Note | 1.4.5 | Converts highlighted text to new one in same folder | ambrt [🏠](https://github.com/JackGruber/joplin-plugin-copytags) | Copy Tags | 0.3.3 | Plugin to extend the Joplin tagging menu with a copy all tags and tagging list with more control. | JackGruber [🏠](https://discourse.joplinapp.org/t/go-to-note-tag-or-notebook-via-highlighting-text-in-editor/12731) | Create and go to #tags and @notebooks | 1.3.4 | Go to tag,notebook or note via links or via text | a -[🏠]() | Embed Search | 1.0.0 | Embeds list of links specified by search inside of note | ambrt +[🏠]() | Embed Search | 1.0.1 | Embeds list of links specified by search inside of note | ambrt [🏠](https://github.com/benji300/joplin-favorites) | Favorites | 1.1.0 | Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access. (v1.1.0) | Benji300 [🏠](https://github.com/JackGruber/joplin-plugin-hotfolder) | Hotfolder | 0.1.1 | Monitors a locale folder and import the files as a new note. | JackGruber [🏠](https://github.com/roman-r-m/joplin-inline-tags-plugin) | Inline tags | 0.0.4 | Inline tags plugin | Roman Musin diff --git a/manifests.json b/manifests.json index 27d3212..df80082 100644 --- a/manifests.json +++ b/manifests.json @@ -262,14 +262,14 @@ "manifest_version": 1, "id": "joplin.plugin.ambrt.embedSearch", "app_min_version": "1.7", - "version": "1.0.0", + "version": "1.0.1", "name": "Embed Search", "description": "Embeds list of links specified by search inside of note", "author": "ambrt", "homepage_url": "", "repository_url": "https://github.com/ambrt/joplin-plugin-embed-search", "keywords": [], - "_publish_hash": "sha256:5f46012b4333ff310915faa0357c3bc4d3d2a3f13311cea4dd899f993429c4ea", + "_publish_hash": "sha256:31c84981d3a4daa9046837ac71439c9b19e484331369fd52a76f1c5a441b732f", "_publish_commit": "master:961fca47417fe3336341cf70d231eb286e4a331d", "_npm_package_name": "joplin-plugin-embed-search" } diff --git a/plugins/joplin.plugin.ambrt.embedSearch/manifest.json b/plugins/joplin.plugin.ambrt.embedSearch/manifest.json index d139add..7ec2552 100644 --- a/plugins/joplin.plugin.ambrt.embedSearch/manifest.json +++ b/plugins/joplin.plugin.ambrt.embedSearch/manifest.json @@ -2,14 +2,14 @@ "manifest_version": 1, "id": "joplin.plugin.ambrt.embedSearch", "app_min_version": "1.7", - "version": "1.0.0", + "version": "1.0.1", "name": "Embed Search", "description": "Embeds list of links specified by search inside of note", "author": "ambrt", "homepage_url": "", "repository_url": "https://github.com/ambrt/joplin-plugin-embed-search", "keywords": [], - "_publish_hash": "sha256:5f46012b4333ff310915faa0357c3bc4d3d2a3f13311cea4dd899f993429c4ea", + "_publish_hash": "sha256:31c84981d3a4daa9046837ac71439c9b19e484331369fd52a76f1c5a441b732f", "_publish_commit": "master:961fca47417fe3336341cf70d231eb286e4a331d", "_npm_package_name": "joplin-plugin-embed-search" } \ No newline at end of file diff --git a/plugins/joplin.plugin.ambrt.embedSearch/plugin.jpl b/plugins/joplin.plugin.ambrt.embedSearch/plugin.jpl index 113d160..9b74ca1 100644 Binary files a/plugins/joplin.plugin.ambrt.embedSearch/plugin.jpl and b/plugins/joplin.plugin.ambrt.embedSearch/plugin.jpl differ