Hello! Could it be possible to add this feature: when inserting a table, it shows 3 colomns and rows, and you can add one by one more of these. But I have very long tables, I would like the option to add 5 or 10 rows/columns at once if possible and if other people find that’s cool! Thank you!
Marc
You can use actions for this, for example:
I would like the option to add 5 or 10 rows/columns at once
you can do by typing:
\table(columns: 5, rows: 10)
or simply \table(5x10)
Thank you for the magic words!