emilianoeheyns
About
- Username
- emilianoeheyns
- Joined
- Roles
- Member
Comments
-
https://github.com/ZotPlus/zotero-better-bibtex does this.
-
And for the generation using patterns; what stratopoulos wants is how BBT indeed does things, including the postfix character.
-
I've tried to clarify where better-bibtex plugin fits into the Zotero picture in the documentation at https://github.com/ZotPlus/zotero-better-bibtex/. I try to stop by here every now and then, but would encourage anyone who has questions or co…
-
There is no separate process; for all its bells and whistles, it's really not much more than a (better) import/export translator. The exporter works as usual; you could use autozotbib incombination with the plugin if you wanted to. What I use myself…
-
And simply ordering BBT after the RDF import also makes the problem go away. I've released a new version that does this, but damned if I know why this should make a difference.
-
Same if I have detectImport throw an error. The logs show that Zotero correctly flags the exception, and then complains in getResourceURI.
-
If I have detectImport simply 'return false;', the problem remains. If I declare the translator to be export-only, the problem goes away.
-
You are right. The mere presence of the BBT translator (which was indeed still present even if the plugin is disabled) causes getResourceURI to fail. Given that translators are executed in a sandbox, I really don't know how the BBT translator can af…
-
The BBT detection was too greedy (apologies for the disruption, genuinely appreciate the heads-up -- I depend on reports to fix my mistakes), that has now been fixed. But the sample file at https://dl.dropboxusercontent.com/u/1111886/Elementy%20eksp…
-
What were you trying to import? "anything" is not much in terms of detail. I've been able to import several bibtex files this morning.
-
Even if you change the backslashes to slashes import won't work; for import of absolute file paths, Zotero needs the path to be in file: url format. If you want a quick one-off fix, replace all '\\' with '/', and add 'file\:///' in front of the Q. F…
-
The latest version of the better-bibtex plugin implements this. I've submitted a patch to the Zotero repository to also fix it for regular BibTex imports.
-
Not often, so thanks for redirecting to Github. The issue is found and fixed, and a new release has been cut.
-
@RlaB the indexer that was in the plugin is part of Zotero 4.0.18. The plugin now only kicks off the indexer automatically, but for the faster per-file indexing, you no longer need it. I will update the README.
-
The new version is out. If errorReport.xul could have an id for the first the wizardpage, I'd be happy to add an overlay to all of my plugins that say "don't send error reports with one of friflaj's plugins enabled". I'd otherwise monkey-patch sendE…
-
I'm not getting them anymore even with all extensions disabled. Apologies.
-
Windows Firefox vs 28. I had indeed set extensions.zotero.debug.log to true; now that I've set it to false, Zotero starts up normally.
-
Ah, like that. I've released a new version that simply hides the checkbox if Zotero is standalone and the httpserver is on. You're right that allowing people to turn the server off in standalone makes it too easy for people to shoot themselves in th…
-
That's not the problem; the problem is that I need to *en*able the Zotero-embedded server. I don't think it would be sensible to have 'on' mean 'enable Zotero server and http export' and 'off' meaning 'disable http export but leave Zotero server as-…
-
My apologies for the confusion and causing you guys extra work. I added that option because enabling the http server in Zotero is non-obvious; I hadn't considered some people would want to disable this option and thereby affecting the non-FF plugins…
-
It's caused by auto-index. I'll investigate.
-
Please paste it in a gist, easier for me to pull down cleanly
-
Oh, hey, it's your error report :) Super, appreciate the feedback.
-
Please report BBT errors on https://github.com/friflaj/zotero-better-bibtex/issues; I can't get notified when someone posts on the plugin here, nor can I access the error report. Fortunately, "charlie80" notified me in this case. Could you expo…
-
Oh, hey, I see that now. Thanks for opening the issue BTW -- I really appreciate the feedback!
-
There are no more for...of statements in the translator; I just published 0.0.50 which includes the cleaned translator. @mmwood, could you please verify 0.0.50 works for you and close the github issue if it does?
-
I've removed the 'for...of' statements, but I still get SyntaxError: Unexpected identifier at chrome-extension://ekhagklcjbdpajgpjgmbionohlpdbjgc/inject/translate_inject.js:50 zotero.js:144 But no detail on where it actually bombs out. Ho…
-
When I execute var a; Zotero.Translators.get('9cb70025-a888-4a29-a210-93ec52da40d4', function(trans) { a = trans; } ); a; twice, I get 'undefined' the first time, and 'Object {translatorID: "9cb70025-a888-4a29-a210-93ec52da40d4", translato…
-
My mistake; the BBT BibLaTex translator comes across untruncated; the others are export-only translators.
Upgrade Storage