I can’t figure out how to load a .csl file properly using typst.app.
#set cite(style: "apa.csl")
#set cite(style: "./apa.csl") // also tried this version, the file is in the project root
#set cite(style: "apa") // this works of course, but I want to modify the csl not load the default
Should work according to the documentation and a few samples I found. The .csl file is in the project root, next to the .typ.
But I get an error:
Failed to load CSL style (data did not match any variant of untagged enum Term)
The .csl is directly from the original repository. Is this not possible in the online version or am I doing something wrong?