Zotero #
Some commands may not be available on Zotero mobile.
(Maybe) Useful resources #
- Install Zotero - Zotero - Library Guides at UC Berkeley
- Mastering Zotero – Open Textbook
- Home - Zotero - Research Guides at Wake Forest University
- Home - Zotero Workshop - LibGuides at Gonzaga University
- kb: List of WebDAV services [Zotero Documentation]
Useful tricks #
Export annotations from PDF to notes #
Downside: It does not include text annotations.
Export notes to Markdown/HTML file #
, then you will be prompted to select path and confirm.
See all collections an item is in #
How can I see what collections my item is in? [Zotero Documentation]
To see all the collections an item is in, select the item and then hold down the Option key (macOS), Control key (Windows), or Alt key (Linux). This will highlight all collections that contain the selected item.
Use outside PDF viewer on iOS #
Using an External PDF Reader with iOS App - Zotero Forums
- Open the PDF on Zotero and share to GoodNotes (include annotations if you already have some)
- Read and highlight/annotate the PDF in Goodnotes
- Once you are done, share from GoodNotes to Zotero (include annotations obviously)
- The PDF will appear as a separate entry in the library. Drag and drop it onto the original entry, and it will be moved there. Tap on ‘i’ to check that there should now be two PDFs for the same entry
- Delete the old PDF from that entry by long press and ‘Move to Trash’
Useful Plug-Ins #
Plugins that I have tried but did not keep
- windingwind/zotero-better-notes: Everything about note management. All in Zotero.
- jlegewie/zotfile: 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 PDF annotations.
- argenos/zotero-mdnotes: A Zotero plugin to export item metadata and notes as markdown files
Plugins that I would like to try later
Better BibTeX #
Documentation: Better BibTeX for Zotero
Use the option (instead of Better BibLaTeX), otherwise the
yearfield would not be separated fromdate.
My configuration:
Citation key format: [zotero:clean]
Fields to omit from export: file, note, keywords, abstractDate Grabber #
Repository: retorquere/zotero-date-from-last-modified
DOI Manager #
Repository: bwiernik/zotero-shortdoi: Zotero extension to retrieve and validate DOIs and shortDOIs
My configuration:
Get DOIs for new items: Long DOIsQuickLook #
Repository: mronkko/ZoteroQuickLook: Implements QuickLook in Zotero
After applying fixes from the Issues (1, 2), it works with Zotero 6 well.
OCR #
Repository: UB-Mannheim/zotero-ocr: Zotero Plugin for OCR
scite #
Repository: scitedotai/scite-zotero-plugin: scite zotero plugin
Special tags column #
Add custom tag display mappings. I made a star-rating (well, more like moon-rating) system with it.
My configuration:
{"5-star":"🌕🌕🌕🌕🌕","4-star":"🌕🌕🌕🌕🌑","3-star":"🌕🌕🌕🌑🌑","2-star":"🌕🌕🌑🌑🌑","1-star":"🌕🌑🌑🌑🌑","0-star":"🌑🌑🌑🌑🌑"}Use Sci-Hub as Default PDF Finder #
List of online Sci-Hub URLs: List of sci hub and libgen active urls - Verts-Luisants
Open Preferences > Advanced > Config Editor, search for extensions.zotero.findPDFs.resolvers, paste the following into Value: (credit)
{
"name":"Sci-Hub",
"method":"GET",
"url":"https://scihub.wikicn.top/{doi}",
"mode":"html",
"selector":"#pdf",
"attribute":"src",
"automatic":true
}Add Custom Lookup Engines #
References:
- locate [Zotero Documentation]
- Adding search engines - Zotero Forums
- Some other engines: zotero-tools/engines.json
- Open
~/Zotero/locate/engines.json. - Before the closing
], add the following code: - Download the icon, rename and place it at
~/Zotero/locate/sementic_scholar.png. - Restart Zotero.
,
{
"_name": "Semantic Scholar Search",
"_alias": "Semantic Scholar",
"_description": "Semantic Scholar Search",
"_icon": "file:///Users/loikein/Zotero/locate/sementic_scholar.png",
"_urlTemplate": "https://www.semanticscholar.org/search?year%5B0%5D={z:year?}&year%5B1%5D={z:year?}&q={z:title}&sort=relevance",
"_urlParams": [],
"_urlNamespaces": {
"z": "http://www.zotero.org/namespaces/openSearch#",
"": "http://a9.com/-/spec/opensearch/1.1/"
},
"_iconSourceURI": "https://www.semanticscholar.org/img/favicon.png"
}