PgBiel / typst-tablex

More powerful and customizable tables in Typst
Apache License 2.0
373 stars 13 forks source link

TablesGenerator.com support #17

Open fguadarrama opened 1 year ago

fguadarrama commented 1 year ago

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

PgBiel commented 1 year ago

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).