tgrosinger / advanced-tables-obsidian

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

Recognition for tables without outer pipes #283

Open x012 opened 1 year ago

x012 commented 1 year ago

It is stated at https://markdown.land/markdown-table that outer pipes | are optional A table like this is considered valid in Obsidian:

Item | Price | # In stock
---|---|---
Juicy Apples | 1.99 | 739
Bananas | 1.89 | 6
Item Price # In stock
Juicy Apples 1.99 739
Bananas 1.89 6

Therefore I made a lot of my tables without the outer pipe, it would be nice if the plugin would also consider it valid, the formatter could still add the extra pipes. Even this issue editor is recognizing it :smile: