joplin-plugin-copy-as-html 1.1.1 → 1.1.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,11 @@ The following options are provided for external hyperlinks (only impacts markdow
|
|
|
105
105
|
|
|
106
106
|
- Markdown Format - Displays full markdown link formatting with title and URL.
|
|
107
107
|
|
|
108
|
+
The following options are provided for indentation style:
|
|
109
|
+
|
|
110
|
+
- Tabs
|
|
111
|
+
- (4) Spaces (default)
|
|
112
|
+
|
|
108
113
|
### Markdown emoji
|
|
109
114
|
|
|
110
115
|
Copy as Plain Text supports the markdown-it emoji plugin, so emoji such as :white_check_mark: will be displayed in the plain text output. This can be disabled if desired via the Display emojis setting.
|
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.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",
|
|
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.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",
|
|
@@ -142,6 +142,6 @@
|
|
|
142
142
|
"value": "spaces"
|
|
143
143
|
}
|
|
144
144
|
},
|
|
145
|
-
"_publish_hash": "sha256:
|
|
146
|
-
"_publish_commit": "main:
|
|
145
|
+
"_publish_hash": "sha256:ac9a50f75c3980303e8eba7ab3dd902084194195860a14b44c4ffbc029cb32c1",
|
|
146
|
+
"_publish_commit": "main:a5221b4afdfcce4136f7b4c685bef157c889652f"
|
|
147
147
|
}
|