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: 6 days ago
JSON representation
More Intuitive Way to Generate Markdown Tables
- Host: GitHub
- URL: https://github.com/kaisugi/vscode-markdown-tablemaker?tab=readme-ov-file
- Owner: kaisugi
- License: mit
- Created: 2019-04-13T15:11:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T22:08:57.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T06:11:55.245Z (3 months ago)
- Topics: markdown, markdown-table, markdown-tables, vscode-extension, vscode-markdown
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=hellorusk.markdown-table-maker
- Size: 229 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-technical-writing-learning - Markdown Table Maker - An extension to generate Markdown tables in an easy and intuitive way. (Authoring formats / Markdown)
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.