emilianoeheyns
About
- Username
- emilianoeheyns
- Joined
- Roles
- Member
Comments
-
The menu item is perhaps a little confusing -- the name of my extension is "Better BibTeX", and that extension hosts several exporters, one of which is named "Better BibTeX". The name in the menu refers to the extension, not the translator. Re-scan…
-
@dankelly I don't know which issue this is on the BBT issue tracker. The only open macos-related error is https://github.com/retorquere/zotero-better-bibtex/issues/863; the workaround for that (for now) is to cmd-quit Zotero rather than clicking the…
-
But if it kinda works with a default rdf export, what is the problem? Rdf export with file attachments is stock zotero functionality.
-
I have looked at the github code but couldn't quite figure out what it was aiming at; in general terms I'd rather work towards what the consuming program expects than to revive code that's not my own.
-
So a dump of the reference info from zotero and the full-text content of the pdf? In what format?
-
What kind of data do these tools expect?
-
Also: https://github.com/retorquere/zotero-better-bibtex/issues/957 (there's now a preference exposed in the UI to enable it)
-
I think I know what must have happened; BBT usually removes the translators on uninstall, but in the Z4 - Z5 transition, if you had BBT installed, it wouldn't work at all so uninstalling it would leave the old translators. Re-installing a Z5 BBT wou…
-
Then @cwl352 must have a very, very old (pre-zotero-5) Better BibTeX.js still lingering in his translator directory. I haven't searched the Z4 branch but it's not at all unlikely that that translator did have this.skipWords.
-
That's just the thing -- "this.skipWords" does not occur anywhere in my transpiled translators. It occurs in one sourcefile and ends up in one transpiled file, but those are part of the chrome code, not the translator code. Can you see what version …
-
Can I perhaps get a larger part of 2028041865? @cwl352 has not reported on the problem on github and I'd really like to know what's going on here.
-
New version does not report this as an error.
-
And I can't trace back that line number to anything that makes sense; this.skipWords only occurs in BBTs common.js, and nowhere near line 1305.
-
I've not yet received a report for this.
-
Right that makes sense. I should not be reporting that as an error. I patch Zotero.ItemTreeView.prototype.getCellText so I can display the citekey, but that is being called well before Zotero.Schema.schemaUpdatePromise resolves so well before the BB…
-
What kind of errors did bbt throw?
-
What is the LaTeX equivalent for "nodecor"? Still just "{op. 91}"?
-
BBTs debug translator (BetterBibTeX JSON) outputs pretty complete references in JSON format, which I'd argue is easier to read and parse than XML. Needs BBT installed though, the translator does not work without it.
-
In my experience, calling window.sizeToContent() helps. I call it on pane load for the BBT prefs.
-
(I can't help you with Marked2 because I don't currently have a Mac -- still saving up for the macbook)
-
Just export to "Better CSL JSON" instead of "Better BibLaTeX", and then call pandoc --bibliography ~/.pandoc/My_Library.json --csl ~/.pandoc/leiden-journal-of-international-law.csl -f markdown -t docx -o ~/Documents/PhD/export/pandoc_text.docx ~/D…
-
BTW if you're using pandoc for anything else than producing latex documents (or PDF derived from latex documents) I'd strongly recommend using CSL JSON (or Better CSL YAML/JSON if you want the BBT citekeys) instead of biblatex. If you're producing…
-
I have it working, and the large library imports now (if slowly).
-
I mean BBT is at .173 now, and two weeks ago I was at .157. That's just how I do things, which is also whey I ask people to verify that they're on the latest version when reporting. If you've upgraded in the morning it is uncommon but entirely possi…
-
I put out a new version for pretty much every problem I fix, which was a slew the past few weeks, so version numbers have gone by fast past week. 168 has all of the performance work though. If you're willing to help me hash this out, open an issue o…
-
I can't do anything without more info.
-
Knock on wood, but I think I have most of those changes already in. XMLHttpRequest works in chrome code now? Including resource:// urls?
-
What kind of minor adjustments are we looking at?
-
I commonly see this when people right-click the download link and save. If the download link is a redirect the downloaded file will be html. It's really unfortunate that the error message is so unclear, but this is just what Firefox does.
-
A fixed release has been put out
Upgrade Storage