jtondt
About
- Username
- jtondt
- Joined
- Roles
- Member
Comments
-
@adamsmith The word processor is Microsoft 365 on Windows 10 Pro (64-bit). My computer processor is Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz 2.60 GHz. My RAM is 8.00 GB (7.88 GB usable). I just tried the classic view, and the searching speed was …
-
For anyone interested, I was able to work around the error by pasting the URLs into JavaScript instead of using a text file. The final code looks like this (with actual URLs pasted into var path) var path = "URL1,URL2,URL3"; var urls = path.split…
-
Thanks, adamsmith, that is a good idea. I just tried changing it but am still getting the same error.
-
I've tried pasting a few URLs into a new file (UTF-8 encoded) and am still getting the same error. It seems like it should be a simple fix, but I'm at a loss of what I'm doing wrong.
-
Thanks for directing me towards the file. I've tried resaving the file as UTF-8 with a limited number of PumMed urls. I've also tried adding UTF-8 as the second parameter to getContents in the following way "var urls = Zotero.File.getContents(path, …
-
Sorry for posting again, but I'm new to Zotero and not familiar with JavaScript. I am also trying to extract meta-data from a large number of URLs at once. I've tried using the code posted by dstillman (the first one, not the second) and the code po…
-
I'm using Zotero for Windows and having a problem running this JavaScript. I'm getting "SyntaxError: malformed Unicode character escape sequence". Is there something I need to change for Windows?