Opened 6 years ago

Closed 6 years ago

#1735 closed defect (fixed)

csledit.xul with citeproc-js

Reported by: fbennett Owned by: dstillman
Priority: major Milestone:
Component: uncategorized Version: 2.1
Keywords: Cc:

Description

The attached patch gets csledit.xul working with citeproc-js under Zotero 2.1 beta. The only slight change is to the Multiple Citations section, which now always shows the "First" form: the position attribute cannot (easily) be set externally for multiple-item citations rendered with previewCitationCluster(), so I've taken the lazy way out and ignored the setting in this section.

Attachments (1)

csledit-citeproc-js.patch (4.2 KB) - added by fbennett 6 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 Changed 6 years ago by rmzelle

In the patch,

<hr><h1>Multi Citations <span style="font-size:smaller;">(First form only)</span></h1>

should be

<hr><h1>Multi Citations <span style="font-size:smaller;">(with position being "first")</span></h1>

(see the CSL specification description of "position": http://citationstyles.org/downloads/specification.html#choose )

Changed 6 years ago by fbennett

comment:2 Changed 6 years ago by fbennett

Have changed heading to read '(all with position "first")'.

comment:3 Changed 6 years ago by dstillman

  • Resolution set to fixed
  • Status changed from new to closed

(In [7020]) Closes #1735, csledit.xul with citeproc-js

Thanks to Frank for the patch

Note: See TracTickets for help on using tickets.