-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Integration with Zotra #799
Comments
Thanks for the note. So let me see if IUC: The idea here is zotra can be used to add either:
Is that correct? On 2, we do have a broader command called I think 1 is pretty much the same as using https://github.com/emacs-citar/citar/wiki/Embark#embark-become |
For 1, we have two functions. One is The other is I agree that, for this case, probably no particular integration code is needed. For 2, that's mostly correct. The There are also |
I can't predict when or if I'll have time to get this, given other priorities. But PR and/or wiki contribution would certainly be welcome. FWIW, citar is designed to be pretty flexible in terms of integration with other packages, so much so that it's often better to spin off functionality like this into independent small packages. |
I've written a package, Zotra, that adds the missing functionality of Zotero to Emacs by allowing the user to get bibliography entries and attachments from a url or a search identifier (DOI, ISBN, PMID, arXiv ID).
I don't personally use citar, but I thought this might be something you'd find interesting.
In the README file, I've described one possible way to seamlessly integrate bibtex-completion with it so that if zotra is installed, it will offer the option to use it when calling
bibtex-completion-add-pdf-to-library
and if it's not installed, it will behave as before. (Note that the last 4 lines in the function I've written there is for a separate extra functionality, i.e. to add the path to the newly added file to thebibtex-completion-pdf-field
field in the bibtex entry) A similar approach could probably be used here.The text was updated successfully, but these errors were encountered: