Ok, just a quick post as a note to self on my Ulysses 3 + Zotero workflow:
- References in Zotero
- AutoZotBib Extension to sync Zotero references to a biblatex file.
- Write text in Ulysses 3, use pandoc citation syntax.
- Export text from Ulysses 3.
- Use pandoc + citeproc-hs (which is included in the pandoc package if installed via cabal) to convert to whatever.
Zotero settings
Zotero has a hidden preference setting called extensions.zotero.recursiveCollections
(or just recursiveCollections
if using the desktop version). Setting the value of this to true
, instead of the default false
value, selecting a folder also displays the contents of its sub-folders. I think this behaviour makes sense for a document management system (where finding a document is more important than knowing where it resides).
To change the value of extensions.zotero.recursiveCollections
, just go to about:config
, find the preference name and then double click the value.