haydenull / logseq-plugin-markdown-table

Logseq markdown table editor.
MIT License
126 stars 9 forks source link

Enhancement: Prettify Tables #19

Open whateverforever opened 1 year ago

whateverforever commented 1 year ago

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.

BradKML commented 7 months ago

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