Skip to content

Commit

Permalink
Merge pull request #19 from takumisoft68/feature/alignDataInTable
Browse files Browse the repository at this point in the history
Add features of align when formatting table
  • Loading branch information
takumisoft68 authored Mar 19, 2021
2 parents 795315c + 84da4db commit 3c7c681
Show file tree
Hide file tree
Showing 5 changed files with 3,590 additions and 1,060 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to the "markdowntable" extension will be documented in this file.

### - 0.5.0 (2021/03/19)

- [Add]
- Align data and column header when formatting table
- It can be disabled by configuration

### - 0.4.2 (2021/01/13)

- [Fix]
Expand Down
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Key binding to `Shift + Alt + T`.
Key binding to `Shift + Alt + F`.

- **Auto format column width of all tables in current document**
- Align data and column header (can be disabled by configuration)
- ![formattable](images/format_table.gif)

### 2.6. Insert column
Expand All @@ -80,7 +81,10 @@ Key binding to `Shift + Alt + F`.

## 3. Extension Settings

This extension has no settings.
| Configuration ID | Description | Type | Default |
| :------------------------------ | :----------------------------------------------- | :------ | :------ |
| markdowntable.alignColumnHeader | Align column header in the table when formatting | boolean | false |
| markdowntable.alignData | Align data in the table when formatting | boolean | false |

## 4. Policy

Expand All @@ -95,18 +99,11 @@ What's focused on.

## 5. Release Notes

### - 0.4.2 (2021/01/13)
### - 0.5.0 (2021/03/19)

- Change supported vscode version to "upper than 1.40.0" from "upper than 1.50.0"

### - 0.4.1 (2020/11/05)

- Readme update only

### - 0.4.0 (2020/11/05)

- [Add] Navigate next/prev cell without auto format command.
- [Fix] Typo: "Insert Row" command should be "Insert Column".
- [Add]
- Align data and column header when formatting table
- It can be disabled by configuration

## 6. Links

Expand Down
Loading

0 comments on commit 3c7c681

Please sign in to comment.