joplin-plugin-copy-as-html 1.0.9 → 1.0.11
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
|
@@ -58,8 +58,6 @@ If enabled, `## TEST` will remain as-is in plain text output.
|
|
|
58
58
|
|
|
59
59
|
- 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).
|
|
60
60
|
|
|
61
|
-
- For Joplin images that have img src tags with width and/or height defined, the image sizes are not retained in the text/html (so they will be pasted at original size). I haven't been able to fix this (the size attributes always seemed to get stripped from the rendered html).
|
|
62
|
-
|
|
63
61
|
## Misc
|
|
64
62
|
|
|
65
63
|
> [!NOTE]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "joplin-plugin-copy-as-html",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
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.
|
|
5
|
+
"version": "1.0.11",
|
|
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",
|
|
@@ -51,6 +51,6 @@
|
|
|
51
51
|
"value": false
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
|
-
"_publish_hash": "sha256:
|
|
55
|
-
"_publish_commit": "main:
|
|
54
|
+
"_publish_hash": "sha256:6ded64f389282bf9d3991678fcd3ed941eb49d212fa896d8662480638bd91afa",
|
|
55
|
+
"_publish_commit": "main:d94254e0e8c9a52e8dafb573f4b6182c7714a7cc"
|
|
56
56
|
}
|