Dominic D
Dominic D
Yeah, I'll have to think about this a bit. Just as a starter, do you know how accessing the query string works in the endpoint? Does it just get converted...
[Here](https://www.zotero.org/support/dev/client_coding/connector_http_server) it says that the post data in the function comes from the query string if it's a get request, otherwise from the body post data if it's a post...
No worries at all! Hope all goes well with your thesis!
A rough outline of the required steps to get this up and running. The main issue is finding a service to do the reference extraction from full-text documents. After that,...
Ahh nice, and it's lightweight enough to run locally in a Zotero add on? Yeah, I guess if we define some sort of minimal API an extraction service should provide...
Ok, that seems like an endeavour, but feasible at least. It'd be nice to have at least one extraction service run out of the box in Zotero (for the average...
> Hey all, I am a humanities researcher / student who is using Cita and have been in contact with Diego before. I do know a few people in lead...
No problem. In any case we will check and fix this as part of the update of the addon for Zotero 7. Thanks @DanielRunningen for the info that citations to...
There's a first beta release [here](https://github.com/diegodlh/zotero-cita/releases/tag/v1.0.0-beta.0). I also tested the automatic release tools which seemed to work out nicely. There are a couple of remaining issues with translations and UI,...
I just modified the release procedure so that now beta releases will automatically update to the latest beta release too. This works because `update.json` and `update-beta.json` are now both stored...