Alfred Markdown Table

An Alfred Workflow


Short Description

Generate Markdown Table with Alfred Workflow.

Last Updated

30 Dec 2019

Compatibility

Yosemite
(10.10)
Mavericks
(10.9)
Mountain Lion
(10.8)
Lion
(10.7)
Snow Leopard
(10.6)
Yes Yes Yes Yes Yes
 

Version

1.2
 

Bundle ID

com.crispgm.alfred_markdown_table
 

Author

Alfred Markdown Table

Generate Markdown Table with Alfred Workflow.

Usage

Generate empty table:

table 3 3

Output:
|  |  |  |
|--|--|--|
|  |  |  |
|  |  |  |
|  |  |  |

Generate table with test data:

table 3 3 test
# `table 3 3 data` is an alternative

Output:
| COMPASSIONATE ALBATTANI | INSPIRING RITCHIE  |   UPBEAT BABBAGE    |
|-------------------------|--------------------|---------------------|
| determined_haibt        | goofy_darwin       | hungry_wilson       |
| elegant_rosalind        | suspicious_swirles | flamboyant_dijkstra |
| compassionate_blackwell | elastic_franklin   | silly_bardeen       |

Screenshots