zotero / citeproc-js-server

Web service to generate citations and bibliographies using citeproc-js
Other
60 stars 39 forks source link

Support for In-text Narrative Citations Using Citation Flags in citeproc-js-server #48

Open RORO-ML opened 8 months ago

RORO-ML commented 8 months ago

Hello,

my query is about the support for citation flags that are crucial for rendering in-text narrative citations.

In the standard implementation of citeproc-js, there are flags like "author-only" and "suppress-author" that are used to control the citation format. For example:

[
    { "ITEM-1" },
    { "ITEM-1", "author-only": true },
    { "ITEM-1", "suppress-author": true }
]

https://citeproc-js.readthedocs.io/en/latest/running.html#citation-flags-with-makecitationcluster

My question is whether these flags, or similar functionality, are available and supported in this server version of citeproc-js, especially for the purpose of in-text narrative citations. Are there any special configurations or code adaptations needed to implement this in citeproc-js-server?

Thank you for your assistance!