aaeberharter
aaeberharter
Reproduce the problem: Start Gothic 1 oldmine.zen Moving forward on rock makes rock noises, moving forward on wood makes wood noises, always On specific regions like at the very end...
I would like to use this code for including images in typst: ``` #let debug = true #let my_image(filename, ..args) = { image(filename, ..args) if debug { link(filename)[#underline[#"Open "#filename]] }...
### Description Add an optional argument to `query` e.g. of the form `external_file: none`. If the argument is set to a valid typst file, e.g. `file.typ`, query returns elements found...