Skip to content

Releases: philipparndt/vscode-markdown-tables

1.7.0-b22

01 Apr 13:04
Compare
Choose a tag to compare
1.7.0-b22 Pre-release
Pre-release

Changes in this Release

Added

  • Convert a row to a separator row (using alt+/)

1.6.0-b18

25 Mar 13:42
63a8ae4
Compare
Choose a tag to compare
1.6.0-b18 Pre-release
Pre-release

Changes in this Release

Changed

1.5.0-b17

21 Dec 09:26
ddb0e31
Compare
Choose a tag to compare

Changes in this Release

Added

Disable command

Disable extension command. This will let you disable the table mode and hides the status item.

Tables in comment blocks

Added support for tables in comment blocks.

Currently, there is support for three types of comments:

#  | first | second |
#  | a     | b      |

//  | first | second |
//  | a     | b      |

/*
 *  | first | second |
 *  | a     | b      |
 */

Tables at the block comment start are not supported at the moment.

1.4.2-b16

22 Oct 05:48
Compare
Choose a tag to compare

Changes in this Release

Changed

Dependency update

1.4.1-b15

22 Jul 15:11
36a93ec
Compare
Choose a tag to compare

Changes in this Release

Changed

  • Dependency update

1.4.0-b13

23 Mar 16:38
dd3f4cd
Compare
Choose a tag to compare

Changes in this Release

Added

  • Align text in columns based on the given alignment

Example:

| default | left | right | center |
| ------- |:---- | -----:|:------:|
| 1       | 1    |     1 |    1   |
| 2       | 2    |     2 |    2   |

Alignments

1.3.0-b12

20 Mar 10:21
6d50a86
Compare
Choose a tag to compare

Changes in this Release

Added

  • Column alignments:
    • left |:--- |
    • right | ---:|
    • centered |:---:|
    • default | --- |

Changed

  • Improved table prefix handling

1.2.1-b11

15 Mar 06:14
76d8074
Compare
Choose a tag to compare
1.2.1-b11 Pre-release
Pre-release

Changes in this Release

Changed

1.2.0-b10

14 Mar 13:36
Compare
Choose a tag to compare

Changes in this Release

  • Removed Org mode. The parser lacks some features (e.g. escaping), and I don't plan to test and use this.
  • Fixed a rare issue while jumping through the table.
  • Dependency updates

1.1.2-b8

13 Mar 14:33
Compare
Choose a tag to compare
1.1.2-b8 Pre-release
Pre-release

Changes in this Release

  • Optimized release build