-
Notifications
You must be signed in to change notification settings - Fork 74
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/Question] A reverse bibtex-completion-find-pdf function? #381
Comments
Well, you can add the
That’s the usecase for which I designed helm/ivy-bibtex :) What’s wrong with the current approach?
Interesting. Could you please describe your use case in more detail? How exactly would the function that you’re proposing make note-taking more efficient? Perhaps there already are facilities to solve your specific problem.
You can access a list of all entries via |
I will have a closer look at your PR when I have a better understanding of what you're trying to achieve. |
Is there any function that takes a filepath, then return an entry key for it as a string? We could generalize this further by say,
bibtex-completion-find-key-with-field (string &optional field)
, this function takesSTRING
then match it against all fields of every bibtex entry inbibtex-completion-bibliography
then return a list of keys withSTRING
in their fields, or to be even more specific, matchSTRING
againstFIELD
of every bibtex entry, return a list of keys that matches. I can work on a pull request as this feature will make my note-taking even more convenient and open a lot of possibilities for writing some extensions in the future but, I have no clue how to do this since the relavant bibtex-completion functions seem to take a key as their argument.The text was updated successfully, but these errors were encountered: