joplin-plugin-context-utils 1.4.0 → 1.4.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
@@ -16,9 +16,9 @@ Context Utils is a Joplin plugin that adds context menu options in the markdown
16
16
 
17
17
  **Add Link to Note** - Insert a link to another note at the cursor
18
18
 
19
- **Go to footnote** - Scroll editor to defintion associated with the selected Footnote reference.
19
+ **Go to Footnote** - Scroll editor to defintion associated with the selected Footnote reference.
20
20
 
21
- **Go to heading** - Scroll editor to specified heading when right clicking on internal anchor link (e.g. `[Test](#test)`)
21
+ **Go to Heading** - Scroll editor to specified heading when right clicking on internal anchor link (e.g. `[Test](#test)`)
22
22
 
23
23
  **Copy URL/Copy Path/Copy Email** - Copy URL or resource file path to clipboard, or copy email address from mailto: link.
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-context-utils",
3
- "version": "1.4.0",
3
+ "version": "1.4.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,7 +2,7 @@
2
2
  "manifest_version": 1,
3
3
  "id": "com.bwat47.context-utils",
4
4
  "app_min_version": "3.3",
5
- "version": "1.4.0",
5
+ "version": "1.4.1",
6
6
  "name": "Context Utils",
7
7
  "description": "Adds context menu options in the markdown editor related to links, images, task lists and code",
8
8
  "author": "bwat47",
@@ -43,6 +43,6 @@
43
43
  "src": "images/context-utils_promo_tile.png",
44
44
  "label": "Context Utils Promo Tile"
45
45
  },
46
- "_publish_hash": "sha256:cb72b9b5b842c76c29a0fa39c304c7762d17c277e79abcb7b9e39fd79f738e43",
47
- "_publish_commit": "main:fa8827fca0fc1001220f226ed8ae6cb63d4cf302"
46
+ "_publish_hash": "sha256:c25911d870ff23ab1e0bd03a070c9e1308504df52b258b4a47ff6e3d62f89197",
47
+ "_publish_commit": "main:78ebeb14b2316f75b3d3a3a7f885cade72f4e080"
48
48
  }