joplin-plugin-click-to-copy 1.3.0 → 1.3.2

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.0
5
+ **Version**: 1.3.2
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
- ## Notes
85
+ ## Issues
86
86
 
87
- - **There might be bugs**, [report them here](https://github.com/ntczkjfg/joplin-plugin-click-to-copy-span/issues) and I'll try to fix them if I can.
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
- See my other plugin, [Collapsible blocks](https://github.com/ntczkjfg/joplin-plugin-collapsible-block)! Easily lets you create collapsible/foldable blocks that can hide their content from view.
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.0",
3
+ "version": "1.3.2",
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",
@@ -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.0",
5
+ "version": "1.3.2",
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:b1d7a8e3e67a4ca5210eac2c3ae1afc7c5a6aedc09dfbe619f609d5e264a5883",
24
- "_publish_commit": ""
23
+ "_publish_hash": "sha256:f5783e36b3bdc827029601fc51fe93e7d932023e84c47e1b4876c23629781566",
24
+ "_publish_commit": "master:5f2ec878b1ba8b2a5015ac360b1a7cc48cf9bb62"
25
25
  }