emilianoeheyns
About
- Username
- emilianoeheyns
- Joined
- Roles
- Member
Comments
-
To my shame, I actually forgot who added my repo to extrepo.I'm glad it has helped.
-
Agree that it could be made to simply react to \cite{ , \citep{ , \citet{ control sequencesI don't know what "it" refers to here.188BET靠谱吗I'm willing to try building the Zotero side of this, but someone will have to set up the vscode side of things.I don't…
-
If it's just reacting to some lsp verbs I can give it a shot for stuff relating to latex.Someone will have to open an issue for it on the BBT github project and be willing to help hash it out and test.
-
But the lsp plugin would also have to parse latex or markdown no?
-
That is true.
-
188BET靠谱吗the package zotero6 is also available!188BET靠谱吗you can uninstall zotero (or leave it in place actually), install zotero6, and things will work as it was.188BET靠谱吗zotero6 will not automatically upgrade to 7, and they can be installed side by side.Maybe I should ha…
-
Most of the work would have to be done in a vscode plugin.188BET靠谱吗The Zotero side of things would be relatively simple.
-
If you want that added, please open an issue on github.
-
A copy-key option will drop in a test build shortly here.You can also double-click the key in the item pane section and Cmd-C (which I think is a lot faster, but diffrnt strokes).
-
188BET靠谱吗If the filenames are in unicode NFD (I don't know), replaceFrom="\\p{M}" replaceTo="" regexOpts="g" will work for Zotero 7.188BET靠谱吗A similar solution is available for Zotero 6, but you'd have to write out "\\p{M}" (which is possible but tedious).
-
I was including the overhead of my test framework.188BET靠谱吗The actual numbers for the 24k library, which is rare but not unheard of, see eg //www.brodersterzo.com/groups/340666/ccnlab/library, are below.The forum adds a big chunk of whitespace here, I don'…
-
188BET靠谱吗I've got the cached 24k export down to 1s, with stock Zotero BibTeX taking 3s (which is still pretty impressive I think).I'm still looking at the CSL JSON export -- that takes 2.5s (against 3s stock), but I had expected it to come out roughly the …
-
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?
-
188BET靠谱吗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
-
188BET靠谱吗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.
-
188金宝慱亚洲F1BBT support happens on GitHub, not on these forums.
-
188BET靠谱吗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…
-
188BET靠谱吗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.