joplin-plugin-copy-as-html 1.1.7 → 1.1.8

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
@@ -67,6 +67,9 @@ The plugin will adhere to Joplin's settings for whether or not to render:
67
67
  - ++Insert++
68
68
  - Multimarkdown Table
69
69
 
70
+ > [!note]
71
+ > Mermaid/Math are not supported, they will render as plain text (code).
72
+
70
73
  ## Copy as Plain Text
71
74
 
72
75
  "Copy selection as Plain Text" is provided as a right click context menu option and as a keyboard shortcut (ctrl + alt + c by default).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-copy-as-html",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
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.7",
5
+ "version": "1.1.8",
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",
@@ -142,6 +142,6 @@
142
142
  "value": "spaces"
143
143
  }
144
144
  },
145
- "_publish_hash": "sha256:8a2190701b2ff20dfbbe5f5b36c0e899a0923d64c923215d1941e0a0741e62c2",
146
- "_publish_commit": "main:21c624cdbd8da5213777f8b3ec908744a7ccfbb9"
145
+ "_publish_hash": "sha256:1cf05c890756ab8a83791f6d792a0799f32a7874eeaf834611a190322a7cc6da",
146
+ "_publish_commit": "main:741651314776afc614af913147cdc779382ca736"
147
147
  }