Cannot update document: state.fun.decorate[params[0]][params[1]] is undefined
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
(In Standalone, you can install the plugin by downloading it, and then visiting Tools -> Add-ons, and clicking on the gear menu in the upper-right corner of the popup.)
quotes="false"
attributes, when quotes were included in the input. That is legal CSL, and the processor absolutely should handle it, but that attribute with a value offalse
doesn't produce any rendered output.In the output, you will notice that you get straight quotes on titles, with the embedded quotes set as single curly quotes (an outer quote, in the
en-GB
locale). To get proper quote flip-flopping, replace the strings set byprefix=" '"
andsuffix="'"
with a singlequotes="true"
. The processor will then applyen-GB
outer single-quotes on the title, anden-GB
inner double-quotes as the embedded quotation marks:‘Title with “quotes” in it’.