TabsToTable
Sublime Text plugin which converts tabs to a table format
Details
Installs
- Total 3K
- Win 1K
- Mac 958
- Linux 421
Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Tabs To Table
Converts tabular data into a glorious table format.
Installation
Available in Package Control, just search TabsToTable!
Example
Position Elevation
0.00 0.00
1.00 0.17
2.00 0.37
3.00 0.58
4.00 0.76
5.00 0.99
6.00 1.20
7.00 1.45
8.00 1.69
9.00 1.86
10.00 2.06
11.00 2.24
12.00 2.48
13.00 2.65
Converts to:
Position Elevation
0.00 0.00
1.00 0.17
2.00 0.37
3.00 0.58
4.00 0.76
5.00 0.99
6.00 1.20
7.00 1.45
8.00 1.69
9.00 1.86
10.00 2.06
11.00 2.24
12.00 2.48
13.00 2.65
Usage
- Windows: CTRL+Alt+T
- OSX: Super+Alt+T
- Linux: Ctrl+Alt+T
Configure
TabsToTable is customisable!
Valid settings are:
col_separator
- How are columns split up?col_align
- aligns text to the “left” or “right” of the column.col_wrap
- wraps the left and right side of each column with thecol_separator
value. This value includes no whitespace.
Props
Big props go to Dr. Drang for his post, Updated Text Tables bundle.