v1.6.9
- Replaced the full document cell editor with one that only contains content of the cell being edited. This allows for the following:
- auto-capitalize works properly on mobile when editing cells
- cell editor now shows line breaks instead of the raw
<br>tags
- The plugin now auto-formats the table if needed when you start editing, and the manual format table command has been removed
- Fix cursor focus issue in joplin 3.6 when right clicking a rendered imaged embed while the rich tables cell editor was active
- Fix missing css outline when editing header cells
v1.7.0
Basic support for multi-cell cut/copy/paste (keyboard/desktop only):
- Select multiple cells with shift + click or shift + arrow
- Cut/Copy selected cells with Ctrl + X / Ctrl + C (if selection only contains empty rows/columns, also delete selected rows/columns)
- Clear selected cells with Backspace or Delete (if selection only contains empty rows/columns, delete selected rows/columns)
- Paste copied cells into table (expands table as needed)
