zotxt is a Zotero extension for supporting utilities that deal with plain text files (e.g., markdown, reStructuredText, latex, etc.)
.xpi
file. If you are using Firefox, you will need to right-click and "Save as"Please install the pandoc-zotxt.lua extension to pandoc as well as Better BibTeX, which provides excellent citation key management.
Using the citation keys provided by Better BibTeX in pandoc citation format, you can automatically connect pandoc to a running Zotero instance to generate citations. (An example of a pandoc citation is [@Doe2006]
where Doe2006
is the citation key set by Better BibTex.)
For example:
pandoc -L pandoc-zotxt.lua -C file.md -t pdf -o file.pdf
See zotxt-emacs
The Zotxt API is exposed via http://127.0.0.1:23119/zotxt/
. To get an idea of what is possible, your best bet is probably to have a look at the test/test.rb
file.