GetRD / academic-file-converter

📚 Import Bibtex publications and Jupyter Notebook blog posts into your Markdown website or book. 将Bibtex转换为Markdown网站
https://docs.hugoblox.com/reference/content-types/#automatically-import-publications-from-bibtex
MIT License
356 stars 101 forks source link

--bibtex is a compulsory argument? #145

Closed karthikraman closed 1 month ago

karthikraman commented 1 month ago

https://github.com/GetRD/academic-file-converter/blob/e2ccb0cbcf3842a5e5817f22472ee00b8375652b/README.md?plain=1#L74

This did not work for me in Hugo Academic CLI v0.8.1. If I added --bibtex it worked perfectly. Without it, I got not output, or warnings either.

Thanks for building such a wonderful tool!

gcushen commented 1 month ago

No, there is no such option in the current version, that's why there is no such option documented in the current version. If you want to verify this, you can see this in the code at https://github.com/GetRD/academic-file-converter/blob/e2ccb0cbcf3842a5e5817f22472ee00b8375652b/academic/cli.py

gcushen commented 1 month ago

It appears you are trying to use an ancient version. I recommend to use the current version.