logseq-plugin-markdown-table icon indicating copy to clipboard operation
logseq-plugin-markdown-table copied to clipboard

Enhancement: Prettify Tables

Open whateverforever opened this issue 1 year ago • 1 comments

Hi, thank you for this great plugin, it greatly simplifies working with tables!

One thing that other markdown tools like Typora do, is automatically "prettifying" tables:

|header|header|
|---|---|
|contentA|contentB|

automatically becomes

| header   | header   |
| -------- | -------- |
| contentA | contentB |

which is much more readable. Particularly relevant when also working with the raw markdown files. I think this would greatly improve this tool.

whateverforever avatar Mar 08 '23 10:03 whateverforever

Seconding this but also the compact version in https://tableconvert.com/ (add space padding to each cell, no need for force-align since some cells can be full sentences) but then it will require something like Markdown Rainbow Table for VSCode

BradKML avatar Feb 12 '24 05:02 BradKML