How to list all files in a directory?

is there any way to insert many images from a directory, like glob function in other languages

#let files = glob("output/*.{png,jpg,jpeg,svg,gif}")
#let images = files.map(f => image(f))

#grid(
  columns: (1fr,) * 3,
  gutter: 1em,
  ..images
)

Hi there and welcome to the Forum!
There is a discussion about such feature on github, but it might take a while until it is implement. You can subscribe to the issue to stay up to date. Note that you can customize the notifications so that you will only be notified once the issue is closed (which likely means that the feature is implemented).
If there are any questions left, don’t hesitate to ask again :slight_smile:

2 Likes