Skip to content

Instantly share code, notes, and snippets.

@vsivsi
Last active September 11, 2015 18:46
Show Gist options
  • Save vsivsi/e820a69697bb9b9037c8 to your computer and use it in GitHub Desktop.
Save vsivsi/e820a69697bb9b9037c8 to your computer and use it in GitHub Desktop.
Add Atom editor as a supported application for Papers2 Citations on OS X

Edit the file:

/Applications/Papers2.app/Contents/SharedSupport/Citations.app/Contents/Resources/AppSupportInformation.plist

...
<key>SupportsInsertionOfCitations</key> <!-- Find this key -->
<array>
...
   <string>com.github.atom</string>  <!-- Add this line -->
...
</array>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment