paper-qa icon indicating copy to clipboard operation
paper-qa copied to clipboard

Better BibTeX citekeys

Open g-simmons opened this issue 2 years ago • 2 comments

Adds support for Better BibTeX citekeys as discussed in #67.

Changes:

  • add hostname, port, better_bibtex args to ZoteroDB init
  • Make _get_citation_key a method of ZoteroDB
  • If ZoteroDB is initialized with better_bibtex=True, call the Better BibTeX RPC endpoint via the Zotero Connector Integration
  • Add requests to setup.py requirements
  • If this errors, fall back to the default citation keys with a warning
  • If better_bibtex=False, use the default citekey format

g-simmons avatar Apr 24 '23 00:04 g-simmons

Hi @g-simmons thank you for this PR. We just released v5 today which changes basically the whole repo.

If you are still interested, please rebase this PR atop the current main branch. Also, can you move from requests to httpx

jamesbraza avatar Sep 11 '24 17:09 jamesbraza

@jamesbraza thanks for the info. I probably won't be able to rebase this any time soon (other time commitments) :/

g-simmons avatar Sep 11 '24 18:09 g-simmons