joplin-plugin-copy-as-html 1.1.4 → 1.1.5
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "joplin-plugin-copy-as-html",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
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.1.
|
|
5
|
+
"version": "1.1.5",
|
|
6
6
|
"name": "Copy as HTML",
|
|
7
7
|
"description": "Allows you to copy text with HTML (rich text) formatting from the markdown editor (including images). Also allows you to copy as plain text (without markdown formatting)",
|
|
8
8
|
"author": "bwat47",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"embedImages": {
|
|
52
52
|
"type": "bool",
|
|
53
53
|
"label": "Embed images as base64",
|
|
54
|
-
"description": "If enabled, images in selection will be embedded as base64.",
|
|
54
|
+
"description": "If enabled, images in selection will be embedded as base64 in HTML output.",
|
|
55
55
|
"value": true
|
|
56
56
|
},
|
|
57
57
|
"exportFullHtml": {
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"hyperlinkBehavior": {
|
|
124
124
|
"type": "enum",
|
|
125
125
|
"label": "Plain Text hyperlink behavior",
|
|
126
|
-
"description": "How external
|
|
126
|
+
"description": "How external HTTP/HTTPS links should appear in plain text output.",
|
|
127
127
|
"options": {
|
|
128
128
|
"title": "Link Title",
|
|
129
129
|
"url": "Link URL",
|
|
@@ -142,6 +142,6 @@
|
|
|
142
142
|
"value": "spaces"
|
|
143
143
|
}
|
|
144
144
|
},
|
|
145
|
-
"_publish_hash": "sha256:
|
|
146
|
-
"_publish_commit": "main:
|
|
145
|
+
"_publish_hash": "sha256:9951a864401e40c3e5d4e6c90e29fddc9e62e9fd88ec1d6efd3c5e098c5f27a3",
|
|
146
|
+
"_publish_commit": "main:81449b4e2729716766454298b15a923de6e435ca"
|
|
147
147
|
}
|