diff --git a/README.md b/README.md index 40fb56e..3fc5266 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) | Automatic Backlinks to note | 2.0.10 | Creates backlinks to opened note, also in automatic way | ambrt [🏠](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.9 | Converts highlighted text to new one in same folder | ambrt +[🏠](https://discourse.joplinapp.org/t/create-note-from-highlighted-text/12511) | Convert Text To New Note | 1.5.0 | Converts highlighted text to new one in same folder | ambrt [🏠](https://discourse.joplinapp.org/t/copy-markdown-link-to-active-note/14402) | Copy link to active note | 1.0.1 | 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.7 | Go to tag,notebook or note via links or via text | a diff --git a/manifests.json b/manifests.json index df28464..a747580 100644 --- a/manifests.json +++ b/manifests.json @@ -219,13 +219,13 @@ "manifest_version": 1, "id": "joplin.plugin.ambrt.convertToNewNote", "app_min_version": "1.7", - "version": "1.4.9", + "version": "1.5.0", "name": "Convert Text To New Note", "description": "Converts highlighted text to new one in same folder", "author": "ambrt", "homepage_url": "https://discourse.joplinapp.org/t/create-note-from-highlighted-text/12511", - "_publish_hash": "sha256:df62f67c274eef29410b771cfe4a1ee2d0946c767a4448b5687a4fd833b8b928", - "_publish_commit": "master:b933b0746ab5aabe229b733572d5d9113b677a2f", + "_publish_hash": "sha256:cf772ea2ba14931971f5a78dfca76704d3ef3b95d9b8c856be69e3c800a80f2b", + "_publish_commit": "master:432a8878c3d16e066e486ad2d54e54ae3cdc640b", "_npm_package_name": "joplin-plugin-create-from-text" }, "com.whatever.quick-links": { diff --git a/plugins/joplin.plugin.ambrt.convertToNewNote/manifest.json b/plugins/joplin.plugin.ambrt.convertToNewNote/manifest.json index 33be72f..9091f28 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.7", - "version": "1.4.9", + "version": "1.5.0", "name": "Convert Text To New Note", "description": "Converts highlighted text to new one in same folder", "author": "ambrt", "homepage_url": "https://discourse.joplinapp.org/t/create-note-from-highlighted-text/12511", - "_publish_hash": "sha256:df62f67c274eef29410b771cfe4a1ee2d0946c767a4448b5687a4fd833b8b928", - "_publish_commit": "master:b933b0746ab5aabe229b733572d5d9113b677a2f", + "_publish_hash": "sha256:cf772ea2ba14931971f5a78dfca76704d3ef3b95d9b8c856be69e3c800a80f2b", + "_publish_commit": "master:432a8878c3d16e066e486ad2d54e54ae3cdc640b", "_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 6dcc2de..b68fa00 100644 Binary files a/plugins/joplin.plugin.ambrt.convertToNewNote/plugin.jpl and b/plugins/joplin.plugin.ambrt.convertToNewNote/plugin.jpl differ