Zotero X Obsidian workflow
To have literature manager that at the same time connected to more robust plan text - markdown file manager, the Obsidian.
- Install Zotero
- From zetero web page, find the link to these plugin
- Download the .xpi file.
- On zotero, tools > Add-ons
- Drag the .xpi file to the Add-ons manager window
- Zotero need to restart
- Import paper to zotero
- Add annotation
- In the parent item, right click > add note from annotation. Then the new note under parent item will appear
- In the note that appear, right click > Export Note.. export it as markdown
- You can put directly to your obsidian vault
A more comprehensive one
Plugins needed
Zotero
- Zotfile
Zotfile is a Zotero plugin to manage your attachments: automatically rename, move, and attach PDFs (or other files) to Zotero items, sync PDFs from your Zotero library to your (mobile) PDF reader (e.g. an iPad, Android tablet, etc.) and extract annotations from PDF files. - Mdnotes for Zotero
Export item metadata and notes as Markdown files - BetterBibtex
Better BibTeX (BBT) is an extension for Zotero and Juris-M that makes it easier to manage bibliographic data, especially for people authoring documents using text-based toolchains (e.g. based on LaTeX / Markdown).
Obsidian
- Citations
The plugin supports reading bibliographies in BibTeX / BibLaTeX.bib
format and CSL-JSON format.- If you use Zotero with Better BibTeX:
- Select a collection in Zotero's left sidebar that you want to export.
- Click
File
->Export library ...
. SelectBetter BibLaTeX
orBetter CSL JSON
as the format. (We recommend using the BibLaTeX export unless you experience performance issues. The BibLaTeX format includes more information that you can reference from Obsidian, such as associated PDF attachments, but loads more slowly than the JSON export.) - You can optionally choose "Keep updated" to automatically re-export the collection -- this is recommended!
- Pandoc Reference List
- Obsidian Enhancing Export
- Obsidian Link Converter
Simple way
-
At Zotero, at the paper you finished annotating. Right klik > Add note from annotation
-
At Zotero, file > Export library >
- select "Better BibLaTex"
- Export Notes, Use Journal Abbreviation
- Keep updated --> select this so in the future you do not need to set it again. only need to press refresh in the top right in the main windows of Zotero
- OK
-
Choose folder to save your My Library.bib (remember the address. need to setup at Obsidian)
-
at Obsidian, setting > open Citation plugin's setting,
- set the "Citation database path" to be the path you saved the My Library.bib
- set the "literature note content template" at the
mine are:
-
Cmd+P > type "Citation" > select "Citation: Refresh citation database"
-
Cmd+P > type "Citation" > select "Citation: Open literature note"
Next time, replace step 2-3 to only click the refresh button in the top right of Zotero, no need to go to step 4 as well.