Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/kaisugi/vscode-markdown-tablemaker?tab=readme-ov-file

More Intuitive Way to Generate Markdown Tables
https://github.com/kaisugi/vscode-markdown-tablemaker?tab=readme-ov-file

markdown markdown-table markdown-tables vscode-extension vscode-markdown

Last synced: 14 days ago
JSON representation

More Intuitive Way to Generate Markdown Tables

Lists

README

        

# markdown-table-maker

More Intuitive Way to Generate Markdown Tables

![hoge](https://user-images.githubusercontent.com/36184621/56092677-e6967b00-5ef9-11e9-8487-96bd057549df.gif)

## Usage

1. Open *Command Palette* and choose "TableMaker".

2. Specify column positioning. ex) "lcccr"

| l | c | r |
|:---|:--:|---:|
| left-aligned | center-aligned | right-aligned |

3. Specify number of lines.