tgrosinger / advanced-tables-obsidian

Improved table navigation, formatting, and manipulation in Obsidian.md
GNU General Public License v3.0
2.09k stars 78 forks source link

Option to not pad header row with spaces #293

Open shayhurley opened 11 months ago

shayhurley commented 11 months ago

Firstly, thank you for creating the plugin - I use it daily. Would it be possible to have an option to not pad the header rows with spaces. With the option disabled you get a normal layout:

| daskfjh | asdlfkajsd | laskdfjasldk |
| ------- | ---------- | ------------ |
|         |            |              |

With the option enabled you would get this:

| daskfjh | asdlfkajsd | laskdfjasldk |
|---------|------------|--------------|
|         |            |              |

(Obsidian appears to render the table with/without spaces in the header)

I use the Markdown to JIRA converter plugin to copy/paste from Obsidian to JIRA but it doesnt work if the header row contains spaces between the pipes.