Accessing local client API from external script
I'm looking into the possibility of a vim plugin for zotero. The idea is not fully baked yet, but the first step would probably be something like listing entries in collections, possibly adding and removing entries from collections. Since I might want to also write data, I'm looking at the local client API: https://www.zotero.org/support/dev/client_coding/javascript_api#running_ad_hoc_javascript_in_zotero. It has pretty nice examples for using the built in javascript interpreter, but what is very not clear to me is how would I access this API from _outside_ zotero?
I hope someone can point me in the right directio
I hope someone can point me in the right directio
I seem to recall someone posting about implementing a local API that's roughly compatible with the web API, but I can't find that currently and it's not yet listed on the plugin page, but you might be successful finding that either here and/or on the zotero-dev google group.