typst-tablex icon indicating copy to clipboard operation
typst-tablex copied to clipboard

TablesGenerator.com support

Open fguadarrama opened this issue 2 years ago • 1 comments

Any plans to support automatic copy-paste from Word or easy code creation through TablesGenerator.com or equivalent?

fguadarrama avatar Jun 16 '23 02:06 fguadarrama

Any plans to support automatic copy-paste from Word

This is something the library can't do, sadly (the library is just a .typ file); please open a feature request issue upstream (on https://github.com/typst/typst) for this! (Don't forget to select the web app feature request template!)

or easy code creation through TablesGenerator.com or equivalent?

Perhaps you're looking for something like this? https://github.com/maxcrees/tbl.typ

However, a separate library to generate code from e.g. markdown tables and stuff could be interesting (might be out of scope for the base library, though).

PgBiel avatar Jun 16 '23 19:06 PgBiel