Shmavon Gazanchyan
Shmavon Gazanchyan
Hi there, I am working on a loader that needs to compile an array of loaders and options into one string. I've noticed that `vue-loader` authors have implemented similar functionality...
Hi Jeff, I've taken the liberty of updating your code to work with Vue v2. This PR is basically an opinionated version of #13 with fixed tests and dependencies. I...
See https://github.com/vanakat/zotero-link/issues/2
See https://github.com/vanakat/zotero-link/issues/3
Zotero server implementation [only accepts](https://github.com/zotero/zotero/blob/f8d7eb8ed770ad048159f4fd295fbf41ec309146/chrome/content/zotero/xpcom/server.js#L268) requests from `127.0.0.1` and `localhost` hosts. This should prevent access from the outside of the local machine. Original browser connector endpoints provide _mostly_ write-only functionality...
At the moment this plugin connects only to ZotServer endpoints. It would be great to add an option to choose which Zotero APIs user wants to connect to.
Zotero returns all items regardless of their type and parent/child. Having item icon next to title should help selecting the right item in the dropdown.
At the moment ZotServer returns all results for a given query and all Zotero items if no query is present. This could lead to performance issues for large Zotero databases.
Currently if ZotServer is slow to response it is difficult to say if plugin is stuck or just waiting in the background.
Hi @ramoona It would be nice to get a new release out for this module, so coloring will work for new banks added in 0.11.0 version of `banks-db` Thanks