emilianoeheyns
About
- Username
- emilianoeheyns
- Joined
- Roles
- Member
Comments
-
Try the sourceforge mirror as outlined in the README of https://github.com/retorquere/zotero-deb/
-
Ah, that's probably because it is retrieved piecemeal. Zotere keys are only unique at the moment of export, so if you export in parts, this is what you get with postfixed keys. If you pin your keys using bbt, this problem goes away.
-
Are these generated by the zotero bibtex export, or by bbt?
-
The problematic date is 2019/03/09/ (note the trailing slash). BBTs date parser is more conservative than the CSL dateparser; it's specifically adverse to information loss. This is less a problem for CSL as consumed directly by citeproc vs CSL or bi…
-
Oh and just to keep things clear: I am not part of the Zotero team, I'm one of those amateurs bodging together rube goldberg parts for usually more grateful people.
-
Look, fella, I'm not taking any tone not previously pitched our way by you. Are you trying to convince us that labeling our work as a rube-goldberg machine isn't hostile? I'm not sure you can do better, but I do think you should try. We are not say…
-
@qswt111 can you open an issue for this on the bbt github project? I can't replicate this problem.
-
Experimental, clunky, and what little I thought I knew about CSL was proven wrong in my first tests, but this adds CSL-powered custom columns to Zotero. That will allow listing all authors, although you might have to get comfortable with CSL (which …
-
The title of exported Bibtex is abbreviation when “Journal Abbr” is added to “Info” of item. But it is not convinent to add “Journal Abbr” one by one. Do you know any quick methods? BBT can auto-abbreviate journal names Event hough “Journal Abbr”…
-
SciWheel does have an API which probably allows extracting entries and their organisation.
-
10.1093/qje/qjy028 has "Publisher: Oxford University Press". It doesn't for me. That DOI brought me to https://academic.oup.com/qje/article/134/2/647/5218522 and that doesn't list OUP for me anywhere in the captured item. But even if it does, if yo…
-
I'm not sure what "intel is too unfriendly to zotero's memory" means (intel chips cause zotero to use more memory? Is that true, and even if it is, if you're M1, is that a problem for you?), but it sounds like a claim that should be quantifiable. Do…
-
That's awesome. If I'd have to guess I'd look into the data transfer across the WASM border as the bottleneck. Also, modern javascript JITs are nothing short of amazing.
-
I think this procedure is going to be your best option. Zotero can import RIS, but you'll lose your project structure unless you go project-by-project.
-
Plugins to add features to Zotero create nothing more than a Rube Goldberg solution. (clutches pearls) Quick, someone tell Microsoft, Mozilla, Google and Apple about this plugin danger, before things get out of hand! Plugins as a concept are a fant…
-
@pavlo_hrab but opening tabs from a top menu (such as Help, Preferences, etc) should not cause BBT to awake, if that does stall out Zotero, that's not likely to be BBT. I reckon annotations get saved, and saves will trigger auto-exports set up, but…
-
Because there are places where they don't work for reasons I don't understand. One of them is exporting to a mapped network drive under windows, at least for one user. But the default is background, and you must go into the hidden prefs to turn that…
-
@pavlo_hrab I'd love to look into your performance problem. If you open an issue on github I can get this started.
-
@dstillman I already do display a progress bar, albeit my own, at the top where the search field sits. I'd be happy to instead reuse the existing progress bar in the bottom-right. Any pointers on how that's used? But more generally, if people have …
-
You never want to delete the old article, as that will mess up earlier citations of it. Merging accomplishes the same outcome and will keep the citations working.
-
I've just used separate groups for separate projects, even if I'm the only one in the group.
-
Experimental, clunky, and what little I thought I knew about CSL was proven wrong in my first tests, but this adds CSL-powered custom columns to Zotero. That will allow listing all authors, although you might have to get comfortable with CSL (which …
-
Assuming you are not saving attachments, only paths, a BBT postscript like this should do it: if (Translator.BetterTeX && !Translator.options.exportFileData && item.attachments && item.attachments.length) { for (const att …
-
I want to do this from a plugin, are those JavaScript APIs available in that execution context? Yes.
-
https://www.zotero.org/utils/dbfix/manual Database corruption should be a rare occurence, unless you are syncing your database over dropbox or similar services, in which case you are going to run into db corruption at some point. Better than a rep…
-
surround the xml with xml here
-
Experimental, clunky, and what little I thought I knew about CSL was proven wrong in my first tests, but this adds CSL-powered custom columns to Zotero.
-
Through javascript inside Zotero you mean? This seems to be the incantation.
-
You can currently do this using item.export, which takes citekeys; if you export to BBT-JSON you also get the item key/library ID.
-
WRT the "how" question -- BBT monkey-patches the Zotero select-link handler to detect that a citekey is being passed and changes that in-place to the equivalent library+key. As far as Zotero knows, the select-link always had that library+key in the …
Upgrade Storage