emilianoeheyns
About
- Username
- emilianoeheyns
- Joined
- Roles
- Member
Comments
-
"responsive" in what sense? I don't use the Hello World scaffold, I have my own scaffold generator but that will likely bring in more complexity (typescript, npm modules) than you need. I know a bit about general plugin development but not about th…
-
What do you have a problem with? Just getting a plugin set up? Using the Zotero internal API? Using external libraries?
-
For systems that have apt, https://github.com/retorquere/zotero-deb will install Zotero without container config.
-
Sorry, should have been if (Translator.BetterTeX && item.attachments) { for (const lang of ['russian', 'english']) { reference.add({ name: `pdfsite${lang}`, value: item.attachments.filter(att=> att.url && att.ti…
-
I was more frustrated than annoyed. I don't like leaving questions unanswered, and not being able to get my point across (where I will sometimes use so many words in an attempt to answer comprehensively that it drowns out the more succinct point wra…
-
That code can't work. 'russian' && 'site' is a boolean expression where the operands are evaluated as truthy or falsy; 'russian' and 'site' are truthy, so 'russian' && 'site' will yield 'site', so that filter will pick out any title …
-
I'm not sure now what answer you're looking for at this stage. The zotero crew maintains 3 separate "first tier" integrations. If there was anything that made integrations easier to create just generally, wouldn't they already have done this if onl…
-
I think one important point has gotten lost here: in my understanding, the Word/GDocs/LO integration is fully separate from the Zotero desktop program -- they all speak a fairly simple protocol (I think HTTP, but I vaguely recall some direct-socket …
-
In principle, an app developer doesn't have to do anything special towards Zotero to get full integration. Zotero has ample extension points, and if you're willing to venture outside those, that's very possible, and then there's very little you can'…
-
If a text field happens to have focus, edit->paste should paste the text on the clipboard into the text field. But this means you might accidentally paste over something you actually want, and you'd have to make sure a text field is *not* focused…
-
It does have them, but doesn't use Zotero.write: https://retorque.re/zotero-better-bibtex/exporting/scripting/ . The postscript would be either: if (Translator.BetterTeX && item.attachments) { for (const name of ['pdfsiterussian', 'pdfsit…
-
@bwiernik the code for the sentence-casing is at https://github.com/zotero/zotero/blob/master/chrome/content/zotero/bindings/itembox.xml#L2075 . You can't call it directly (code living inside XBL is a real PITA to reach into) but it's just two lines.
-
That will get overwritten when the Zotero bibtex translator is ever updated. You can do this in a way that won't get overwritten using https://retorque.re/zotero-better-bibtex/installation/preferences/advanced/#postscript
-
Ah OK, that's not necessarily related to sync, but It's an error I've that another user also sees which we haven't resolved yet. No rush, I look forward to getting a diagnosis and fix for this. I'll get notified when the issue is created.
-
So you mean it interferes with sync? Can you walk trough the steps to open a new issue and submit the debug log there?
-
Open an issue on github and we can talk about it. I always forget which threads I'm in here.
-
Overleaf doesn't have Onedrive integration as far as I can tell. There's https://www.overleaf.com/learn/how-to/How_can_I_upload_files_from_Google_Drive? but that will not update the file when it changes; automatic update only seems supported for git…
-
The importer that was used on the site you got this from imported the title as Amaranthus rudis and A. tuberculatus , One Species or Two? -- Zotero doesn't support this markup, it should be Amaranthus rudis and A. tuberculatus , One Species or Two?.…
-
If you use the standard overleaf - zotero integration you're getting the standard zotero bibtex export (which should still support italics I think?). To get BBT bib(la)tex into overleaf you need to do extra setup: https://retorque.re/zotero-better-b…
-
Did you use ...? Or something else?
-
New version is out
-
Alsmost all debug logging has been stripped, and BBT now pauses auto-exports during sync. Tests are running for a new release.
-
I will remove those logging statements, I used those for performance tests but they're not needed now. They're only active when extended logging is on btw, bbt logging is disabled when that's off.
-
Ah, that makes sense, depending on the order in which items are saved, a sync could indeed lead to a cascade of auto exports. Can I await the end of a sync somehow? Then I can defer auto exports until the sync is done.
-
The one thing that comes to mind is that a sync will cause many item changes, and I do respond to those. If I can await until a running sync done, I can defer the change handling to after it's finished, but that would just push the problem forward.
-
I don't know why it would do or log much specifically during a sync. I don't react specifically to a sync. Can I see a relevant part of the log? Maybe I have some old diagnosis logging that can be removed.
-
Wait, how are you getting the bib files to overleaf? And for RMarkdown the recommended format is CSL-JSON (for good reasons), which BBT can also export.
-
I think you included HTML markup in your initial question but they don't show.
-
If you open an issue on https://github.com/retorquere/zotero-better-bibtex/issues/new/choose, I can help you get this sorted. If you choose "Export bug", the template will guide you through sending a debug log (point 7) which will give me the exact …
-
You can edit the report inside the report itself
Upgrade Storage