diff --git a/README.md b/README.md index 2e02e95..1cc9e80 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ This repository contains the following plugins: | [🏠](https://github.com/hieuthi/joplin-plugin-container-with-classes) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.container-with-classes/plugin.jpl) | Container with Classes | 1.0.0 | Plugin for creating block-level containers with classes for customization | Hieu-Thi Luong | | [🏠](https://discourse.joplinapp.org/t/create-note-from-highlighted-text/12511) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.convertToNewNote/plugin.jpl) | Convert Text To New Note | 1.5.1 | Converts highlighted text to new one in same folder | ambrt | | [🏠](https://github.com/hieuthi/joplin-plugin-copy-anchor-link) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.copy-anchor-link/plugin.jpl) | Copy Anchor Link | 1.1.0 | This plugin add several icons next to the note headings that you can click on to copy markdown link of the specific heading. | Hieu-Thi Luong | -| [🏠](https://github.com/LightAPIs/joplin-copy-code-blocks) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.joplin.copy.codeBlocks/plugin.jpl) | Copy Code Blocks | 1.0.0 | Add a copy button to the code blocks. | Light | +| [🏠](https://github.com/LightAPIs/joplin-copy-code-blocks) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.joplin.copy.codeBlocks/plugin.jpl) | Copy Code Blocks | 1.1.0 | Add a copy button to the code blocks. | Light | | [🏠](https://discourse.joplinapp.org/t/copy-markdown-link-to-active-note/14402) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.copyNoteLink/plugin.jpl) | 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/joplin/plugins/raw/master/plugins/joplin-plugin-ianylink/plugin.jpl) | Copy Universal Web Link | 0.1.0 | Copy Universal Web Link | Ben Lau | | [🏠](https://discourse.joplinapp.org/t/go-to-note-tag-or-notebook-via-highlighting-text-in-editor/12731) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.goToItem/plugin.jpl) | 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 1014324..1b8265b 100644 --- a/manifests.json +++ b/manifests.json @@ -2561,7 +2561,7 @@ "manifest_version": 1, "id": "com.joplin.copy.codeBlocks", "app_min_version": "2.8", - "version": "1.0.0", + "version": "1.1.0", "name": "Copy Code Blocks", "description": "Add a copy button to the code blocks.", "author": "Light", @@ -2575,8 +2575,8 @@ "appearance", "productivity" ], - "_publish_hash": "sha256:381090ed6c8f119356bbdcda38f029d8791b2a51424ecf8aadb4de75392155c3", - "_publish_commit": "master:d3d3981126df46c8f642f05490e47fee311300c4", + "_publish_hash": "sha256:737bd9dfcacac02f17b7e8a5bcdc3d7e5588c5f2818207b2c7c0c09df96071b2", + "_publish_commit": "master:c036150fb05b3d083b960e748515805f8cb1dfd7", "_npm_package_name": "joplin-plugin-copy-code-blocks" }, "bluulo.JoplinCodeClipboardPlugin": { diff --git a/plugins/com.joplin.copy.codeBlocks/manifest.json b/plugins/com.joplin.copy.codeBlocks/manifest.json index 0df078c..e6207dd 100644 --- a/plugins/com.joplin.copy.codeBlocks/manifest.json +++ b/plugins/com.joplin.copy.codeBlocks/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "com.joplin.copy.codeBlocks", "app_min_version": "2.8", - "version": "1.0.0", + "version": "1.1.0", "name": "Copy Code Blocks", "description": "Add a copy button to the code blocks.", "author": "Light", @@ -16,7 +16,7 @@ "appearance", "productivity" ], - "_publish_hash": "sha256:381090ed6c8f119356bbdcda38f029d8791b2a51424ecf8aadb4de75392155c3", - "_publish_commit": "master:d3d3981126df46c8f642f05490e47fee311300c4", + "_publish_hash": "sha256:737bd9dfcacac02f17b7e8a5bcdc3d7e5588c5f2818207b2c7c0c09df96071b2", + "_publish_commit": "master:c036150fb05b3d083b960e748515805f8cb1dfd7", "_npm_package_name": "joplin-plugin-copy-code-blocks" } \ No newline at end of file diff --git a/plugins/com.joplin.copy.codeBlocks/plugin.jpl b/plugins/com.joplin.copy.codeBlocks/plugin.jpl index 41bb1e7..f0d6b32 100644 Binary files a/plugins/com.joplin.copy.codeBlocks/plugin.jpl and b/plugins/com.joplin.copy.codeBlocks/plugin.jpl differ