diff --git a/README.md b/README.md index 2a9da4c..c0a3a2b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This repository contains the following plugins: --- | --- | --- | --- | --- [🏠](https://discourse.joplinapp.org/t/insert-referencing-notes-backlinks-plugin/13632) | Backlinks to note | 1.0.4 | Creates backlinks to opened note | a [🏠](https://github.com/JackGruber/joplin-plugin-combine-notes) | Combine notes | 0.2.1 | Combine one or more notes | JackGruber -[🏠](https://discourse.joplinapp.org/t/create-note-from-highlighted-text/12511) | Convert Text To New Note | 1.4.3 | Converts highlighted text to new one in same folder | a +[🏠](https://discourse.joplinapp.org/t/create-note-from-highlighted-text/12511) | Convert Text To New Note | 1.4.4 | Converts highlighted text to new one in same folder | 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.4 | Go to tag,notebook or note via links or via text | a [🏠](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 diff --git a/manifests.json b/manifests.json index 6150317..f164fa8 100644 --- a/manifests.json +++ b/manifests.json @@ -186,13 +186,13 @@ "manifest_version": 1, "id": "joplin.plugin.ambrt.convertToNewNote", "app_min_version": "1.4", - "version": "1.4.3", + "version": "1.4.4", "name": "Convert Text To New Note", "description": "Converts highlighted text to new one in same folder", "author": "a", "homepage_url": "https://discourse.joplinapp.org/t/create-note-from-highlighted-text/12511", - "_publish_hash": "sha256:2d1b4bc0d567c3fb5bea773e1657af2e458a777a5fb5ba48c15693378ae63d10", - "_publish_commit": "master:e7dd146e37318dd0e44351f5231f543e35f9788e", + "_publish_hash": "sha256:082e7f2029415351fd393eb9b9f2e9d264956ab173150cfdeb0cf66f41a7fc9f", + "_publish_commit": "master:7942a1c9a1154db51848a6cb9f6ecf2c179b7106", "_npm_package_name": "joplin-plugin-create-from-text" } } \ No newline at end of file diff --git a/plugins/joplin.plugin.ambrt.convertToNewNote/manifest.json b/plugins/joplin.plugin.ambrt.convertToNewNote/manifest.json index 3bea4aa..442c138 100644 --- a/plugins/joplin.plugin.ambrt.convertToNewNote/manifest.json +++ b/plugins/joplin.plugin.ambrt.convertToNewNote/manifest.json @@ -2,12 +2,12 @@ "manifest_version": 1, "id": "joplin.plugin.ambrt.convertToNewNote", "app_min_version": "1.4", - "version": "1.4.3", + "version": "1.4.4", "name": "Convert Text To New Note", "description": "Converts highlighted text to new one in same folder", "author": "a", "homepage_url": "https://discourse.joplinapp.org/t/create-note-from-highlighted-text/12511", - "_publish_hash": "sha256:2d1b4bc0d567c3fb5bea773e1657af2e458a777a5fb5ba48c15693378ae63d10", - "_publish_commit": "master:e7dd146e37318dd0e44351f5231f543e35f9788e", + "_publish_hash": "sha256:082e7f2029415351fd393eb9b9f2e9d264956ab173150cfdeb0cf66f41a7fc9f", + "_publish_commit": "master:7942a1c9a1154db51848a6cb9f6ecf2c179b7106", "_npm_package_name": "joplin-plugin-create-from-text" } \ No newline at end of file diff --git a/plugins/joplin.plugin.ambrt.convertToNewNote/plugin.jpl b/plugins/joplin.plugin.ambrt.convertToNewNote/plugin.jpl index d9803ae..9ddbf9c 100644 Binary files a/plugins/joplin.plugin.ambrt.convertToNewNote/plugin.jpl and b/plugins/joplin.plugin.ambrt.convertToNewNote/plugin.jpl differ