joplin-plugin-click-to-copy 1.0.1 → 1.1.1

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.0
5
+ **Version**: 1.1.1
6
6
 
7
7
  ## Installation
8
8
 
@@ -21,7 +21,7 @@ This Joplin plugin allows you to create inline click-to-copy text spans.
21
21
 
22
22
  ### Click-to-copy spans
23
23
 
24
- In order to create a collapsible block, you can:
24
+ In order to create a Click-to-Copy Span, you can:
25
25
  - press on the `Click-to-Copy Span` toolbar button to create a template span, or
26
26
  - highlight text then press on the `Click-to-Copy Span` toolbar button to convert it to a span, or
27
27
  - or manually type in the following format:
@@ -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`:
@@ -48,7 +54,7 @@ If you would like to style the collapsible blocks to your preference, use the fo
48
54
  ```
49
55
 
50
56
  ## Settings
51
- There is a settings page for the plugin in the Joplin options. There, you can customize the start and end tokens away from the default `[[` and `]]`.
57
+ There is a settings page for the plugin in the Joplin options. There, you can customize the start and end tokens away from the default `[[` and `]]`. You can also disable having the spans appear in the editor if you'd prefer only the raw text there.
52
58
 
53
59
  ## Notes
54
60
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-click-to-copy",
3
- "version": "1.0.1",
3
+ "version": "1.1.1",
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.1",
5
+ "version": "1.1.1",
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:8611a729cbccbbda1ac2051f1edaef982fe5630acf44297f737133658031e01c",
24
- "_publish_commit": "master:9707f56edf424924af2cb540ade8ecfdf042dbaf"
23
+ "_publish_hash": "sha256:83a592189694e25d7158012a2c87e3bfc774f54036d976e62f916d2f7407e0f4",
24
+ "_publish_commit": "master:19779ee16bce6da9b98198364bd6fe95611d49c1"
25
25
  }