chrisgrieser / alfred-bibtex-citation-picker

Citation picker & lightweight reference manager for BibTeX files, via Alfred.
MIT License
137 stars 8 forks source link

Open PDFs from the file entry in bibtex #40

Closed pSpitzner closed 11 months ago

pSpitzner commented 11 months ago

Just a suggestion: If the PDF_FOLDER is not specified, instead we can check if the bibtex library has the file = {} line and open the files from there.

Motivation is that I use zotero (with webdav syncing) and Zotfile, so I do not want to move the pdfs elsewhere. However, since the file-path can be included in the library export, we can simply hijack it as a fallback.

chrisgrieser commented 11 months ago

sure we can do that, thx!

chrisgrieser commented 11 months ago

released: https://github.com/chrisgrieser/alfred-bibtex-citation-picker/releases/download/11.8.0/alfred-bibtex-citation-picker.alfredworkflow

next time you do a PR (not only for this project, but in general), be sure to also edit the README and to reflect the changes you made. Thanks! (I already did so for this one.)

pSpitzner commented 11 months ago

Hi chris,

thanks for the reminder.

I anticipated some discussion before you actually merge it and was suprised this happened so quick!

Thanks for the quick merge! Paul

chrisgrieser commented 11 months ago

Nah, for small changes like this one, there is no need for a bigger discussion. All changes are contained to an independent "module" of the workflow, and existing users with an existing pdf-folder are not affected anyway.

So the change is self-contained and does not affect the development side and the user side really, so it's not a big deal in this case.