joplin-plugin-copy-as-html 1.5.3 → 1.5.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.5.
|
|
3
|
+
"version": "1.5.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",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"jest-environment-jsdom": "^30.2.0",
|
|
45
45
|
"jsdom": "^27.3.0",
|
|
46
46
|
"prettier": "^3.7.4",
|
|
47
|
-
"tar": "^
|
|
47
|
+
"tar": "^7.5.4",
|
|
48
48
|
"ts-jest": "^29.4.6",
|
|
49
49
|
"ts-loader": "^9.3.1",
|
|
50
50
|
"typescript": "^5.9.3",
|
|
Binary file
|
|
@@ -2,21 +2,22 @@
|
|
|
2
2
|
"manifest_version": 1,
|
|
3
3
|
"id": "com.bwat47.copyashtml",
|
|
4
4
|
"app_min_version": "3.3",
|
|
5
|
-
"version": "1.5.
|
|
5
|
+
"version": "1.5.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",
|
|
9
9
|
"homepage_url": "https://github.com/bwat47/joplin-copy-as-html",
|
|
10
10
|
"repository_url": "https://github.com/bwat47/joplin-copy-as-html",
|
|
11
11
|
"keywords": [
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
12
|
+
"copy",
|
|
13
|
+
"html",
|
|
14
|
+
"text",
|
|
15
|
+
"images",
|
|
16
|
+
"image"
|
|
17
17
|
],
|
|
18
18
|
"categories": [
|
|
19
|
-
"productivity"
|
|
19
|
+
"productivity",
|
|
20
|
+
"editor"
|
|
20
21
|
],
|
|
21
22
|
"screenshots": [
|
|
22
23
|
{
|
|
@@ -154,6 +155,6 @@
|
|
|
154
155
|
"value": "spaces"
|
|
155
156
|
}
|
|
156
157
|
},
|
|
157
|
-
"_publish_hash": "sha256:
|
|
158
|
-
"_publish_commit": "main:
|
|
158
|
+
"_publish_hash": "sha256:cbedb37094ddf5cbe1939a41c842e8a839ad47741eefd99c8cc29b4cc85d8230",
|
|
159
|
+
"_publish_commit": "main:c18022277d44ad9b2c290d9b0c19f9e79ce5c704"
|
|
159
160
|
}
|