Driftless
About
- Username
- Driftless
- Joined
- Roles
- Member
Comments
-
Zotero almost works perfectly with Brave. One small issue, if I open a PDF in Brave (via pdf.js) the "Save to Zotero" icon no longer registers that I'm a looking a document that can be downloaded. I have to instead, download and drag into Zotero man…
-
FYI: As a current workflow, using Zotfile extension, I do this: 1) Turn off "include snapshot" in zotero settings 2) Add a "custom source folder for attaching new files" in zotfile settings 3) Click the cite webpage button in zotero 4) Save the web…
-
I'm experimenting using the cross-platform wkhtmltopdf* inside the zotero directory -- I can recursively search, finding all .html files, and convert them to PDF. However, then I'm stuck. Is there any way to force Zotero to find pdf files in a stor…
-
It's unfortunately using Chrome and Standalone... tried the right-click (thought about that) but doesn't work there. Glad to hear it's in the main code.
-
Thanks - was hoping for something a little more straight-forward, but good workaround nonetheless.
-
There's an option in the Zotero preferences (under Cite->Styles) to include URLs of paper articles in references. Is there a way to set that by document? (ie through Openoffice connector?) The reason I ask is I am working on multiple docs - some…
-
Downgrading works. Was able to grab a cite/pdf through Chrome, and after the Mozilla proxy authentication window popped up, and the pdf arrived. I also can sync.
-
Ok, through chrome, I set the autoproxy then hit: apply proxy systemwide. Then when I loaded up Firefox, I got something: Report ID: 1879026392
-
Also in Firefox, I did a fresh load, turned on debug output, and did a sync. This error was added to the ones above: [JavaScript Error: "NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIObserverService.removeObse…
-
These are the only things showing up Firefox Zotero "Report Errors" aside from the openoffice integration error above: [JavaScript Error: "this.docShell is null" {file: "chrome://global/content/bindings/browser.xml" line: 323}] [JavaScript Error: …
-
Just for grins, I fired up Firefox and got the same error (plus one). Code #: 748061558 Though syncing and pdf download (of non-paywalled pdfs) work fine in Firefox with the autoproxy set both in system (via chrome) and firefox (via firefox).
-
Yup... this was cut off: [JavaScript Error: "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIServerSocket.init]" {file: "file:///home/user/programs/Zotero_linux-i686/extensions/zoteroOpenOfficeIntegration@zotero.org/components/zo…
-
Ahh, I see what you mean re: Chrome proxies in Ubuntu. Interesting you can't set a Chrome-only proxy... Test results: -- I set Standalone about:config->network.proxy.no_proxies_on to include sync.zotero.org and api.zotero.org. Still can't sync.…
-
Settings in Chrome should have zero effect on Standalone's ability to sync with the Zotero servers, so I assume this was related to the system proxy setting at the time you started Standalone, not any settings in Chrome. I can only report what I exp…
-
It sounds like we may have the same problem. I use an automatic proxy configuration through the university (to get around journal paywalls). In Firfox, all works fine. In Chrome (actually chromium Version 24.0.1312.56 Ubuntu 10.04 (24.0.1312.56-0ub…
-
Hi Dan - it is a residential network with no proxy (save an autoproxy connection through the University). It worked fine in the past. I probably should have mentioned this earlier, but I recently deleted all entries in a group, and during the subse…
-
Hmmm... uploading the debug report also hangs. (Possibly related?) But here it is: version => 3.0.14, platform => Linux i686, oscpu => Linux i686, locale => en-US, appName => Zotero, appVersion => 3.0.14 ========================…
-
Having the same issue - but only with Zotero Standalone. (Zotero Firefox syncs just fine). When I click sync (or have it set to Automatic) it spins without resolving with "logging into sync server" as the only info. I have tried re-installing stand…
-
But I think I need an export format...
-
Getting there... http://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step
-
I think I'm getting confused by "export" vs. "create bibliography" vs. 'ctrl-alt-c' and paste... I guess I just need to be (re)directed to instructions on how to roll-my-own format for "create bibliography" from the selected items that I can co…
-
DWL you are correct except it's simpler. I'm actually stuck at step 2 -- "successfully inserted your bibliography and the URLs for online sources" -- I'm still trying to get that output to insert. I'm fully aware of the pitfalls of WYSIWY(sometimes…
-
Brilliant @ajlyon! Didn't know that feature... you just saved me collective hours.
-
Just came across this: https://gist.github.com/3134386 Very nice.
-
Hi Florian - its a hack-a-thon for a specific need, so wouldn't be much use. But in simplest form: function doExport() { var item; while(item = Zotero.nextItem()) { Zotero.write(item.key + " - " + item.title + "\n"); } }
-
Addendum: Is there any way to pull the ID through a .csl style filter? That would also be slick - but I can't seem to find what it is called (or if it is available.)
-
Thanks - I've cobbled together a workaround by including "key" in a custom export translator... Any clue as to where I could hack it in to, say, display the key in the report generated by standalone? (Is there a translator for the standard Zot…
-
Sorry I didn't get back on this Simon - after I solved the error (see above) I got busy on my project and never got around to breaking things again. I will let you know if the problem resurfaces.
-
I love it that happens... three years later and boom! There it is! Awesome plugin - thanks for the hard work to the plugin developer and Zotero team. Eager for the standalone version.
-
+1 Another vote for Opera support - for one simple reason: I research in remote locations in the developing world often connecting through my phone's GPRS connection. Opera's "Turbo" feature (which compresses pictures and web pages via proxy…