joplin-plugin-context-utils 1.0.0 → 1.0.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
@@ -6,11 +6,11 @@
6
6
 
7
7
  # Context Utils
8
8
 
9
- Context Utils is a Joplin plugin that adds context menu options in the markdown editor related to links, images, and code. The context menu options will only appear when applicable (e.g. Copy Code only appears when right clicking inside a Code Block or Inline Code).
9
+ Context Utils is a Joplin plugin that adds context menu options in the markdown editor related to links, images, task lists and code. The context menu options will only appear when applicable (e.g. Copy Code only appears when right clicking inside a Code Block or Inline Code).
10
10
 
11
11
  ## Context Menu Options
12
12
 
13
- **Open Link/Open Resource/Send Email** - Open external URLs in browser, open Joplin resources in default app, or open mailto: links in default mail client.
13
+ **Open Link/Open Resource/Send Email/Open Note** - Open external URLs in browser, open Joplin resources in default app, open mailto: links in default mail client, or open linked note.
14
14
 
15
15
  **Copy URL/Copy Path/Copy Email** - Copy URL or resource file path to clipboard, or copy email address from mailto: link.
16
16
 
@@ -20,11 +20,9 @@ Context Utils is a Joplin plugin that adds context menu options in the markdown
20
20
 
21
21
  **Copy OCR Text** - Copy OCR text from image resources when available.
22
22
 
23
- **Check Task** - Toggle task on selected line.
23
+ **Check/Uncheck Task** - Toggle task on selected line.
24
24
 
25
- **Check All Tasks** - Check all tasks in selection.
26
-
27
- **Uncheck All Tasks** - Uncheck all tasks in selection.
25
+ **Check/Uncheck All Tasks** - Toggle all tasks in selection.
28
26
 
29
27
  ## Settings
30
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-context-utils",
3
- "version": "1.0.0",
3
+ "version": "1.0.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",
@@ -2,9 +2,9 @@
2
2
  "manifest_version": 1,
3
3
  "id": "com.bwat47.context-utils",
4
4
  "app_min_version": "3.3",
5
- "version": "1.0.0",
5
+ "version": "1.0.1",
6
6
  "name": "Context Utils",
7
- "description": "Adds context menu options in the markdown editor related to links, images, and code",
7
+ "description": "Adds context menu options in the markdown editor related to links, images, task lists and code",
8
8
  "author": "bwat47",
9
9
  "homepage_url": "https://github.com/bwat47/joplin-context-utils",
10
10
  "repository_url": "https://github.com/bwat47/joplin-context-utils",
@@ -41,6 +41,6 @@
41
41
  "src": "images/context-utils_promo_tile.png",
42
42
  "label": "Context Utils Promo Tile"
43
43
  },
44
- "_publish_hash": "sha256:59a93db8818bc34e0fc2d851a74d1cbd6c323973e5a570e62969702ca0d08c38",
45
- "_publish_commit": "main:572881bf72d09c75d8c00f22460596f500231e45"
44
+ "_publish_hash": "sha256:161fa308ba5f419d8fe49f3850281ecabcc088814f7f837f6636c70f9d3acd21",
45
+ "_publish_commit": "main:ffb07f2bf940f9f225f5658fda0483bb5b635772"
46
46
  }