joplin-plugin-copy-as-html 1.0.15 → 1.0.16

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
@@ -56,6 +56,14 @@ If enabled, `**TEST*`* or `__TEST__` will remain as-is in plain text output.
56
56
  - Preserve heading characters `(## TEST)`
57
57
  If enabled, `## TEST` will remain as-is in plain text output.
58
58
 
59
+ As of version 1.0.15, the following options are provided for external hyperlinks (only impacts markdown links containing http/https URL):
60
+
61
+ - Title - Displays link title only (default).
62
+
63
+ - URL - Displays link URL only.
64
+
65
+ - Markdown Format - Displays full markdown link formatting with title and URL.
66
+
59
67
  ## Known Issues
60
68
 
61
69
  - The context menu options appear in the rich text editor's context menu (but aren't functional, the plugin is only intended for the markdown editor).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-copy-as-html",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
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",
Binary file
@@ -2,7 +2,7 @@
2
2
  "manifest_version": 1,
3
3
  "id": "com.bwat47.copyashtml",
4
4
  "app_min_version": "3.3",
5
- "version": "1.0.15",
5
+ "version": "1.0.16",
6
6
  "name": "Copy as HTML",
7
7
  "description": "Allows you to copy text with HTML (rich text) formatting from the markdown editor without excess styling.",
8
8
  "author": "bwat47",
@@ -62,6 +62,6 @@
62
62
  "value": "title"
63
63
  }
64
64
  },
65
- "_publish_hash": "sha256:eb1340273f810728a3ebedc6d296c1816711c5e2932e3bea3420b3df129a5902",
66
- "_publish_commit": "main:f161b8114e8b5dcf98ab3115e8a29d4a5f57de07"
65
+ "_publish_hash": "sha256:2275a29a50f48d9e4d5ad4093478d9903509d201883de7a82bcb719c7c99ae85",
66
+ "_publish_commit": "main:5c2fa08c0392f83cdbe440d919b8f622af4aee1c"
67
67
  }