@vincentab Wow, so cool! Iβm very interested to try this when I get some time.
I have a question that picks up on the spirit of this being a 0-dep package. Itβs come up a few times that as much as we all love the capabilities of {gt}, the tables add quite a bit to document filesizes, in particular static gt tables in HTML docs. Is this something you have considered or attempted to benchmark at all?
@vincentab Sorry, I seem to have confused things.
I know itβs not about the dependencies taking up space in the generated file. I only mentioned deps because of the spirit of reducing bloat.
Regarding file size I believe there are certain things that can be done - or at least Iβve got vague memories of Rich Iannone saying so. And a few people here have switched to other packages in order to reduce the file size of their HTML docs, most recently see thread https://fosstodon.org/@jackdavison/111589346867827080
Does anyone have any advice for lowering the file size on self-contained #quarto HTML reports? They can end up pretty huge, even when zipped, which makes sending them to clients tricky. Not using embed-resources isn't ideal as people will inevitably leave half of the resources behind when they send the report on further. Just wondering if there's any collection of tips & tricks out there to minimise the size of your final output?