emilianoeheyns
About
- Username
- emilianoeheyns
- Joined
- Roles
- Member
Comments
-
https://github.com/zotero/zotero/blob/master/chrome/content/zotero/xpcom/utilities.js#L1453
-
Even if I'd have a 100% duplicate in my library, if I cited them both, they'd be disambiguated, right?
-
That should really not be necessary. Are you perhaps trying to get these keys to show up consistently in separate documents which all cite different subsets of these items? (edit: my comment was directed at @madsheidemann, our responses must have b…
-
The way I read the OP, he does want disambiguation, but is not getting it. Maybe he has multiple PDFs (one for each chapter?) under a single item.
-
By which you mean https://www.zotero.org/support/dev/web_api/v3/start ? That's doesn't do anything with citeproc. In this API, extra is just plain text. I'd recommend against putting JSON in the extra field these days. Zotero beta seems to pick out …
-
The most stable way to add data to the extra field is to add data items one per line. I've since moved away from JSON in the extra field; my own "extra-fields" are marked with a leading "tex." Which API do you mean? The Zotero API? That just treats…
-
"creepy" doesn't really add anything constructive to the discussion. It's clear to everyone that this is both undesirable and unexpected.
-
Did you do step 4? Is zotero running?
-
Not in my case - I don't have it installed
-
I have seen this popup before, but can not reproduce it now even after tccutil reset All org.zotero.Zotero. I have not used the Word plugin on this system (but Word is installed).
-
Does seem to be possible: https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-in-availability
-
BBT will give you a handy way to put that in your extra field BTW.
-
Add the citekey you want in the extra field as Citation Key: [your choice] And your items will always have that specific key.
-
Please open an issue on github, then I can take a look.
-
Those render to the same thing in LaTeX. They are just different ways to write the same thing, and since bibtex has traditionally had non-existent to spotty unicode support, the first form is usually preferred for bibtex. biblatex does support unico…
-
Whatever's on the page you can access in the web translator
-
You have probably corrupted your database: https://www.zotero.org/support/sync (section "Alternative Syncing Solutions"). There's a repair tool that you could try after you disable google drive sync: https://www.zotero.org/utils/dbfix/
-
The above input should turn the editor orange as it has a syntax error, but try this: if (Translator.BetterBibTeX && item.itemType === 'book') { const order = ['title', 'shorttitle', 'keywords'].filter(field => field in reference.has) …
-
With BBT, langid should export automatically if the language field in Zotero is set. hyphenation is just an alias for langid for backwards compatibility (biblatex manual section 2.2.2 "Data Fields").
-
https://github.com/retorquere/zotero-storage-scanner
-
A bit of a hack, but BBT BibLaTeX exports have an optional quality report, which will mark items with missing data. It's pretty rudimentary though.
-
I've seen it at some point on one of my systems, but that was a while ago (it's libnss3-dev BTW)
-
This check has been added. It will now report that it's not a supported architecture and will not create /etc/apt/sources.list.d/zotero.list. If the file exists, it's unaffected, it does not remove the file if it's unnecessary.
-
I'll be happy to give it a look when an issue is opened on the BBT tracker.
-
@maatias remove colons where? In the output generated by BBT? Do you have a sample? BBT aims to fully automate the export so that no manual editing is required -- if you say "colon in keys", do you mean the citation keys, or field names? Colons in f…
-
@dstillman it was discussed (among other placed perhaps) at https://github.com/zotero/zotero/issues/1522
-
If you set join-authors to a non-empty string, authors will appear in a single row instead of multiple (but you won't be able to tell the author type when multiple are present), You can set MathJax to a MathJax config block if you don't like the def…
-
https://forums.zotero.org/discussion/77309/using-zotero-notes-for-research#latest
-
You can save it and you'll get a HTML file. Pick the "web page, HTML only" format when saving.
-
If you set the hidden pref extensions.zotero.report-customizer.bibliography to true, a formatted bibliography entry will be added to the report for each item.
Upgrade Storage