emilianoeheyns
About
- Username
- emilianoeheyns
- Joined
- Roles
- Member
Comments
-
I've just released a new BBT that defers all BBT startup until after schemaUpdatePromise resolves, but that will only help a little. What I'm currently seeing is that the BBT code takes approx 4 seconds to load. After that, BBT waits for approx 8 s…
-
Sounds like this: https://appuals.com/damaged-app-cannot-be-opened-on-macos-error/ I've gone through several macos upgrades, now on 13.3,and I haven't experienced anything like this.
-
"monkey-patch: 6.0.23: BBT enabled" doesn't really mean BBT is loaded, it means it will load. I test for some conditions and if those fail, BBT will not load (no monkey patches etc). BBT does some prep work when the log says "Loading Better BibTeX:…
-
I have a vague recollection of doing something about that API a long time ago in the plugin, it might already work. If not, open an issue, and we'll see what we can get working.
-
How many items are we talking about here? I could yield to the UI more often for bulk updates. But if you want help with BBT, I'd strongly prefer it if you could open an issue for it on github. All of my support infra is built around it.
-
I know the BetterBibLatex plugin lets you set these filters but they apply to every export, so we would have to manually go and edit those every time we want to export. It would be much better to just select from a predefined list of custom translat…
-
Still not clear to me how ris import could be affected under this scenario. I can understand bibtex import being affected, but not literally anything else. I haven't been able to reproduce this. Ignoring (or removing) the bbt translators when bbt …
-
If translation.newItems refers to BBT code (not sure from the log snippet), that is used inside a convenience method I use to import data, it is not used in monkey patches and I don't expect that to be called from outside BBT; if I saw that error I …
-
I have just tested to be sure, and BBT removes its translators when it is uninstalled. I don't know what went wrong on these systems. I don't see how the presence of the BetterBibTeX JSON translator (with or without BBT being installed) could affec…
-
If it's BBT, I'm working to move the BBT prefs out of the existing prefs pane.
-
BBT exports take relatively long compared to stock bibtex epxorts. Regular Zotero exports happen on the so-called "foreground", meaning for the duration of any export Zotero cannot do anything else -- the UI will freeze, Word cannot communicate with…
-
If you want help with that you'll have to open an issue on github.
-
From a database the number of entries shouldn't really matter much once you have a field mapping.
-
RIS is probably the easiest format to generate from your database. After that, you can just import it from Zotero's File menu into a group library.
-
Sorry, I shouldn't have commented. It's valid latex, and BBT didn't yet handle it. Does now.
-
That is correct, if you open an issue on github I can see what's the matter. But first guess would be a large auto-export.
-
Not using the stock bibtex exporter, and only with some work in BBT. But why do you want this? Why not leave it in ISO-date format and change how it renders: https://tex.stackexchange.com/questions/129170/formatting-dates-day-month-year-with-biblatex
-
zotero://select/items/@.
-
The deb packages are test-installed every two hours -- they're not invalid.
-
Import it from the file menu.
-
The CSV export properly quotes values with ,, ; and "? Or are you parsing data inside individual columns?
-
There is no way to provide export settings for quick copy (for any translator). They are set to their defaults by Zotero, which in the case of "Use journal abbreviation" is "off".
-
By sync you mean import?
-
authors(sep=':').postfix(':') + year
-
Oh it's a duplicate for the series field in your entry.
-
BBT imports that to the Place field. What should collection be imported to?
-
If it's with BBT, please open an issue on https://github.com/retorquere/zotero-better-bibtex/issues/
-
Wouldn't it be a better option to use some kind of markup (Philippe or somesuch)?
-
(somewhat counterintuitively, a lower priority number in the header means it has higher priority in loading. Priority 0 is the highest priority)
-
Possible, yes,but I don't think it's necessary, you should be able to load a separate translator with a lower priority (which would be tried before a translator for the same site with a higher priority). Overwriting a translator will make troublesho…
Upgrade Storage