Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cetz renderer support #77

Open
PgBiel opened this issue Nov 17, 2023 · 0 comments
Open

Cetz renderer support #77

PgBiel opened this issue Nov 17, 2023 · 0 comments
Labels
enhancement New feature or request renderer Related to the final rendering (drawing) step of the table.
Milestone

Comments

@PgBiel
Copy link
Owner

PgBiel commented Nov 17, 2023

Inspired by the tabley project by Discord user RubixDev, we could have a "rendering backend" using cetz. This would allow referencing the cells' positions from within cetz. For instance, the table could be assigned a cetz-name: "tb", and then you'd be able to refer to the coordinates of the cell at (2, 1) as "tb-2-1" (third column, second row). Could be useful to e.g. add annotations to tables.

Such a table, however, probably wouldn't be breakable across pages in principle, but that is a limitation to investigate.

@PgBiel PgBiel added enhancement New feature or request renderer Related to the final rendering (drawing) step of the table. labels Nov 17, 2023
@PgBiel PgBiel added this to the v0.2.0 or later milestone Nov 17, 2023
@PgBiel PgBiel modified the milestones: v0.2.0 or later, v0.1.0 Dec 17, 2023
@PgBiel PgBiel moved this to 🏗 In progress in Tablex 0.1.0 Dec 17, 2023
PgBiel added a commit that referenced this issue Dec 17, 2023
PgBiel added a commit that referenced this issue Dec 17, 2023
Accept "old" and "cetz" for now (temp)
Cc #76 #77
PgBiel added a commit that referenced this issue Dec 17, 2023
Initial impl (should have support for custom prefixes later)

Cc #77
@PgBiel PgBiel mentioned this issue Feb 22, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request renderer Related to the final rendering (drawing) step of the table.
Projects
Status: 🏗 In progress
Development

No branches or pull requests

1 participant