Skip to content

Releases: takumisoft68/vscode-markdown-table

0.11.0

14 Oct 15:52
Compare
Choose a tag to compare
  • [Change] VSCode engine to 1.80.0
  • [Change] Ignore tables in code-block
  • [Add] Configuration to switch ignore or not ignore tables in code-block
  • [Add] Configurations to hide menu items in right click menu
  • [Add] Convert CSV to table command
  • [Add] Commands to move columns to right/left

0.10.2

05 Sep 12:49
Compare
Choose a tag to compare
  • [Change] Reduce requirement for insert commands
    • Allow selecting range

0.10.1

10 Aug 12:57
Compare
Choose a tag to compare
  • [Change] Remove key binding Shift+Alt+F (for markdowntable.format)
  • [Change] Remove key binding Shift+Alt+T (for markdowntable.tsvToTable)

0.10.0

10 Jul 02:51
Compare
Choose a tag to compare
  • [Change] Select all text in cell when "Tab" or "Shift+Tab" navigation (fix #48)

0.9.1

12 Apr 23:26
Compare
Choose a tag to compare
  • [Fix] Bug: Status message for debug is found out in status bar

0.9.0

12 Apr 23:25
Compare
Choose a tag to compare
  • [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

0.8.0

25 Jan 15:43
Compare
Choose a tag to compare
  • [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 (fix #18, fix #21)
    • 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.

0.7.2

06 Dec 16:38
Compare
Choose a tag to compare
  • [Fix] Navigation slippage while a escaped or inline-coded pipe character is in table. (#34)

0.7.1

05 Dec 14:54
Compare
Choose a tag to compare
  • [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.

0.7.0

10 Sep 03:10
34f3a4e
Compare
Choose a tag to compare
  • [add] tips of snippet in readme