Dominic D
Dominic D
This should be easy to implement. I'd just have to think a bit more about the best implementation. Perhaps an extra button for "Scholia" that can be enabled in the...
Thanks for the detailed report! I had a quick look to try and localise this - Cita reports that all the items were of an unsupported type [here](https://github.com/diegodlh/zotero-cita/blob/master/src/citations.js#L611) - but...
Sorry this has taken me so long! At least on my end I'm getting an out of memory error when I try to sync that many items at once. For...
Come to think of it, isn't this more or less the purpose of Zotero translators? Would it be possible to make custom translators that also return the references for an...
Yeah, something that takes an identifier (DOI, OpenAlex ID, ...) or list of them and returns a list of Zotero Items would be perfect. There's a rather complicated implementation for...
1. This is working for me again now. Are you on the latest version (0.5.5)? 2. This only works when you have 2 or more items selected (Ctrl + click...
Hmm. in 1 it looks like the whole citations tab is failing to render properly. Do you see the citations note saved under the item when you add the citations?...
Thanks for the details. Just to check does the Citations tab look the same for every item you select? Or just this one? What about items that don't have any...
I just checked the debugging log for my own instance of Cita and got this: Just to check you never get the `Rendering CitationsBoxContainer took` line in your debug logs?...
I think the issue comes from this change here - https://github.com/diegodlh/zotero-cita/pull/242/files#diff-696fbdb6810c9001e0b8a27f808632396389131c08925b7d50cf8fbae528245d Now we resolve the localised string (to `More...`), then Zotero tries to localise it again and fails. For me...