Zendron
Connect Zotero and Dendron. No idea falls from the sky 🌦️, this tool is meant to allow for reproducible documentation of 💡 around the publishing process 📃.
Install / Use
/learn @Mjvolk3/ZendronREADME
Showcase
Here we show how zendron enables a writing workflow from within VsCode.

- First we show how you can structure a paper using note references in Dendron.
- Install
zendronand import references from the relevant Zotero library. - Cite while you write, and view all relevant Zotero metadata, annotations, and comment notes with hover.
- Compile paper to
.docx,.pdf, and.htmlwith Pandoc. - Find relevant papers via VsCode search.
Introduction
- This package was developed for porting Zotero annotations and metadata to markdown. This is made possible with pyzotero. These markdown notes are then brought into a Dendron hierarchy for integration with vault notes. Zendron is designed to be used with Visual Studio Code but is editor agnostic... in theory. The end goal is to get a two way sync between notes in Zotero and notes in Dendron, but this has some difficulties and limitations. For now only a one way sync from Zotero to Dendron is supported.
Install Instructions
-
It is recommended to build a virtual environment for installation. I've used conda env during development.
-
Install Dendron CLI this is needed for note import into Dendron.
- Install node js
- For more information you can check out Dendron node install instruction
npm install -g @dendronhq/dendron-cli@0.119.0- I use the global flag, but you can alternativley install a specific version for a given workspace.
- Newer version are not working, waiting on any response to github issue
- Install node js
-
Install the zendron
python -m pip install zendron
Zotero Local Setup
- To start you need Better BibTeX for Zotero
- This allows pinning of bibtex keys. A stable bibtex key is necessary for predictable behavior within
zendron.
- This allows pinning of bibtex keys. A stable bibtex key is necessary for predictable behavior within
- Go to
Zotero > Settings... > Advanced > General > Config Editor
- Accept the risks.

- In the Search, type
autoPinDelayand change the integer value from 0 (default) to 1. Click OK.
- This will automatically pin any new publications coming into your zotero database. For previous citations that are not yet pinned, you can highlight all metadata, right click and select
Better BibTex > Pin BibTeX key. This will make your entries compatible with Zendron. This is a one time thing, after setting theautoPinDelay, you won't need to worry about this.
Zotero API key
- Visit here to setup a Zotero API key.
- We recommend setting up your Zotero API key with the following settings to allow for full functionality.
- Personal Library
- [x] Allow library access.
- [x] Allow notes access.
- [x] Allow write access.
- Default Group Permissions
- [x] Read/Write
- Personal Library

- This key can then be copy-pasted in the configuration file,
"config.yaml". You should add your key to.gitignoreto prevent others from accessing your Zotoero database. If the key is lost you can always generate a new one.
Basic Usage
🚨 THE MOST IMPORTANT THING 🚨 - When you any zendron command make sure that you have a clean working directory. Meaning run git status, and make sure there are no untracked files or files to commit. This makes it very easy to revert modifications made by zendron while we still work out the kinks.
There is 1 command, and 3 optional flags.
zendron- This command should only be run in the root directory of the workspace.
- This command imports notes according to a defined config.yaml. Once the command is run the first time the user needs to modify their configuration
./conf/zendron/config.yaml. All required configs are marked with a comment# STARTER CONFIGupon initialization. - Notes are imported with a
## Time Createdheading. This allows for stable reference from other notes, within the note vault. We autogenerate a*.comments.mdthat should be used for taking any additional notes within Dendron. Additional notes taken within the meta data file (notes/zendron.import.<paper-title>.md), or the*.annotations.mdwill be overwritten after runningzendron -rmorzendron -nc. All files downstream of.importexcept*.comments.mdshould be treated as read only. - Upon import, notes and tags are left as stubs. To create these notes run
> Dendron: DoctorthencreateMissingLinkedNotes. It is best practice to correct tag warnings before doing this. We warn on malformed tag imports. We could reform tags and sync to Zotero if there is interest. - After running this command it is best to run
Dendron: Reload Indexfrom the command palette.
zendron -horzendron --help- Help message that shows availbe commands and suggsetions for when running
zendron.
- Help message that shows availbe commands and suggsetions for when running
zendron -rmorzendron --remove- ⚠️ This command removes imported notes and associated links. This command works by removing all notes downstream to
dendron_limb. There is some difficulty removing other files created because these are separate from thedendron_limb. These files includeuser.*.md, which comes from bibtex keys, andtags.*.mdwhich come from metadata and annotation tags. For now, we don't remove tags, but we do remove bibex keys (<user.bibtex_key>.md). - ⚠️I have to say it again, don't put other notes downstream of the zendron limb. They will be deleted.
- We don't delete imported tags because they are too difficult to track consistently.
- ⚠️ This command removes imported notes and associated links. This command works by removing all notes downstream to
zendron -drmorzendron --dry-remove- A dry removal so you can see what file will be deleted without deleting them.
zendron -ncorzendron --no-cache- This is zendron sync without caching. This good to run if you interrupted your import for some reason and need a fresh clean import. If your zendron notes are misbehaving try this command. It will be slower since there is no caching.
- After running this command it is best to run
Dendron: Reload Indexfrom the command palette.
Zotero and File Import Configuration
All zendron configuration is handled in config.yaml. Upon initialization it will show in "config/zendron/config.yaml".
library_id : 4932032 # Zotero library ID
library_type : group # [user, group] library
api_key : FoCauOvWMlNdYmpYuY5JplTw # Zotero API key
collection: null # Name of Zotero Collection, null for entire library
local_image_path: /Users/<username>/Zotero/cache # Local path for importing annotated images
item_types: [journalArticle, book, preprint, conferencePaper, report] # List of item types according to [pyzotero](https://pyzotero.readthedocs.io/en/latest/). Kept here for beginner simplicity.
dendron_limb: zendron.import # Dendron import limb e.g. zendron.import.paper-title.annotations.md. KEEPING here for now since hasn't been tested.
zotero_comment_title: zendron comment # needed for eventual 2-way sync. HERE for now.
pod_path: zendron_pod # Name of dendron pod, removed after completion of import. Key for non dendron user import. Not implemented yet.
library_id- Integer identifier of library. This is the number that matches the name of a library.- User ID. For a user library it you will see something like
"Your userID for use in API calls is 1234567" - For group ID visit Zotero Groups, click on your desired group, and copy the id from the URL. For instance I have this library.
"https://www.zotero.org/groups/4932032/zendron/library", and 4932032 is thelibrary_id.
- User ID. For a user library it you will see something like
library_type:groupfor group libraries anduserfor user library.api_key: Use the API Key obtained from Zotero API KEY.collection: This can be the name of any collection or subcollection in the specificed library. If there are multiple collections or sub collections with the same name, the import will arbitrarily choose one. To make sure you are importing the desired collection, make sure the name of the collection is unique in the Zotero library. Subcollections of a collection will not be imported, this is by design according to how zotero handles subcollections and collections.item_types: Zotero item types to import according to pyzotero syntax.local_image_path: Path to annotated images./Users/<username>/Zotero/cacheis the default path on MacOS. It just needs to end incache.dendron_limb: This is the period deliminated hierarchy prefix t

