qjebbs / vscode-markdown-extended

Extended syntaxes to built-in markdown & What you see is what you get exporter.
MIT License
123 stars 25 forks source link

[Feature Requests] Keys to navigate inside a table (from cell to cell) and actions to align cells #135

Open frudolph77 opened 2 years ago

frudolph77 commented 2 years ago

Hello,

thanks for your awesome extension.

It would be great if you add keybindings for navigating inside a table, e.g.

and if you reach the end of an row jump to next row or add new row at the end of the table. It would also be great to have an option to auto format the table when navigating from cell to cell. I would prefer having two keybindings for each direction: one with and one without formatting when navigating through the cells.

There is an extension https://marketplace.visualstudio.com/items?itemName=TakumiI.markdowntable available where this is possible but it is only possible to use it without auto format, because it breaks the layout of multimd-table. I've used this before, and really liked the auto format, but I need the multimd-table.

It would also be great to have a context menu with entries to align the content of cells to left, center, right and at least also all table actions add/move/delete cell/row.

Also possible in the mentioned extension, but it would be great to have it all in one place.

kind regards Frank