- [Change] VSCode engine to 1.80.0
- [Change] Ignore tables in codeblock
- [Add] Configuration to switch ignore or not ignore tables in codeblock
- [Add] Configurations to hide menu items in right click menu
- [Add] Convert CSV to table command
- [Add] Commands to move columns to right/left
- [Add] Extention Icon
- [Add] Quarto support (.qmd)
- [Change] Vscode engine up to 1.63.0
- [Change] Reduce requirement for insert commands
- Allow selecting range
- [Change] Remove key binding
Shift+Alt+F
(for markdowntable.format) - [Change] Remove key binding
Shift+Alt+T
(for markdowntable.tsvToTable)
- [Change] Select all text in cell when "Tab" or "Shift+Tab" navigation (fix #48)
- [Fix] Add notice in readme (fix #43)
- [Fix] Update packages
- [Fix] Add null check (fix #44)
- [Fix] Bug: Status message for debug is found out in status bar
- [Update] Added contributor section in readme
- [Fix] Shorten the way to get text in cursor line
- [Fix] Added context key to context menu
- Hidding context menu when the cursor is not in table region
- [Fix] Rearranged the order of escape judgment and inline code judgment (fix #36)
- [Fix] Add custom context key for nextCell/prevCell command's key binding
- To improve "when" assign of commands to be more suitable.
- To resolve Tab key confliction with other extensions.
- [Fix] When nextCell/prevCell is called in 2nd row of table, cursol doesn't go next/prev cell correctoly.
- [Fix] Navigation slippage while a escaped or inline-coded pipe character is in table.
- [Fix] Allow inline code
\
and escaped \| in table. - [Change] Shorten config title. "Markdown Table Configuration" -> "Markdown Table"
- [Fix] Improve processing, don't get the full text.
- [Fix] Update npm packages.
- [Add] Add tips for snippet suggestion to generate simple table
- [Add] Support mdx
- [Fix] Activate earlier (Activate extension on markdown file is openning)
- [Fix] zenkaku handling
- [Fix] Readme only
- Default value of configuration
- [Add]
- Align data and column header when formatting table
- It can be disabled by configuration
- Align data and column header when formatting table
- [Fix]
- Change supported vscode version to "upper than 1.40.0" from "upper than 1.50.0"
- Readme update only
- [Add] Navigate next/prev cell without auto format command.
- [Fix] Typo: "Insert Row" command should be "Insert Column".
- [Add] Align column/columns commands
- [Fix]
- Tab key confliction with accepting suggestion or snippet.
- [Fix] bugs of navigate to next/prev cell
- Bahavior when Tab key pressing out of table.
- Bahavior when Shift+Tab key pressing out of table.
-
[Fix] Keep white spaces indentation on the left of table when formatting.
-
[Add] Navigate to prev cell when you press Shift+Tab key in table.
- [Fix] Treat "umlauts" as half-width character.
- [Add] Navigate to next cell when you press Tab key in table.
- Initial release