joplin-plugin-rich-tables 1.3.2 → 1.3.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
@@ -40,6 +40,10 @@ Provides table editing from the rendered HTML table similar to the Rich text edi
40
40
  | **Move Column Left/Right** | `Alt + Left` / `Right` |
41
41
  | **Align Left/Center/Right** | `Ctrl + Alt + Left` / `Up` / `Right` |
42
42
 
43
+ **Tab/Shift Tab:** Cycle through table cells in order/reverse order. Tab on last row/column will create a new row.
44
+ **Arrow Keys:** Navigate within text in table cell, and navigate to next cell (based on arrow direction) when reaching cell boundary.
45
+ **Enter Key:** Moves to next row, or creates new row on last row.
46
+
43
47
  ### Important Notes/Limitations
44
48
 
45
49
  - Only supports markdown tables (GFM). Doesn't support HTML tables, multi-markdown table extensions, etc...
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-rich-tables",
3
- "version": "1.3.2",
3
+ "version": "1.3.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.3.2",
5
+ "version": "1.3.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:97642ba12a617ab01210562cb9a41e2a5e5f2b16c1368ac72215b45158b89022",
47
- "_publish_commit": "main:15b5e814cd65e2ed357b69fd876a92af5d02d414"
46
+ "_publish_hash": "sha256:43b162a5dc30c340a94c67176b5bf08ea1cccd88f7fb5e81c911eef129302dcb",
47
+ "_publish_commit": "main:772038f5ddab0b31f6e74d633d5df9ee8d7922c5"
48
48
  }