Created
July 23, 2014 20:41
-
-
Save cigrainger/68139dccfcdff33b23c9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| //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