Hi all, a few things I noticed
- There isn’t an option to add multiple rows or columns. It’s very tedious to right click on each row and add a new row.
- There isn’t a way to highlight a full row or full column. This would be useful in copy and pasting rows or column data.
- If I copy the following - it pastes as a table :
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
but if I use GFM or other versions of markdown and make a table by writing it out with pipes - it doesn’t convert to a table format.
Thanks,