joplin-plugin-context-utils 1.1.3 → 1.1.4

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
@@ -26,9 +26,9 @@ Context Utils is a Joplin plugin that adds context menu options in the markdown
26
26
 
27
27
  **Check/Uncheck All Tasks** - Toggle all tasks in selection.
28
28
 
29
- **Pin to Tabs** - Allows you to right click a link to another joplin note and pin it to a tab (requires the [Note Tabs](https://joplinapp.org/plugins/plugin/joplin.plugin.note.tabs/?from-tab=all) plugin)
29
+ **Open Note as Pinned Tab** - Allows you to right click a link to another joplin note and pin it to a tab (requires the [Note Tabs](https://joplinapp.org/plugins/plugin/joplin.plugin.note.tabs/?from-tab=all) plugin)
30
30
 
31
- **Open in New Window** - Allows you to right click a link to another joplin note and open it in a new window.
31
+ **Open Note in New Window** - Allows you to right click a link to another joplin note and open it in a new window.
32
32
 
33
33
  ## Settings
34
34
 
@@ -38,6 +38,6 @@ Context Utils is a Joplin plugin that adds context menu options in the markdown
38
38
 
39
39
  ## Misc Notes
40
40
 
41
- - Most of these context menu options overlap with the ones provided by the Rich Markdown plugin (this plugin provides similar options but as a standalone plugin).
41
+ - Some of these context menu options overlap with the ones provided by the Rich Markdown plugin (this plugin provides similar options but as a standalone plugin). Each option can be toggled on/off to avoid conflicts/duplicate menu items.
42
42
 
43
43
  - Options for "Copy Image" and "Resize Image" are intentionally not provided by this plugin, as they are available in my other plugin: https://github.com/bwat47/simple-image-resize
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-context-utils",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
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.1.3",
5
+ "version": "1.1.4",
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:2106745bf5eb6c7596825a8b0956f49903970f92b88f2b651aa5cfc2e2315a2a",
45
- "_publish_commit": "main:dddb416c849555babae35fa436dc4aa7e1f7dd6a"
44
+ "_publish_hash": "sha256:ceda529f945b33ffcc40f730d68effc927c90f50e3cdefa80394c30a810a0f42",
45
+ "_publish_commit": "main:eb7e20ce7b271f28d7830dad59883d330f814c61"
46
46
  }