emilianoeheyns
About
- Username
- emilianoeheyns
- Joined
- Visits
- 5,688
- Last Active
- Roles
- Member
Comments
-
The abbreviator is built into Zotero, it's not something you can look at as such. I know there are citation styles that use abbreviated journal titles, and I know that Zotero can sometimes abbreviate full titles when no abbreviated title has been en…
-
BBT uses the Zotero journal abbreviator, so that's where it comes from -- it should turn up the same when Zotero uses it, but I haven't yet found a style that actually outputs abbreviated journal titles to check. If it's not for too many items, you…
-
For me it does import the Kühne PDF, you'll have to open an issue on github so we can delve into why it isn't for you.
-
https://github.com/retorquere/zotero-better-bibtex/issues
-
No, K\"uhne2006 - Matters of (meta-) modeling.pdf is right assuming the field is non-verbatim. It's the filename field that I think tries to encode the absolute path but has the par breaks, and that just won't import anything as it is. What's in th…
-
I think I see the problem, man this is outrageous, Qiqqa seems to think that \\ is an escaped backslash in LaTeX, but that is actually a paragraph break. They should have used \textbackslash or $\backslash$. I don't see an easy way around this othe…
-
@zabalad it should require no other options, please open an issue on github.
-
I think I have an issue open for this on https://github.com/retorquere/zotero-better-bibtex/issues/2176, @carljoseph, does that cover your request?
-
https://github.com/retorquere/zotero-folder-import
-
No, not yet.
-
The extension hasn't yet been updated to work with Zotero 6.
-
BBT has been updated.
-
That would depend entirely on whether those tools have APIs Zotero could talk to. I don't readily see they do.
-
but the file and filename fields are crashing when they have the same characters. it looks like the right behavior was not extended to these fields. They are not crashing. file is a verbatim field and has different parsing rules. Qiqqa got it wrong.…
-
Got it. I can work with that, that's a good use-case too, but patching copySelectedItemsToClipboard for ctrl-shift-A would require duplicating much of that function because of the place where the return is, and I'd prefer not to do that. What @sfdsf…
-
It's copySelectedItemsToClipboard. getContentFromItems doesn't get called for export-mode quickcopy, it either calls Zotero_File_Interface.exportItemsToClipboard or does a simple return when asCitations is true-ish.
-
I saw something different, but if modified there is the difference between the ctrl-shift-A and ctrl-shift-C, that's feasible to patch (even if I would personally advocate for a 2nd translator option).
-
For context for this request, the function that handles the shortcuts (which for the life of me I can't find right now) has a return deep in the "ctrl-shift-A + translator" branch that I can't hook into. If a call to a patchable noop function sat t…
-
Personally I'd follow the robustness principle. Be lenient in what you accept, be strict in what you dish out. bibtex is also often (ab)used as a data exchange format, and this is what @miyalatex found in the wild I take it. edit: upcoming version …
-
He's right, both for stock and BBT, but I don't think it's a translator issue. The error log says JavaScript Error: "Discarding invalid accessDate '29 November 2011' for item 1/null" which comes from the data/item.js, not the translator. edit: look…
-
It seems it already should import it: https://github.com/zotero/translators/blob/master/BibTeX.js#L457 (BBT already does too).
-
Turns out it was just a preference that got turned on at some point.
-
Apologies. I meant an oversight in BBT.
-
Could I ask how to open an issue? And what link is the BBT's project page on github please ? thanks a lot! https://github.com/retorquere/zotero-better-bibtex/issues Strange why Zotero cannot inherently get “urldate” into “accessed date” while it exp…
-
If you want help with BBT you will have to open an issue on the project page on github. My support tooling is built around github issues.
-
You're welcome. Simple double newlines ought to work too.
-
The debs don't touch the data or profile dirs in any way BTW. It is safe to install/uninstall/reinstall the deb, or even alternately run the tarball/deb version, without affecting the Zotero data.
-
Not that I'm discounting these problems, but my 14yo picked up how to use Zotero in about 15-30 minutes for a highschool essay. And she's firmly from the app generation. Hardly ever turns on her PC. I'm with you on the delay between clicking the ico…
-
I think I've found the problem. A new BBT has just been released. Would still appreciate a confirmation that it solves your import issue.
-
Please do file an issue on the BBT project. We'll get it sorted.