Zotero: Difference between revisions

imported>Fadenb
m Syntaxhighlight
Add instructions to set up the LibreOffice addon
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{outdated|This page has not been edited for several years. Please remove this notice if the content is accurate.}}
== Zotero LibreOffice add-on ==
Install either the [https://extensions.libreoffice.org/en/extensions/show/891 community fork], or the official version of the plugin. The official version is included in zotero, located here:<syntaxhighlight>
${pkgs.zotero}/usr/lib/zotero-bin-7.0/integration/libreoffice/Zotero_LibreOffice_Integration.oxt
</syntaxhighlight>This can also be done through <code>nix build nixpkgs#zotero</code>, then locating the file in <code>result</code>. Both plugins depend on a java runtime environment. Install <code>pkgs.temurin-jre-bin-17</code> and select it from the list in the LibreOffice options at LibreOffice -> Advanced and restart LibreOffice.
== Zotero Firefox add-on ==
== Zotero Firefox add-on ==
The Zotero Firefox add-on works as expected with one caveat; the pdftotext and pdfinfo plugins it needs in order to index and pull metadata from PDFs you wish to add to your library.
The Zotero Firefox add-on works as expected with one caveat; the pdftotext and pdfinfo plugins it needs in order to index and pull metadata from PDFs you wish to add to your library.