joplin-plugin-click-to-copy 1.3.1 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
This Joplin plugin allows you to create inline click-to-copy text spans.
|
|
4
4
|
|
|
5
|
-
**Version**: 1.3.
|
|
5
|
+
**Version**: 1.3.3
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
@@ -82,14 +82,16 @@ If you would like to style the collapsible blocks to your preference, use the fo
|
|
|
82
82
|
}
|
|
83
83
|
```
|
|
84
84
|
|
|
85
|
-
##
|
|
85
|
+
## Issues
|
|
86
86
|
|
|
87
|
-
- **
|
|
87
|
+
- **Encounter any bugs?** [Report them here](https://github.com/ntczkjfg/joplin-plugin-click-to-copy-span/issues), and I'll do my best to fix them.
|
|
88
88
|
|
|
89
89
|
## Acknowledgement
|
|
90
90
|
|
|
91
|
-
Thanks to the creator of the [Joplin Spoilers](https://github.com/martinkorelic/joplin-plugin-spoilers) plugin, whose code helped me build this plugin.
|
|
91
|
+
Thanks to the creator of the [Joplin Spoilers](https://github.com/martinkorelic/joplin-plugin-spoilers) plugin, whose code helped me build this plugin. Our code bases and methodologies are wildly different at this point, but it got me started with Joplin plugins.
|
|
92
92
|
|
|
93
93
|
## Other plugins
|
|
94
94
|
|
|
95
|
-
|
|
95
|
+
Check out my other plugins:
|
|
96
|
+
* [Collapsible Blocks](https://github.com/ntczkjfg/joplin-plugin-collapsible-block)! Easily create collapsible/foldable blocks that can hide their content from view.
|
|
97
|
+
* [Hotstrings & Hotkeys]()https://github.com/ntczkjfg/joplin-plugin-hotstrings)! Easily create user-defined hotstrings and hotkeys for simple text insertion and replacement.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "joplin-plugin-click-to-copy",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.3",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
|
|
6
6
|
"prepare": "npm run dist",
|
|
Binary file
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"manifest_version": 1,
|
|
3
3
|
"id": "com.joplin.click.to.copy",
|
|
4
4
|
"app_min_version": "3.2",
|
|
5
|
-
"version": "1.3.
|
|
5
|
+
"version": "1.3.3",
|
|
6
6
|
"name": "Click to copy",
|
|
7
7
|
"description": "Create text spans which are click-to-copy.",
|
|
8
8
|
"author": "ntczkjfg",
|
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
"desktop",
|
|
21
21
|
"mobile"
|
|
22
22
|
],
|
|
23
|
-
"_publish_hash": "sha256:
|
|
24
|
-
"_publish_commit": ""
|
|
23
|
+
"_publish_hash": "sha256:fab4a69e19e2809e2018dd012c9ca03981fc745a1d53821406cdcdd4839d50ff",
|
|
24
|
+
"_publish_commit": "master:5f2ec878b1ba8b2a5015ac360b1a7cc48cf9bb62"
|
|
25
25
|
}
|