PgBiel / typst-tablex

More powerful and customizable tables in Typst
MIT License
370 stars 12 forks source link

Spacing for grids/tables #10

Open Mc-Zen opened 1 year ago

Mc-Zen commented 1 year ago

Would it be possible to add more spacing to a grid/table?

gutter basically does this, but it also divides the lines and produces some weird effects. I know it is possible to show only one side of these double lines but this breaks the symmetry.

However, I assume, this is not easy to implement because it relies on the Typst grid function?

PgBiel commented 1 year ago

gutter would be the way to go, but it is currently not perfectly implemented. Down the road, I want to make gutter more customizable, such that you will be able to specify custom gutter for every column pair / row pair. But that will take some time.

I hope to be able to achieve a better implementation of gutter soon enough though, I just need to find the time haha. I'll keep this issue open until then.

Thanks for opening the issue!

Mc-Zen commented 1 year ago

Thanks for the answer, I'll be excited for the coming features!