joplin-plugin-context-utils 1.5.0 → 1.5.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
@@ -1,7 +1,7 @@
1
- > [!important]
2
- > My coding knowledge is currently very limited. This plugin was created entirely with AI tools, and I may be limited in my ability to fix any issues.
1
+ > [!note]
2
+ > This plugin was created entirely with AI tools.
3
3
 
4
- > [!important]
4
+ > [!note]
5
5
  > This plugin only supports the markdown editor (codemirror 6). The legacy editor is not supported.
6
6
 
7
7
  # Context Utils
@@ -48,5 +48,3 @@ Context Utils is a Joplin plugin that adds context menu options in the markdown
48
48
  ## Misc Notes
49
49
 
50
50
  - Some of these context menu options overlap with the ones provided by the Rich Markdown plugin. Each option can be toggled on/off to avoid conflicts/duplicate menu items.
51
-
52
- - 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.5.0",
3
+ "version": "1.5.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",
@@ -44,7 +44,7 @@
44
44
  "tar": "^7.5.7",
45
45
  "ts-jest": "^29.4.5",
46
46
  "ts-loader": "^9.3.1",
47
- "typescript": "^5.9.3",
47
+ "typescript": "^6.0.3",
48
48
  "webpack": "^5.102.1",
49
49
  "webpack-cli": "^6.0.1"
50
50
  }
@@ -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.5.0",
5
+ "version": "1.5.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:6a86d60ac3be62aef467442ff8a9fc75f4539bf9f9ce8a91c65ee0ab57b68cf1",
47
- "_publish_commit": "main:4304b8252244e98a127e97c4399542c61a83f605"
46
+ "_publish_hash": "sha256:09e80dfcc3fbd4f5728f76c5ff15372507ef3408ce0a87625aa83f43f399bbf1",
47
+ "_publish_commit": "main:bc1d17c5a3a4a5e83441c932c9c9194e6fffede3"
48
48
  }