Currently I’m putting 1 chapter to 1 file, then include every file in main.typ. Is there anyway to just include a whole folder, so i just need to create new file without manually import? Tysm!
unfortunately, this option is not yet built into Typst, there is a ope issue about it here.
There is a not-so-nice workaround: if you use Typst locally with the CLI you can run an external script, which reads all the file names of the folder and pass them to Typst via the input parameter.