Skip to content

Instantly share code, notes, and snippets.

@syrte
Last active March 23, 2019 16:32
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 syrte/06d8b816fa6ef89b0fbc6e6e9ba5a5dd to your computer and use it in GitHub Desktop.
Save syrte/06d8b816fa6ef89b0fbc6e6e9ba5a5dd to your computer and use it in GitHub Desktop.

citation key

citation key format

[auth][year]

Force citation key to plain text

export

Export Unicode

add url to BibTeX export

fields

export doi and URL both

abstract,file,timestamp,urldate,keywords,note

advanced

postscript

if (this.has.year) {
  this.add({name: 'year', replace: true, value: this.has.year.value.replace(/.* /, '')})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment