Dominic D
Dominic D
Hi, A consistent way of storing citation information would be nice. One issue though is also what is stored (or what is the primary information that is stored). I guess...
Yeah, this would be nice but I guess a lot of work. Is there some automated tool that would help with at least the first 90%? Something like [this](https://www.npmjs.com/package/js-to-ts-converter) maybe.
Work in progress [here](https://github.com/diegodlh/zotero-cita/tree/Dominic-DallOsto/issue171). Just ironing out a lot of small compiler errors mostly
Seems to be working nicely now. A couple of questions though: - should we include an email address in the CrossRef API call [explained here](https://github.com/CrossRef/rest-api-doc#good-manners--more-reliable-service)? - should there be more...
Thanks, I found the issue there. I'm in the middle of fixing it at the moment. But it raises the more general question of how to deal with batch actions...
Did you find a way to get the debugging in VSCode to work? I tried once before but didn't manage. > Hi, why the PR is not merged on master...
Ok - I finally got things to a more or less working level. The popups aren't yet properly translated, but I hope the functionality is error-free. You can add citations...
Thanks for the detailed feedback! > 1. Does the `Zotero.HTTP.request` function handle rate limits? (I haven't been able to find any API documentation, nor where this function is defined —...
Thanks again for the detailed feedback! Most of those changes make sense - otherwise I left a few comments. Like you say, adding references despite an error would be a...
> Are you following [dev:client coding:plugin development [Zotero Documentation]](https://www.zotero.org/support/dev/client_coding/plugin_development) to test the plugin? Yeah. The steps [here](https://github.com/diegodlh/zotero-cita#development) are hopefully easy enough to follow to get it up and running