https://github.com/tizee/md-table.vim
a tool help generate markdown table quickly.
https://github.com/tizee/md-table.vim
Last synced: 5 months ago
JSON representation
a tool help generate markdown table quickly.
- Host: GitHub
- URL: https://github.com/tizee/md-table.vim
- Owner: tizee
- Created: 2021-03-20T12:01:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-16T14:01:35.000Z (almost 5 years ago)
- Last Synced: 2025-07-02T06:43:55.097Z (12 months ago)
- Language: Vim script
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mdtable.vim
A simple vim plugin that helps generate Markdown table.
## Usage
```
:MDTable {width} {height}
```
```
:MDTable 4 4
| | | | |
| --- | --- | --- | --- |
| | | | |
| | | | |
| | | | |
```