Skip to content

Instantly share code, notes, and snippets.

@BrainStormCenter
Last active November 10, 2016 21:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BrainStormCenter/2e191785434ac129df87b882040d3082 to your computer and use it in GitHub Desktop.
Save BrainStormCenter/2e191785434ac129df87b882040d3082 to your computer and use it in GitHub Desktop.
AppleScripts for Papers3 library to BibDesk file
(*
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%
% CREATED BY: JASON CRAGGS
%
% CREATED ON: 2015-11-19
% MODIFIED ON: 2016_03_25
%
%
% USAGE: EXPORT ALL REFERENCES FROM PAPERS 3 TO A BIBTEX LIBRARY
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
*)
tell application "Papers" to export ((every publication item) as list) to "Macintosh HD:Users:XXXX:Documents:References:AllRefs.bib"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment