joplin-plugin-rich-tables 1.0.1 → 1.0.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
|
@@ -38,8 +38,8 @@ In order to provide table editing, the plugin uses a nested codemirror editor su
|
|
|
38
38
|
|
|
39
39
|
- Keyboard shortcuts are limited when editing table cells (only basics like ctrl +c, ctrl + v, ctrl + z, ctrl +x)
|
|
40
40
|
|
|
41
|
-
- Formatting functions from joplin's formatting toolbar will not work properly.
|
|
41
|
+
- Formatting functions from joplin's formatting toolbar will not work properly when editing table cells.
|
|
42
42
|
|
|
43
|
-
- Cell editing is plaintext only (markdown will not be rendered until you leave the cell).
|
|
43
|
+
- Table Cell editing is plaintext only (markdown will not be rendered until you leave the cell).
|
|
44
44
|
|
|
45
45
|
- No context menu when editing cells
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "joplin-plugin-rich-tables",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.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.rich-tables",
|
|
4
4
|
"app_min_version": "3.3",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.3",
|
|
6
6
|
"platforms": [
|
|
7
7
|
"desktop",
|
|
8
8
|
"mobile"
|
|
@@ -43,6 +43,6 @@
|
|
|
43
43
|
"src": "images/promo.png",
|
|
44
44
|
"label": "Rich Tables Promo Tile"
|
|
45
45
|
},
|
|
46
|
-
"_publish_hash": "sha256:
|
|
47
|
-
"_publish_commit": "
|
|
46
|
+
"_publish_hash": "sha256:fec280348e7bbb116151b7d0678549f059b7f4bf62f31ed4ef9e16d6ed372e48",
|
|
47
|
+
"_publish_commit": "main:458397dc09ad77e8894d8f45e0c51d61be49d29d"
|
|
48
48
|
}
|