Pol Dellaiera

Results 439 comments of Pol Dellaiera

What is lambda input style ?

Interesting, thank you! TIL !

@andreasKroepelin I really like this idea, this could be a good idea to avoid having a dependency to an external program to extract the metadata. What do you think of...

I do prefer having less complexity and fewer dependencies too, as long as the command to extract the data is correctly documented, it's not an issue.

Here's the missing link in your OP: https://impress.js.org

Nasty! In the meantime, maybe you could try with `tablex` ? https://github.com/PgBiel/typst-tablex

I confirm, it works with `tablex` ! ``` #import "tablex.typ": * = table #hide(table(columns: 2)[a][b][c][d]) = tablex #hide(tablex(columns: 2)[a][b][c][d]) ```

Fair enough ! The idea with having a Typst documentation that could be automatically generated and attached as an asset to each tag/release. But I agree that using mdbook to...