Releases: rpeshkov/vscode-text-tables
Releases · rpeshkov/vscode-text-tables
v0.1.5
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
Changed
- Codebase refactor.
- Preview status removed from extension.
v0.0.9
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
Changed
- Fixed
Create table
command for markdown (#24).
v0.0.7
Changed
- Table mode made local to editor (#22).
v0.0.5
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
Added
- Setting
text-tables.showStatus
to control whether status item for mode should be visible.
v0.0.3
Changed
- Navigation via
Tab
and Shift
+Tab
skips separator rows
v0.0.2
Added
Changed
- Linting settings.
- Readme file updated with additional badges.