joplin-plugin-context-utils 1.0.7 → 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
@@ -12,6 +12,8 @@ Context Utils is a Joplin plugin that adds context menu options in the markdown
12
12
 
13
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
+ **Go to footnote** - Scroll editor to selected footnote.
16
+
15
17
  **Copy URL/Copy Path/Copy Email** - Copy URL or resource file path to clipboard, or copy email address from mailto: link.
16
18
 
17
19
  **Reveal File** - Reveal Joplin resource file in file explorer.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-context-utils",
3
- "version": "1.0.7",
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",
@@ -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.0.7",
5
+ "version": "1.1.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",
@@ -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:c1f68fb6f523aa425ed624cf7930504f0aa829360ea71081d3ba1e7cdfd4764e",
45
- "_publish_commit": "main:431385177ca322d501db844ddfb72fb80fcba4e1"
44
+ "_publish_hash": "sha256:8c46c8b732669a955c43e302ce8d67c641b379947c1a5f24730c45a4fbc3e334",
45
+ "_publish_commit": "main:e3245d0c6781edc8f6507698c7fb58d5e590fd95"
46
46
  }