Working on obsidian 1.6.3 on Windows. No community plugin is loaded.
Creating a standard table like:
| column1 | colum2 |
| ----- | -------- |
| ddd | Paperino Paperino Paperino Paperino |
| dd | sdsd |
Obsidian will automatically expand all the lines to match the “larger” colum line and will be saved into the MD file like:
| column1 | colum2 |
| ------- | ----------------------------------- |
| ddd | Paperino Paperino Paperino Paperino |
| dd | sdsd |
The problem is that this behavior on large tables creates a nightmare. A table with data for 72K in my case automatically expanded to 1MB, and at that point, Obsidian is no longer able to open the file.
I didn’t found any way to disable the “auto spacing” feature.
inode