emilianoeheyns
About
- Username
- emilianoeheyns
- Joined
- Roles
- Member
Comments
-
https://github.com/avanavana/esovdb-api
-
Good catch, those are URL-attachments, they have no localPath. Feel free to add it to https://retorque.re/zotero-better-bibtex/exporting/scripting/
-
BBT was part of the problem because at some point it loaded chrome://zotero/content/include.js, which it turned out created some kind of race condition in loading the Zotero login. A fair few plugins built off my scaffolding also had that include.js…
-
BBT has been updated. You can force an upgrade via the addons menu.
-
Oh really, the install.rdf isn't checked at install time? But the upgrade requirement stands for plugins that use zotero-plugin to publish plugins on github, not so much then to push out a new release right now, but the next release published would …
-
All plugins that rely on the npm zotero-plugin package should update to the latest zotero-plugin version, rebuild, and republish, which will update the install.rdf. New release for BBT is running through the test suite and will drop soon. On the de…
-
You are downloading it with Firefox, and Firefox takes the default action for installing xpi files, which is to install it in Firefox, which doesn't know about zotero xpis, and unhelpfully reports them damaged rather than incompatible with Firefox. …
-
If you're on a Mac there might be a way to applescript your way through this.
-
Wow. That ought to be sufficient reason not to use endnote.
-
Would their SDK provide a means to do full exports?
-
There was a bug in BBT. A new version is going through the test suite and will drop in half an hour or so, but in the interim, this will work: if (Translator.BetterTeX && !Translator.options.exportFileData && item.attachments &&…
-
You have to use .... This forum (unfortunately) does not support markdown.
-
The mapping BBT uses is a heuristic that works as follows: lowercase the Type field, remove any character that is not in the range a-z, remove thesis if it appears at the end, and then map the remainder according to this list: phd: phdthesis,…
-
It's there to add the modified file field to the reference. What does the line written to the debug log say? The defaultPath is only used when exportFileData is true, but you don't want to do this path modification when exporting attachments. The a…
-
I've not seen any reports of this on github. I can't fix problems that I don't get logs for.
-
I cant help you here. Support for BBT happens on github.
-
It is the weekend so I can't easily ask my web developers for details on how they accomplished it. It only required a 1.5 hour charge. They changed the collation, and that 1.5 hour is probably mostly spend finding the configuration file and readin…
-
By design of the OS, running software should not be capable of causing a kernel panic; if running software can do anything that causes a kernel panic, that fact in and of itself is a bug in the OS. It's like if your doorbell is wired in such a way …
-
Huh - I could implement the first option as a plugin, I think, by adding pseudo-fields. These would still need to be saved to a separate database (or startup would become massively slower as the database grows), which has some risk for race conditio…
-
Wouldn't another option simply have an additional column with the author names without problematic characters when adding an article to the database? That's effectively the first option I mentioned Or even better, simply having the choice to comp…
-
@xxtraloud Zotero search translates the search query to a SQL query and executes that, and SQLite (the database engine that Zotero uses does not have something like SQL Server's accent insensitive collations. It can be technically made to work by e…
-
What format does voyant expect?
-
The debug instructions at https://www.zotero.org/support/debug_output for windows do still say that it should work.
-
Someone who uses Word will have to help with that.
-
Sorry, that should have been: is Juris-M running while you run this?
-
copy file1.ris+file2.ris+file3.ris combined.ris in the command line.
-
Yes, but the way to do it depends on what operating system you use.
-
For RIS, you can just concatenate these files, and then import the concatenated file.
-
We're hitting a problem where sporadically BBT is seen as installed in the addons pane, but the BBT overlays do not appear to be applied, which means BBT won't start. In these cases, there is zero BBT activity in the log, nor do I see the usual addo…
-
But -ZoteroDebug does work, right? And everything that would usually be output by -ZoteroDebugText ends up in the debug viewer?
Upgrade Storage