-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: unknown field shortTitle
, expected any CSL variable
#92
Comments
Looks like it is a real CSL variable, is it meant to be the same as |
Ok, probably best to fix this on Zotero's end then. For the record I ran into this by testing on a document generated about 2 years ago and using its embedded metadata, which is why it got triggered. |
I'll map it to title-short as well since it's in the schema. 2-year-old documents should still go. |
Would you also prefer this to be a soft warning not a hard error? I think probably yes, if only to smooth over CSL point releases. |
We'll have it serve |
I mean in general, for any unrecognised CSL variable. |
Let's keep it a warning. Also, how does citeproc-rs report warnings? Is there any debug output that can be enabled for it? |
It does log some warnings and errors at the moment, but the wasm package is configured to try to write it to Edit: should appear as If that's not doing anything, it would be easy to accept a JS object that has all the normal |
Zotero debug log
I received an
when calling
insertReference()
The text was updated successfully, but these errors were encountered: