2.1.2 • Published 6 months ago
joplin-plugin-zotero-link v2.1.2
Joplin Zotero Link Plugin
Conntect Zotero with Joplin to reference sources in notes and open them via zotero://
links.
When having trouble using this plugin, please have a look down below to the FAQ.
Installation
Zotero >= 7
- Enable "Local API" feature in your Zotero 7 settings:
Zotero 7 > Settings > Advanced > Allow other applications on this computer to communicate with Zotero
- Install this plugin
Zotero <= 6
- Install ZotServer in Zotero
- Install this plugin
Usage
- Open a note and enter
z@
- Search for your reference
- Select it
Custom Formatting
Custom formattting of the text can be enabled from plugin settings.
Example
Location | Display |
---|---|
Settings | [<authorfirst>, <year>, *<title>*](<zoterolink>)<externallink> |
Markdown | [Jannes Magnusson, 2024, *jannessm/joplin-zotero-link*](zotero://select/library/items/Q5U7SN82)[🔗](https://github.com/jannessm/joplin-zotero-link) |
Editor | Jannes Magnusson, 2024, jannessm/joplin-zotero-link🔗 |
Available parameters
Key | Description |
---|---|
<key> | Zotero key |
<zoterolink> | Local zotero link zotero://select/library/items/<key> |
<authors> | All authors |
<authorfirst> | First author |
<title> | Title |
<date> | Date in local format |
<date:YYYY-MM-DDTHH:mm:ss> | Date formating using dayjs |
<year> | Year |
<month> | Month in en-US format |
<monthlocal> | Month in local format |
<publication> | Publication journal |
<publicationshort> | Short version of publication journal |
<doi> | DOI |
<doiurl> | DOI url https://doi.org/<doi> |
<url> | External url |
<externallink> | Give external link with icon 🔗 [🔗](<url>) |
<externaldoi> | Give external DOI link with icon 🔗 [🔗](<doilink>) |
FAQ
Joplin crashes after installation
- using CodeMirror v5 (only supported up to v1.2.1) (#17, #18, #20, #22)
No Zotero Data could be loaded
- check if the port is correct under the plugin settings (#3, #4, #6)