Skip to content

Add custom properties on CAYW endpoint #13821

@palukku

Description

@palukku

Currently, the CAYW endpoint only inserts the citation key. The goal is to also include the custom properties shown in the UI when selecting an entry (see screenshots).

  • Add a custom popup in SelectedItemsContainer.java.

  • Consider creating a dedicated popup class that receives the CAYWEntry.

  • Maybe use some kind of enum or something like that to handle abbreviations like in Zotero which is shown here in the table with the fields so we could change those later more easily.

  • Extend the CAYWEntry class to hold the additional custom properties so they are accessible later in the formatters.

  • Update the formatters to support the new properties, extend citation style handling to include them.

Obligatory:
Know how the different formats handle the specific properties, you can see a list with links to most of the corresponding documentations here.

Image Image

Metadata

Metadata

Assignees

Type

No fields configured for task.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions