1
0
mirror of synced 2024-07-03 02:25:21 +08:00

Update: joplin.plugin.ambrt.embedSearch@1.0.4

8acfca0412
This commit is contained in:
Laurent Cozic 2021-01-31 22:09:53 +00:00
parent f3d980911a
commit 73adde2dab
4 changed files with 7 additions and 7 deletions

View File

@ -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.3 | Embeds list of links specified by search inside of note | ambrt
[🏠]() | Embed Search | 1.0.4 | 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.3.0 | 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

View File

@ -262,15 +262,15 @@
"manifest_version": 1,
"id": "joplin.plugin.ambrt.embedSearch",
"app_min_version": "1.7",
"version": "1.0.3",
"version": "1.0.4",
"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:cb9a05fec4ffe8e92dc6d1d7f845b3715989a5cf9fc830cea7480b3cf8bdf992",
"_publish_commit": "master:a384b4df828984b0bda51004a63ae80fcf427620",
"_publish_hash": "sha256:c6adc44be8092caa43eba2e33e9aed697c3044fb164ecfb096be3629c11f8ada",
"_publish_commit": "master:8acfca0412130aa87a056adbe9e5426f21af75df",
"_npm_package_name": "joplin-plugin-embed-search"
},
"joplin.plugin.ambrt.copyNoteLink": {

View File

@ -2,14 +2,14 @@
"manifest_version": 1,
"id": "joplin.plugin.ambrt.embedSearch",
"app_min_version": "1.7",
"version": "1.0.3",
"version": "1.0.4",
"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:cb9a05fec4ffe8e92dc6d1d7f845b3715989a5cf9fc830cea7480b3cf8bdf992",
"_publish_commit": "master:a384b4df828984b0bda51004a63ae80fcf427620",
"_publish_hash": "sha256:c6adc44be8092caa43eba2e33e9aed697c3044fb164ecfb096be3629c11f8ada",
"_publish_commit": "master:8acfca0412130aa87a056adbe9e5426f21af75df",
"_npm_package_name": "joplin-plugin-embed-search"
}