emilianoeheyns
About
- Username
- emilianoeheyns
- Joined
- Roles
- Member
Comments
-
You can generate any text you want -- it could be HTML, RTF, you name it. a.url) if (att) { %>@@@ but drag&drop / copy&paste would tell the receiving application it is getting plaintext. There isn't a way to tell the receiving ap…
-
This works for me to split the names into individual creators, but very much do backup before trying this, and very much try it on a few single items first for (let item of ZoteroPane.getSelectedItems()) { if (!item.isRegularItem()) continue l…
-
@ryofurue can you open an issue on the BBT github project for this?
-
I have no idea how link[["url"]] could possibly work in Javascript. This is how I would do it: a.url) if (att) { %>[[@]]()[[@]]()[[@]]() BTW, is it possible to export an embedded hyperlink citation with eta template code? I don't underst…
-
All of those are questions for the zotero devs. I can't speak authoritively on any of them, although I could make a script for you that applies the "grammar" and adds it to the json safely. WRT the hang, I suspect that's because the error interrupt…
-
But in your earlier script you wanted the 2nd item from the attachments? Do you want the last attachment (like in your last script, although that seems pretty arbitrary to me), or do you want any one attachment that has an URL?
-
I'm not sure about those double brackets. This should work: [@]()
-
From what I can tell, it should work if you just remove the colon in the string, so "journal of geophysical research oceans": "J. Geophys. Res. Oceans",.
-
It's not there, the default list is internal to Zotero. You can place your own list there and it will replace the default list (not just amend it, so keep the existing entries). You can find your data dir under prefs -> advanced -> files &…
-
If you give me your list in any form (CSV or JSON) I can make the pull request on your behalf.
-
You'd have to ask here on the forums, or just submit a change and see whether it's picked up. Usually you don't have to know git, but the file is apparently too large for the Github web editor.
-
This is the default list of abbreviations, and if I understand the source code correctly, you can edit this file and place it in /abbreviations.json, and Zotero will pick it up during startup.
-
I could also add a feature to BBT to load a list of abbreviations from a csv file. If that's interesting for you, please open an issue on github.
-
Oh my god. Thank you for the information! I only learned this recently myself, in this discussion on this forum Okay, I'll submit a request if nobody has (and if there is a channel to submit a report or request). You can submit requests through …
-
Ha, finally: apparently the abbreviator is only used in the wordprocessor plugins, not a quick bib you generate in Zotero itself, so: add the entry with Zeitschrift für Naturforschung A in a blank word document set style to AMA 11 create bibliograph…
-
Oh. I thought it took a form of a "table", which you can look at. Do you mean it's an "algorithm" expressed in a source code?It's both. There's a lookup table, and if the journal is not found there, it runs an algorithm. Yours isn't in the lookup t…
-
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.…
Upgrade Storage