Exposing a CSL-JSON to Zotero
I have a dedicated service able to generate the CSL-JSON for my webpages. I would ideally see this integrated with the Zotero in one of two ways:
1. The webpage publishes a link meta tag, e.g.
<link type="alternate" type="application/vnd.citationstyles.csl+json format" href="URI of my service providing a CSL-JSON for the page" title="CSL-JSON citation entry"/>
2. The webpage embeds a complete CSL-JSON in a dedicated tag (like in the COinS example but without a need to convert from Zotero-natite CSL-JSON to the COinS so the Zotero then reconverts it back to the CSL)
Unfortunately according to the https://www.zotero.org/support/dev/exposing_metadata none of that is possible now. I either need to convert the format from the Zotero-native CSL into single <meta&gy; tags or the COinS or to implement an (btw abandoned) unAPI service.
Are there any chances to include a direct CSL-JSON exposing?
1. The webpage publishes a link meta tag, e.g.
<link type="alternate" type="application/vnd.citationstyles.csl+json format" href="URI of my service providing a CSL-JSON for the page" title="CSL-JSON citation entry"/>
2. The webpage embeds a complete CSL-JSON in a dedicated tag (like in the COinS example but without a need to convert from Zotero-natite CSL-JSON to the COinS so the Zotero then reconverts it back to the CSL)
Unfortunately according to the https://www.zotero.org/support/dev/exposing_metadata none of that is possible now. I either need to convert the format from the Zotero-native CSL into single <meta&gy; tags or the COinS or to implement an (btw abandoned) unAPI service.
Are there any chances to include a direct CSL-JSON exposing?