joplin-plugin-copy-as-html 1.1.1 → 1.1.2

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.1",
3
+ "version": "1.1.2",
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.1",
5
+ "version": "1.1.2",
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:2ffd05e7084ce7f3a8852ffd14988f2a8387e0362aad1fecb6188aff48143e05",
146
- "_publish_commit": "main:2567bcf100f66f40c311db421399fdf6064eaf0a"
145
+ "_publish_hash": "sha256:3c4f58b50314b1847100bcef0e37f4c7a9ef157c6ccb26e1757b393d8ca93aa9",
146
+ "_publish_commit": "main:1242c9604f667a30565e139ae7f2c0ea4dcbb41d"
147
147
  }