https://retorque.re/zotero-better-bibte ... ith-pandoc
I currently run a Launchd script to convert the BibTeX that Bookends generates using "Sync Linked BibTeX File...", but it would be nice if we could choose to output CSL-JSON directly without needing secondary conversion.
Has anyone tried to make a JSON format using "Format Manager". JSON is a bit fussy with commas etc. but perhaps FM can do this already? If not I think Bookends would need lower level support.
Here is an example CSL-JSON reference, converted from BibTeX output from Bookends using pandoc:
Code: Select all
[
{
"DOI": "10.1038/nrn3950",
"author": [
{
"family": "Barrett",
"given": "LF"
},
{
"family": "Simmons",
"given": "WK"
}
],
"container-title": "Nature Reviews Neuroscience",
"id": "barrett2015",
"issue": "7",
"issued": {
"date-parts": [
[
2015
]
]
},
"page": "419-429",
"title": "Interoceptive predictions in the brain",
"type": "article-journal",
"volume": "16"
},
]