emilianoeheyns
About
- Username
- emilianoeheyns
- Joined
- Roles
- Member
Comments
-
Maybe something like var s = new Zotero.Search() s.libraryID = Zotero.Libraries.userLibraryID s.addCondition('itemTypeID', 'is', Zotero.ItemTypes.getID('book')) s.addCondition(fieldPageNum, 'doesNotContain', '%') var ids = await s.search() if (!ids…
-
stuff here
-
Assuming you have an item with extra: Pages: x-y Late Arrival: yes Then with this code let m const field = item.getField('extra').split('\n').reduce((acc, line) => { if (m = line.match(/^([A-Za-z ]+):(.*)/)) acc[m[1].trim().toLowerCase()] =…
-
I'd think a saved search would be much more useful than an extra column for cleanup.
-
The first point has been added to the new release.
-
I understand that but I am not asking a full integration, as it is, you already have rtf scan style, which inserts {Author name, title, year} please correct me if I am wrong, The RTF-scan markers are explained here. and the title there for ident…
-
It's not something Zotero can fix easily (or at all, really). The makers of scrivener have consistently declined to add integration points into scrivener, so zotero (and anything else) is locked out of doing any decent integration.
-
I added them manually. If there's an automated way to get citation relations I'd be very interested to hear about it.
-
Since Better BibLaTeX is already omitting Zotero's Publication field for arXiv preprints, it should probably export as '@misc' or '@online', not '@article'. That is a good point. Could you open an issue for it on BBTs github tracker? Therefore, a BB…
-
The picker can even be combined with that - the picker can output scannable cite.
-
BBT sorts tags alphabetically on export. I agree that tags are a set, not a list, but for version control it's convenient if they have a stable order. Fields are sorted (although not strictly alphabetically) for the same reason.
-
In the first link, @moewe comments that this should be @online for biblatex Second link suggests @unpublished rather than @misc Third link suggests @booklet, @manual, @misc, @phdthesis... The fourth link suggests @techreport, which is explicitly…
-
I'm not.
-
I only migrate variables that map to valid CSL fields.
-
BBT CSL exports do place the extra fields in the CSL object on export.
-
Oh wait you included sources. I'll look at those when I get home.
-
I'm okay with making @misc the default, but it's a breaking change, so I'd prefer to have more indication that this can be expected to be the stable recommendation for arXiv articles - preferably by arXiv. Until that time, a postscript can automate …
-
Huh. Looks like arXiv updated the second "not to add" page. I'll have to update the docs for that.
-
If you go to a preprint of an unpublished work, and click on “export citation” that is the form they provide you. I also read it somewhere, but I don’t remember where rn. I wouldn't trust samples from arXiv to be indicative of much. If they come o…
-
The bibtex entry recommended by arXiv for example, asks for preprint items to be @misc Where do they ask this? If this is how arXiv items should appear generally, I could adjust BBT to change the entry type. Right now, BBT will add the eprint fields…
-
My build scripts were uploading an old version rather than the one with the checks. That's now fixed.
-
It does have that, and I can't reproduce it not working.
-
https://retorque.re/zotero-better-bibtex/citing/cayw/
-
One possible (rather heavyweight TBH) workaround is to install BBT and play around with the key generation pattern to show the number of authors you want, and show the citekey in the center column.
-
When I import this RIS, the tags are stripped on import. When I re-add them and create a bibliography with chicago-athor-date, I get: Porter, Bertha, and Rosalind Moss. 1960a. Topographical bibliography of ancient Egyptian hieroglyphic texts, re…
-
(date-added and date-modified will be retained by BBT on import in the extra field -- translators cannot modify the zotero equivalents)
-
It's actually easiest to just install Better BibTeX and import the first sample as-is I think. You'll see how it ends up in the UI, I think that will make things clearer. So you can just import @book{Latour:1993, Author = "Latour, Bruno", Date-Adde…
-
Can you get me a sample of a file with such an Bdesk-File-n? I'll add support to BBT.
-
Ah OK, so your colleague has the RDF and the attachments on his own system, and the attachments are in the files folder adjacent to the RDF file? Then I don't know what could be wrong, and you'll need help from the actual zotero devs.
-
Untested, but this should get you the selected items (if any) using debug-bridge: curl -v -H "Content-Type: application/javascript" --data-binary "const items = Zotero.getActiveZoteroPane().getSelectedItems(); return items.length ? Zotero.QuickCopy…
Upgrade Storage