Dominic D
Dominic D
Thanks for the super detailed review - I'll go through step by step: > Then, I think that the specifics of the `addItemCitations` and `deleteItemCitations` should be implemented elsewhere, in...
Thinking about this a bit - I don't think a citation really makes sense without a source item? Would it be best to specify the source item in the constructor,...
Just to check - what kind of data would you need to store for each citation? Are the citations in Cita already sufficient to store everything you want (type, title,...
> Yes, the current metadata would be sufficient, since I store each cited reference in Zotero in any case (even if it is incomplete/not identifiable - I deal with a...
Ok, gotcha. So given you already import all the items via BibTeX into Zotero, an automated version of #39 would work for you - adding cited items to a citing...
I just made #148 to test out a solution for importing citations via api - [here's](https://github.com/diegodlh/zotero-cita/raw/bc59a5f86285b74e6c23d75f557295ea492da1ae/cita.xpi) a debug build if you want to try.
Exporting the item itself works fine, yeah. The code for creating the citation items to be exported is here. Is there something I need to do to generate keys for...
Yes, a citation is a wrapper connecting a citing item (saved in the library) to a cited item (not necessarily saved in the library). For export, we take the list...
Ahh yep, that makes sense! Would it be possible for me to pass these items to the key manager and generate keys before the items get to the translator, in...
Thanks for the code snippet - that works perfectly. The items have citation keys in the extra field before being passed to the translator. I'm still getting the same error,...