vsch / idea-multimarkdown

Markdown language support for IntelliJ IDEA.
https://plugins.jetbrains.com/plugin/7896-markdown-navigator
Apache License 2.0
813 stars 129 forks source link

Add Transpose Table #803

Closed vsch closed 4 years ago

vsch commented 4 years ago

Add Transpose Table action to replace current table with transposed version Add Copy Transposed Table Action to copy transposed current table to clipboard

Ex:

Description Bytes for characters Bytes for overhead Overhead %
New Formatter 6,029,774,526 342,351,155 5.7%
New Parser 917,016 93,628 10.2%
Old Formatter 6,029,774,526 12,060,276,408 200.0%
Old Parser 917,016 1,845,048 201.2%

Transposed:

Description New Formatter New Parser Old Formatter Old Parser
Bytes for characters 6,029,774,526 917,016 6,029,774,526 917,016
Bytes for overhead 342,351,155 93,628 12,060,276,408 1,845,048
Overhead % 5.7% 10.2% 200.0% 201.2%