egh
About
- Username
- egh
- Joined
- Roles
- Member
Comments
-
Also see http://egh.github.io/zotero-lookup-engines/
-
Sorry, Sakhamdi. Adam Smith is correct as usual. You should see the 2nd option if you have selected text on web page.
-
Hi Sakhamdi, This feature is not implemented yet. best, Erik
-
Sadly, I've made no progress. I'll have another look at how difficult this will be.
-
Hi Dan, Sure, I'll post to zotero-dev. Thanks again.
-
Thanks, Dan! I had no idea that lookup engines were pluggable like that. I was able to create a lookup engine for the Oakland Public Library which looks up books by ISBN. I notice that I can do this for multiple items as well, which is wonderful! …
-
Thanks, Dan. Is this something that I can help with?
-
Thanks for the response. Yes, that makes sense. The Zotero menu is pretty small; maybe a 3rd option would make sense if a translator is present.
-
Thanks, Dan! I will see if I can replicate the problem with that version.
-
Yes, it does go away if I disable auto-sync. I should have mentioned that - I turned it off earlier after you suggested that disabling autosync would help isolate the error, but with autosync off I couldn't replicate it. No, I'm not on a slow inter…
-
Good point. I just added a little text to the beginning of the debug ID info that Dan pointed to, parapharsing your remark. Hopefully this will prevent people from making the same mistake I did. Thanks!
-
If this is really important to you, you might consider using pandoc + zotxt or zot4rst. You can then use markdown like: According to @doe:2005book, climate change is irreversible. Climate change is irreversible (see @doe:2005book for a detailed re…
-
Sebastian, I know, he did, and I made a mistake. I was chagrined. :) To be totally honest, though, and I know how hard these things are from both sides: it's pretty confusing. I thought at first that I had to do something new, but after gl…
-
Oh, sorry. Will do. (As an aside, the difference between a report ID and a debug ID is pretty confusing. I'm sure you know this, though. :)
-
Hi Dan, I provided 2 debug IDs, above. Here is some more junk from the debug log around the error. I hope it helps. [output removed — D.S.]
-
Thanks Dan, Aurimas. I'm using my own webdav server for syncing, I suppose that could screw things up.
-
New error report id: 2093943625 I think these are the relevant errors: [JavaScript Error: "File not found in Zotero.Attachments.getTotalFileSize()" {file: "chrome://zotero/content/xpcom/storage.js" line: 466}] [JavaScript Error: "Para…
-
Zotero displays an error in the item list, telling me to restart Zotero. I'm trying to recreate the error.
-
http://search.proquest.com/pagepdf/302906779/Record/140EFCC19916C5F284/1 The error seems intermittent; it worked one time, failed the next.
-
Wow! thanks. Works great.
-
Hi Sebastian, You may be interested in the pelican plugin included in zot4rst, which allows one to use zotero to generate citations in pelican blogs. https://bitbucket.org/egh/zot4rst The documentation is not very useful, but it does …
-
Its a pretty small fix: just one line. Now applyFilters flattens lists, (e.g. [[1,2],3,4] -> [1,2,3,4]) before it returns them. Previously this only happened before the next filter was applied, which is why using split() as the end returned [[tag…
-
No trouble! I should spend more time on the forums in any case.
-
Resolved in latest version, I believe. There should be no need to use a trim() at the end. I don't usually read the zotero forums, but I do read zotero-dev and I will get email if you add tickets to the bitbucket tracker. Thanks for the bug rep…
-
Added as a ticket, see https://bitbucket.org/egh/zotero-transfw/issue/2/nested-arrays
-
Hi Penyuan, emacs work has languished a bit as I work on the restructuredtext/zotero integration, but I use the org-mode integration almost every day. Let me know if I can help with anything. (I wouldn't say I'm half as vital as Avram in z…
-
I haven't tested this, but it should be possible to use a | to join xpath statements, e.g.: xtra : FW.Xpath('//td[@class="content"]/td[2] | //td[@class="content"]/td[3]').text(); but that will yield an array, I think, rather than a joined …
-
Hermansky, there is no way that I know of to get zotero to just use composed characters. (You can read more gory details in the link I posted.) Your best bet, I think, is to change the font that Zotero uses. Presumably somebody knows how to do this …
-
Oops already an issue: https://www.zotero.org/trac/ticket/865
-
Actually this brings up another point; Zotero does not seem to do any unicode normalization, so if you have národů (combining) in your db and you enter národů (composed) in the search box you get no results. This is unexpected behavior and at leas…