diff --git a/README.md b/README.md index 41ae47f..e01aabe 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This repository contains the following plugins: [🏠]() | Copy link to active note | 1.0.0 | Adds entry to right click menu in editor to get link to active note | a [🏠](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.6 | Go to tag,notebook or note via links or via text | a -[🏠]() | Embed Search | 1.0.9 | Embeds list of links specified by search inside of note | ambrt +[🏠]() | Embed Search | 1.0.10 | Embeds list of links specified by search inside of note | ambrt [🏠](https://github.com/benji300/joplin-favorites) | Favorites | 1.2.1 | Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access. | Benji300 [🏠](https://github.com/JackGruber/joplin-plugin-hotfolder/blob/master/README.md) | Hotfolder | 0.3.2 | Monitors a locale folder and import the files as a new note. | JackGruber [🏠](https://discourse.joplinapp.org/t/plugin-inline-tags/14192) | Inline tags | 1.1.3 | Inline tags plugin | Roman Musin diff --git a/manifests.json b/manifests.json index 07eedcb..fcf5567 100644 --- a/manifests.json +++ b/manifests.json @@ -295,14 +295,14 @@ "manifest_version": 1, "id": "joplin.plugin.ambrt.embedSearch", "app_min_version": "1.7", - "version": "1.0.9", + "version": "1.0.10", "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:ee8b8e1d35078d935fb45c39e470568c1160f39feb9f408d3df2e6bee581b8ba", + "_publish_hash": "sha256:a903a3870343608528b07a38aa4d2f1b2d47c0a6151052a1d2d6f79909b83ac6", "_publish_commit": "master:16f47c4908e460e4ff5cdb158d560ac95bef9773", "_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 1579b6b..dff9ecf 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.9", + "version": "1.0.10", "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:ee8b8e1d35078d935fb45c39e470568c1160f39feb9f408d3df2e6bee581b8ba", + "_publish_hash": "sha256:a903a3870343608528b07a38aa4d2f1b2d47c0a6151052a1d2d6f79909b83ac6", "_publish_commit": "master:16f47c4908e460e4ff5cdb158d560ac95bef9773", "_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 a87f231..c8d472b 100644 Binary files a/plugins/joplin.plugin.ambrt.embedSearch/plugin.jpl and b/plugins/joplin.plugin.ambrt.embedSearch/plugin.jpl differ