emilianoeheyns
About
- Username
- emilianoeheyns
- Joined
- Roles
- Member
Comments
-
It's possible BBT has a setting to disable itIf you tag an item with the tag "#LaTeX", no escaping will be performed, but you may end up with invalid (unparsable) BibTeX. with Better Bibtex the initial letter also gets capitalisedyou can turn this o…
-
@varmont if you open an issue on the BBT github project I can get you a test build to see if that fixes it for you.
-
Does this still happen if you disable 3rd party extensions?
-
How did you install Zotero? To my knowledge the .deb packages handle protocol registration; if they don't, please open an issue on GitHub.
-
There are ways to do this, but what do you want to achieve by doing this? If I know that I can recommend what format to use instead of BibTeX.
-
On Linux you can use the tarball or the debs of 6 and 7
-
I haven't looked further but the zotero code indicates this is a legacy format, so there's a decent chance the non-legacy format supports more.
-
Citation key display is a BBT feature.
-
BBT support happens on GitHub, not on these forums.
-
AFAICT the full list supported by the legacy format is: %c: firstCreator %y: year %t: title (from chrome/content/zotero/xpcom/prefs.js)
-
BTW loading the cache for the 24k items takes 90 milliseconds.
-
This is mostly the planned design; your suggestion inspired some simplifications that made the cache less complex, leaving less work for the main thread. I'll give the file-reading a go when I come back from holidays in a few weeks, but the boost wo…
-
Oh and in Z7 the times are 2.9s/15.8s/3s, respectively.
-
First implementation is done, and it's looking pretty good. I exported the 24k items library, and it looks to be: native: 5.7s, raises load from idle to ~96% (on the foreground thread) bbt, uncached: 43s, raises load from idle to ~112% (in a worker…
-
At some point in the past, pandoc has added support for Zotero/Mendeley citations, so something like pandoc -f docx+citations -t markdown -i Aristotle.docx -o Aristotle.md should do it without having to dabble with custom CSL styles. I've added th…
-
Ah and yes, auto-exports are debounced.
-
The latter would require entries to take up a fixed or maximum size, no? Otherwise what would happen if for example the title becomes longer? There wouldn't be enough space to write the new entry into.
-
Can there be some indicator when an auto-export is running? A spinner or something, that identifies BBT if you hover over it? Sure, that shouldn’t be hard. Is there something in the UI (preferably available in Zotero 6 and 7) that I can reuse for …
-
Auto-exports were running, the 'inserting' statements are the cache being filled (turn off the cache, and they will stop). The cache is being overhauled and these will go away entirely, but auto-exports will always incur some load of course.
-
https://github.com/zotero/utilities/blob/master/utilities.js#L1699 appears `1` isn't allowed in keys. But direct editing of the database is going to mess it up at some point. Why not talk to the web API?
-
Please do. Slower is also something that needs to be fixed.
-
zotero-deb is now also in Debian extrepo: https://manpages.debian.org/bullseye/extrepo/extrepo.1p.en.html so instead of fiddling with install scripts, you can now do sudo extrepo enable zotero and install as usual
-
I have no idea how resetting the cache would affect creating a bibliography this way, so I can't fix the underlying problem.
-
This imports successfully for me using both standard bibtex import and BBT bibtex import. How exactly is it failing for you?
-
Please do, because I can't replicate this from the above description
-
I've rolled out a new release that I think solves the issue. Please let me know whether it does.
-
I've rolled out a new release that I think solves the issue. Please let me know whether it does.
-
I've rolled out a new release that I think solves the issue. Please let me know whether it does.
-
People have come forward, and I have a workaround. but that apparently doesn't solve it for everyone. If you are experiencing this, please still join https://github.com/retorquere/zotero-better-bibtex/issues/2887. If you're experiencing this on Linu…
-
People have come forward, and I have a workaround. but that apparently doesn't solve it for everyone. If you are experiencing this, please still join https://github.com/retorquere/zotero-better-bibtex/issues/2887. If you're experiencing this on Linu…