https://github.com/laymer/zoteroatomsetup
Attempt towards a setup guide for Zotero bibliography tool combined with a Git repository and plugged with Atom editor
https://github.com/laymer/zoteroatomsetup
Last synced: 2 months ago
JSON representation
Attempt towards a setup guide for Zotero bibliography tool combined with a Git repository and plugged with Atom editor
- Host: GitHub
- URL: https://github.com/laymer/zoteroatomsetup
- Owner: Laymer
- Created: 2018-05-20T11:33:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-20T12:50:48.000Z (over 7 years ago)
- Last Synced: 2025-04-06T08:25:02.939Z (9 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ZoteroAtomSetup
Attempt towards a setup guide for Zotero bibliography tool combined with a Git repository and plugged with Atom editor
## Installing Zotero
The [Zotero](https://www.zotero.org) standalone software must be installed in order to store references on the local host. It will enable all the functions described below.
## Zotero connectors
Once the Zotero software is installed, it can be combined with [Zotero Connectors](https://www.zotero.org/download/connectors) for Web browsers in order to automatically retrieve data from online references. The Zotero software must be running for the connectors to be able to function.
### Saving references
#### Creating a collection
It is usually useful to create a collection in your Zotero library beforehand to organize saved references into different folders. Zotero references can be thought of as Web bookmarks. The Zotero library contains all the bookmarks, and Zotero collections are the equivalent of subfolders for bookmarks. Creating a collection is done in Zotero as follows :
#### Saving references from the browser
While having the Zotero software running and once the browser connector has been installed, a reference can be saved into a collection using the following shortcut or clicking on the Zotero button in the browser toolbar when the reference's web page is visited :
```
CTRL + SHIFT + S (Windows)
CMD + SHIFT + S (Mac OS)
```
:warning: The Mac OS shortcut is not supported in Safari, since it is used to actually bookmark the page. Safari users should therefore simply click on the Zotero connector button.
It will display a dialog box where the target collection can be set. Zotero will automatically retrieve all available data/metadata such as PDF, links and abstract and store it locally, as shown below :
## The Better BibTeX extension
[Better BibTeX](https://retorque.re/zotero-better-bibtex/) can be used to extend the Zotero software to enable it to automatically export collections as `.bib` files and create citation keys that can be used in LaTeX files with `\cite{articleKey}` to cite the references that have been previously stored.
Installing the Better BibTeX plug-in is necessary in order to be able to use the Atom package described below.
## Zotero-picker
[Zotero-picker](https://atom.io/packages/zotero-picker) makes it possible to easily cite the references using the citation keys created by Better BixTeX. Once the package is installed, `ALT + Z` should display a Zotero search bar that allows the user to browse his references and retrieve their citation key.
NOTE : the `@` prefix that is automatically added to the citation key should be removed for the `\cite{reference}` command.