You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With my recent progress in porting many of tablex's main features to Typst built-in tables (typst/typst#3001), I should start to lay out some preliminary plans for Tablex 0.1.0.
The new renderer proposed in Possible rework of the drawing step #2 would be indefinitely postponed, given that it would basically mimic built-in tables' layout algorithms without much gain (given the effort that would be required to implement that).
Instead, we'd focus on two new rendering backends.
Native backend: Would be a best effort to allow using tablex syntax to generate native tables.
The current backend ("old") would be kept for compatibility.
We should experiment with implementing a value field for tablex cells in order to allow one to access the values directly specified to the table before they are transformed into content, allowing for some basic spreadsheet-like functionality (going further than that is out of scope).
The text was updated successfully, but these errors were encountered:
With my recent progress in porting many of tablex's main features to Typst built-in tables (typst/typst#3001), I should start to lay out some preliminary plans for Tablex 0.1.0.
value
field for tablex cells in order to allow one to access the values directly specified to the table before they are transformed into content, allowing for some basic spreadsheet-like functionality (going further than that is out of scope).The text was updated successfully, but these errors were encountered: