matt_price
About
- Username
- matt_price
- Joined
- Roles
- Member
Comments
-
I'd also love to have the feature that @wdenton is describing!
-
Thanks, Dan. The issue as clearly that I just didn't really understand the fetch API, which I hadn't used before. With the addition of the fetch-paginate library, the whole project becomes ridiculously simple. I suppose it could be generalized …
-
I'm still getting this: Response { type: "cors", url: "https://api.zotero.org/users/20/items", redirected: false, status: 403, ok: false, statusText: "Forbidden", headers: Headers, body: ReadableStream, bodyUsed: false }
-
ah. Thank you @fcheslack! That helps. Everything works fine for me until I try to include authorization. from outside the browser -- say, with postman or curl -- I can easily fetch the resources I want with: curl -X GET \ https://api.zotero.…
-
OK, already have a quick question: while it seems pretty straightforward to get a fomatted bibliography (at least for less than 150 items) with "times/top/?format=bib" I guess it is longstanding practice not to wrap url's in links/a tags via CSL. Do…
-
Thanks so much @adamsmith. Doesn't look like there's an obvious choice for client-side js, so I'll start playing with the API and see what I get. If I am able to produce something useful (won't happen right away) I;ll post back here!
-
Also, in the various threads in Github repos for other plugins, there's a (perhaps unsustainable!) workaround described for FF 57+: document.addEventListener("DOMContentLoaded", (event) => { // Fix for Fx57 bug where bundled page loaded us…
-
Oh man, @adomasven , thank you for describing the workaround, this is a big timesaver for me as well!
-
Fantastic, thanks @adamsmith, totally works!
-
any news on this? I use the zotxt zotero extension so don't want to upgrade to zotero 5 until I have some time to investigate compatibility; but I also use firefox DE and would like to be able to use zotero with it. If there's a sanctioned solution…
-
Thanks Adam. AutoCorrect --> Apply didn'tseem to get it for some reason, but I wrote a short macro that sort of works. will stick with that for now I guess. Many thanks!
-
I am using this great plugin to format citations exported in a document exported from another format. This is for course syllabi, with online readings, so I want to have clickable "live" URL's in the document. Currently, in order to do this, I need …
-
@adamsmith -- thanks, I'd forgotten about zotero-dev and will move discussion there. But first I'll try to follow your instructions (will take my poor li'l brain a few tries I think) and then follow up.
-
Zotfile does a better job of extracting highlights than any other tool I've used. I would like to find a way to use the zotfile version of pdf.js straight from the command line, maybe by converting it into a node command-line package. I would pass i…
-
Hi Frank, I'm not having much luck with my usual trial-and-error approach to programming, so I will put this aside for a bit and ping you in a week or so. At present I can't get the rtfscan code to load via chrome url ("EXPORTED_SYMBOLS is not…
-
Hmm, do you mean these lines here: Do you know how I access those files from a js file that lives in a different plugin? I know very little about FF/zotero plugin developmet. Since I'm not really building a web page here, just accepting…
-
I should add some examples. Here's a working search URL: http://localhost:23119/zotxt/search?q=latour retrieval of an item: http://localhost:23119/zotxt/items?easykey=SuchmanAffiliative2005&format=bibliography And here's the…
-
I've just put my code online here: https://github.com/titaniumbones/zotxt with my (quite minor) changes all in this commit: https://github.com/titaniumbones/zotxt/commit/29fea8f9c4aedb0264195964101698dd865c59fe Zotxt runs a small…
-
Hi Frank and Adam, So, with Erik's help I have figured out how to make zotxt run code via the API; it is actually pretty cool. Now I want to write a basic function that will trigger a scan. I had hoped something like this would work (I hardco…
-
Doing this straight from zotxt would of course be great, since the whole workflow already assumes that zotxt is installed. I guess there would have to be a new function in the zotxt plugin that provides an interface to the rtf scanner. I can't qui…
-
Hi Folks, Like everyone else says, many thanks for this plugin, it's great. I am currently using it in conjunction with emacs org-mode and zotxt; on odt export, zotxt generates the scannable citations and inserts them into the odt docume…
-
OK, I've installed Firefox 34 and Zotero 4.0.24; that combination works, so thank you. What is the best way for me to keep tabs on compatibility with Firefox Beta/Aurora? Is there a bugtracker somewhere? Thanks, Matt
-
allen, can you expand on that just a little bit? I'm having a heck of a time with this -- libreoffice doesn't seem to want to accept the jre locations I enter (on Ubuntu I *think* this is /usr/lib/jvm/java-7-openjdk-amd64/jre in this case, though I'…
-
I'm having the same problem here, on Ubuntu Quantal. Has anyone found a workaround? libreoffice-java-common is installed on my machine, so the fix suggested at http://www.zotero.org/support/word_processor_plugin_troubleshooting#could_create_impleme…
-
ah, and was just looking a little closer at the prefs file, and saw this: > user_pref("extensions.zoteroOpenOfficeIntegration.sofficePath", "file:///usr/lib/openoffice/program/"); this preference must not have been reset when I switched fr…
-
so, I tried moving .zotero of the way and reconfiguring zotero-standalone, and the problem went away. Next, I moved the old (broken) .zoteor back into place, but deleted prefs.js. After some complaining (mostly about the data directory) zotero star…
-
thanks for that! description is great, so glad to see it there.
-
I'm not sure anyone's following this thread, but the biblio_zotero module now supports a variety of features in Drupal: One-way sync from zotero to biblio Configurable in Feeds UI: scheduling, expiration, content type Map Zotero…
-
We have something up now, http://drupal.org/sandbox/travismccauley/1258220 still in progress but contributors are welcome...
-
FYI, the new drupal module is here: http://drupal.org/sandbox/travismccauley/1258220 we're looking at adding this in, if we can.