1
0
mirror of synced 2024-06-28 23:45:12 +08:00

Update: com.joplin.copy.codeBlocks@1.1.0

d3d3981126..c036150fb0
This commit is contained in:
Joplin Bot 2023-11-22 12:35:18 +00:00
parent 545219b690
commit 24fb7bdb67
No known key found for this signature in database
GPG Key ID: B9E410D53EF34309
4 changed files with 7 additions and 7 deletions

View File

@ -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 |

View File

@ -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": {

View File

@ -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"
}