joplin-plugin-click-to-copy 1.0.0 → 1.1.0

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
@@ -36,6 +36,12 @@ You can additionally make the text within the span render as inline code by wrap
36
36
  [[`This will render as inline code, but still be click-to-copy`]]
37
37
  ```
38
38
 
39
+ ## Screenshots
40
+
41
+ Use it for things you may frequently want to copy/paste
42
+
43
+ ![](screenshots/1.png)
44
+
39
45
  ## Custom styles
40
46
 
41
47
  If you would like to style the collapsible blocks to your preference, use the following in your `userstyle.css` file, which can be accessed in `Joplin` → `Options` → `Appearance` → `Show Advanced Settings` → `Custom stylesheet for rendered Markdown`:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-click-to-copy",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
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",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "manifest_version": 1,
3
- "id": "com.joplin.click.to.copy",
3
+ "id": "joplin.plugin.click.to.copy.span",
4
4
  "app_min_version": "3.2",
5
- "version": "1.0.0",
5
+ "version": "1.1.0",
6
6
  "name": "Click to copy",
7
7
  "description": "Create text spans which are click-to-copy.",
8
8
  "author": "ntczkjfg",
@@ -16,6 +16,10 @@
16
16
  "spans",
17
17
  "click-to-copy"
18
18
  ],
19
- "_publish_hash": "sha256:f6d6e8698f29eb699e96aa4f5749e1ccff882df5d6bd3332e669e8f21f139d86",
20
- "_publish_commit": "master:9707f56edf424924af2cb540ade8ecfdf042dbaf"
19
+ "platforms": [
20
+ "desktop",
21
+ "mobile"
22
+ ],
23
+ "_publish_hash": "sha256:e65a61ab7a5da396995a6acdc5ca2e0f9aba59dde68bae12da6ba260c9ad93f7",
24
+ "_publish_commit": ""
21
25
  }