joplin-plugin-copy-as-html 1.4.0 → 1.4.1

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
@@ -81,7 +81,9 @@ The plugin will adhere to Joplin's settings for whether or not to render:
81
81
 
82
82
  ### Freehand Drawing/Excalidraw
83
83
 
84
- These embed the drawings as joplin image resources (svg), and the plugin will embed them as base64 as it does other images. SVG images may have compatibility issues with certain editors (conversion to bitmap images is not currently supported).
84
+ These plugins embed the drawings as joplin image resources (svg), and the plugin will embed them as base64 as it does other images.
85
+
86
+ SVG images may have compatibility issues with certain editors/email clients, so by default the plugin will convert svg images to png when embedding images, however this can be disabled in the plugin settings.
85
87
 
86
88
  #### Github Alerts
87
89
 
@@ -139,4 +141,3 @@ Copy as Plain Text supports the markdown-it emoji plugin, so emoji such as :whit
139
141
  ## Known Issues
140
142
 
141
143
  - The plugin's keyboard shortcuts sometimes don't work on cold start of Joplin, can be fixed by toggling editors or going to Tools | Options | Keyboard Shortcuts and back.
142
- - When using the "Full Document" mode for custom css styling, the full HTML document will be nested under another `<html>`/`<body>` in the clipboard. I don't think there's a way to fix this without having access to electron clipboard API. Nested html/body (while not technically valid HTML) is the best solution I found (doesn't seem to cause issues pasting into other apps and is the same thing that the obsidian copy document as html plugin does).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-copy-as-html",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
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.4.0",
5
+ "version": "1.4.1",
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",
@@ -154,6 +154,6 @@
154
154
  "value": "spaces"
155
155
  }
156
156
  },
157
- "_publish_hash": "sha256:deb3075e0469912c7616a101f22c5f312776c4eb872eb046731cd6caa0e31e92",
158
- "_publish_commit": "main:3f6bf8e3bfa8b7a8d43ae310cec87a10715ae0af"
157
+ "_publish_hash": "sha256:c1e3d64209a4c9d034987704b6f8643ab89968a3b04e86f96da09d298a9ae7b1",
158
+ "_publish_commit": "main:647d3ea010cf0a83a8a8d18794d3f243f1f79210"
159
159
  }