joplin-plugin-copy-as-html 1.6.2 → 1.6.3

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
@@ -105,6 +105,8 @@ The following options are provided to preserve specific markdown formatting mark
105
105
 
106
106
  - Preserve heading markers
107
107
 
108
+ - Preserve quote markers
109
+
108
110
  - Preserve strikethrough markers
109
111
 
110
112
  - Preserve horizontal rules
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-copy-as-html",
3
- "version": "1.6.2",
3
+ "version": "1.6.3",
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",
@@ -42,7 +42,6 @@
42
42
  "glob": "^8.0.3",
43
43
  "jest": "^30.3.0",
44
44
  "jest-environment-jsdom": "^30.2.0",
45
- "jsdom": "^27.3.0",
46
45
  "prettier": "^3.8.3",
47
46
  "tar": "^7.5.7",
48
47
  "ts-jest": "^29.4.6",
@@ -52,7 +51,7 @@
52
51
  "webpack-cli": "^6.0.1"
53
52
  },
54
53
  "dependencies": {
55
- "dompurify": "^3.4.2",
54
+ "dompurify": "^3.4.11",
56
55
  "node-emoji": "^2.2.0",
57
56
  "remark-emoji": "^5.0.2",
58
57
  "remark-flexible-markers": "^1.3.4",
@@ -62,5 +61,8 @@
62
61
  "remark-supersub": "^1.0.0",
63
62
  "string-width": "^8.1.0",
64
63
  "unified": "^11.0.5"
64
+ },
65
+ "overrides": {
66
+ "js-yaml": "^4.2.0"
65
67
  }
66
68
  }
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.6.2",
5
+ "version": "1.6.3",
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",
@@ -103,6 +103,12 @@
103
103
  "description": "If enabled, heading markers will be preserved in plain text output.",
104
104
  "value": false
105
105
  },
106
+ "preserveQuoteMarkers": {
107
+ "type": "bool",
108
+ "label": "Preserve quote markers",
109
+ "description": "If enabled, blockquote markers will be preserved in plain text output.",
110
+ "value": false
111
+ },
106
112
  "preserveStrikethrough": {
107
113
  "type": "bool",
108
114
  "label": "Preserve strikethrough markers",
@@ -177,6 +183,6 @@
177
183
  "value": false
178
184
  }
179
185
  },
180
- "_publish_hash": "sha256:7b143e04835b80ebe81d2ec320ca4c16106fd4ee0feccf2305a0fc0052d8f78e",
181
- "_publish_commit": "main:08f3e9c8def1759980fd4f346e084870752cc54a"
186
+ "_publish_hash": "sha256:20f9388c74ee3af82e3aeeedfb9901b20f908608afbd5f2dcae0609e7687ff77",
187
+ "_publish_commit": "main:1e82449d3cf843ae10ffd7dffd83ad5254b9c9e6"
182
188
  }