emilianoeheyns
About
- Username
- emilianoeheyns
- Joined
- Roles
- Member
Comments
-
I would think RIS would be easier, but I don't know anything about excel automation, and I don't know enough about RIS to suggest a field mapping.I am very familiar with bibtex though and there is not a bibtex-field-to-zotero-field mapping there, it…
-
What's different now that made the error go away?
-
(if you're getting an actual crash log, the -euc/-apse logs don't help, because Zotero clears the logs on restart, so by the time you can send an -euc/-apse log, the error will have cleared from the logs)
-
I see several exports happening in NARRCZYY-euc, and they're from my modded translator, but I see no errors in that log.
-
I'd appreciate it on how I'm supposed to get your modified RIS file in You can download my modified RIS from https://gist.githubusercontent.com/retorquere/5a68351a5a1ed3a16c99e443872b43c5/raw/aad62f64f51ee31aa3acbed97fae57d9ad65a114/RIS.js and just …
-
Ah, OK, you get an actual crash report. Sorry for pressing on this, but zotero crashes are rare, and people report all kinds of unexpected results as crashes. With this kind of crash, you can't send a log I can read; I'm not on the Zotero dev team, …
-
Holy moses dude do you even read my replies?
-
And we still very much need to know what you mean by "crash".
-
Again -- I cannot not read these reports. I can only read reports sent through "Help" -> "Send Better BibTeX support log" after a crash. If the report ID does not end with "-euc" or "-apse" I cannot read them.
-
There's no fixed mapping for all of those fields, it depends on the item type, and you would have to take care to escape some characters properly. I think RIS is going to be easier.
-
That's bibtex
-
I'd be happy enough to make my package script for zotero-deb available to Debian, but the demands made by their build environment requires building zotero from source, and my scripts don't, so they're unlikely to be accepted by debian.
-
If you want to write in markdown and then export to a Word document with "live" Zotero citations (that will be auto-updated and can be used by Zotero to produce a bibliography in your Word document) the only way I know is to use Scannable cite https…
-
I know there's a language barrier at play, but I do not understand the steps you are trying to complete, and unfortunately chances that I speak your native language are slim.
-
I'm not familiar with the mdnotes plugin. The citation picker does require BBT, but I haven't worked on that in ages, and someone just reported a problem on it. I'll take a look when I can, but I'd generally recommend the actively maintained integra…
-
I'm confused now. I asked "less crashes, or no crashes", and you said "less". Under the circumstances, that implies "some number greater than 0". At the same time you say "so far so good" which to me implies "no crashes". Do you still experience cra…
-
For this you don't really need a consultant, you'd need someone with citeproc knowledge and maybe familiarity with the style(s) you intend to use sooner than that you'd need Zotero knowledge. But for a start you could probably hire a TA to just scan…
-
If you submit a log through "Help" -> "Send Better BibTeX support log" after a crash, I can read those. The log may tell me what you mean by "crash", but it's better if you tell us.
-
I can't read those, only the zotero devs can, but does that mean my mod still crashes? and as @adamsmith asked, what do you mean by "crash" precisely?
-
Better as in less crashes, or no crashes?
-
Can you try whether my mod works for you? I can't access the log behind that id btw, but the zotero devs can.
-
This works for me. This line is all I had to add. edit: the alignment looks weird because I use spaces rather than tabs, but it works. item.citationKey is always true-ish when BBT is installed, but with the IF statement the RIS exporter will keep w…
-
After a crash, can you send a BBT support log from the Help menu, and post the support log ID here? Then I can check whether it's BBT-related.
-
If zotero-deb does not work that's something I'd want to look into.
-
The item returned from nextItem() inside the translator has a citationKey field when BBT is installed. This is available to all translators.
-
I've answered on zotero-dev. I'm OK with private email (emiliano.heyns@iris-advies.com) if you think that's a good idea, but while I know a fair bit about how Zotero works, I am definitely not the authoritative source on Zotero, so I think you'd ben…
-
The integration is awful because Literature & Latte have to date ignored all requests to make a non-awful integration possible.
-
In 5.2.144 that simplifies to if (Translator.BetterTeX) reference.add({ ...reference.remove('annotation'), name: 'note'})
-
Or you might want if (Translator.BetterTeX) { reference.remove('note') if (reference.has.annotation) reference.add({ ...reference.remove('annotation'), name: 'note'}) } to make sure you're not getting rich-text notes in the note field.
-
That's correct, the quick way would be: if (Translator.BetterTeX && reference.has.annotation) reference.add({ ...reference.remove('annotation'), name: 'note'})
Upgrade Storage