This package enables you to read your library data via the Zotero Web-Api and to cite in Markdown documents which will be converted by Pandoc (see also the Pandown plugin for Sublime) or in every other file using LaTeX cite keys.
This Package is in early development status and any contributions are highly welcome! There are a lot of undocumented features and conventions (E.g. the created .bib file is always called like the corresponding file). Up from now May 2013 it is working for me greatly (OS X, Pandown configuered by hand to find the .bib file). I intend to further develop and document this package - but again any contribution is welcome.
not yet documented
- Install ZoteroCite
you probably know how to use Github and Zotero Packages if you are intending to use this package in it's current state.
The rest of this file is boilerplated by the AAAPackageDevelopment Package
If you're running a full installation of Sublime Text, simply doublelick on the
.sublime-package
file. If you're running a portable installation, you need
to perform an installation by hand.
Once installed, run the following command from the Python console (Ctrl+`
):
view.run_command("COMMAND")
Alternatively, you can define a new key binding for this command.