Skip to content

Releases: rpeshkov/vscode-text-tables

v0.1.5

03 May 00:37
Compare
Choose a tag to compare

Added

  • Command text-tables.nextRow (Text Tables: Next row in command pallete) for jumping on next row and creating new rows if needed.

Changed

  • Command text-tables.gotoNextCell (Text Tables: Go to next cell in command pallete) inserts new row when applied in last data cell of table.
  • Fixed markdown parser for tables with separator row where separator row has less columns than other row (#33).

v0.1.0

16 Apr 21:26
Compare
Choose a tag to compare

Changed

  • Codebase refactor.
  • Preview status removed from extension.

v0.0.9

14 Apr 21:54
Compare
Choose a tag to compare

Added

  • Command Move row down to move row down in table mode.
  • Command Move row up to move row up in table mode.
  • Command Move column right to move column right in table mode.
  • Command Move column left to move column left in table mode.

v0.0.8

14 Apr 19:51
Compare
Choose a tag to compare

Changed

  • Fixed Create table command for markdown (#24).

v0.0.7

13 Apr 21:16
Compare
Choose a tag to compare

Changed

  • Table mode made local to editor (#22).

v0.0.6

12 Apr 17:39
Compare
Choose a tag to compare

Changed

  • Shortcuts readme update

v0.0.5

12 Apr 17:30
Compare
Choose a tag to compare

Added

  • Command text-tables.enable (Text Tables: Enable in command pallete) for activating extension in any file.
  • Command text-tables.clearCell (Text Tables: Clear cell in command pallete) for clearing cell under cursor.

v0.0.4

10 Apr 23:39
Compare
Choose a tag to compare

Added

  • Setting text-tables.showStatus to control whether status item for mode should be visible.

v0.0.3

07 Apr 03:23
Compare
Choose a tag to compare

Changed

  • Navigation via Tab and Shift+Tab skips separator rows

v0.0.2

05 Apr 19:51
Compare
Choose a tag to compare

Added

  • Create table command.

Changed

  • Linting settings.
  • Readme file updated with additional badges.