Skip to content

Instantly share code, notes, and snippets.

@cigrainger
Created July 23, 2014 20:41
Show Gist options
  • Select an option

  • Save cigrainger/68139dccfcdff33b23c9 to your computer and use it in GitHub Desktop.

Select an option

Save cigrainger/68139dccfcdff33b23c9 to your computer and use it in GitHub Desktop.
{
//REQUIRED:
"bibtex_file_path": "~/Dropbox/Papers/main.bib",
//OPTIONAL:
//By default Citer Search looks for your keyword in the
//author, title, year, and Citekey (id) feilds
"search_fields": ["author", "title", "year", "id"] ,
//Default format is @Citekey
"citation_format": "@%s",
//list of scopes. Could be top level "text" or "source", or limit to
// e.g "text.html.markdown"
"completions_scopes": ["text"],
"enable_completions": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment