Somehow I'm still facing #40 when using global_files. The bibtex file is automatically generated by Zotero. https://github.com/user-attachments/assets/46d8d74e-af13-460b-a1cb-5d5262438583 ```{lua} bibtex = { depth=2, format='plain', global_files = {'~/Dropbox/Apps/Overleaf/bib/library.bib'}, search_keys = {'author', 'year', 'title'}, context = true, wrap = false, } ```