3.5 Customizing on-page displays
On-page menu : how to define which items are displayed
Available items
Name
Content
"addMetadata"
"Add metadata" button
"importNotes"
"Import notes" button
"viewItemInfo"
"View item information" button
Opens the item in the library search panel.
"openZoteroLocal"
"Open in Zotero (local)" button
Link to the item in Zotero (standalone app).
"openZoteroWeb"
"Open in Zotero (web)" button
Link to the item in Zotero (web library).
"pdfLinks"
Links to each PDF attachment for the item
"sciteBadge"
"connectedPapers"
Link to the item on ConnectedPapers
"semanticScholar"
Link to the item on Semantic Scholar
"googleScholar"
Link to the item on Google Scholar
"citingPapers"
List of items which cite the current item, in Zotero library + elsewhere.
In the code
Display triggers
You can choose which pages should display the on-page menu/contextual buttons, by defining a trigger function. The function should take as its only argument the title of the page, and return a Boolean (true | false
).
Last updated
Was this helpful?