emilianoeheyns
About
- Username
- emilianoeheyns
- Joined
- Roles
- Member
Comments
-
Cool! Does this work with multiple citationkeysIt doesn't right now, but I can change that. Please open an issue on github for this.
-
Select links don't seem to work at all for me. Can someone open an issue on github to test/add this behavior?
-
I would have to test that when I get home. If not, it'd be trivial to add.
-
if you just want to select the items, zotero://select/library/items/@citationkey or zotero://select/library/items/bbt:libraryID:citationkey will work.
-
I'm not sure you'd end up with something substantially different than what ODF scan does. Citation keys, unless generated and enforced by Zotero without user influence, are not guaranteed to be unique, and you need some format to indicate what shoul…
-
I've started the work here. Curious people can follow there. DO NOT post "+1" comments there.
-
Allowing to paste back text at the cursor position would be the simplest thing that would make a massive difference for usability and robustness. Then there's lots of stuff they could do to make academic writing easier that have nothing to do with …
-
There seems to be some bad blood between the development teams obstructing a more elegant solution. No idea what this refers to. To my knowledge the author of the RTF/ODF Scan plugin just has severely limited time available. Could we have an update …
-
done
-
This is already a bootstrapped plugin. I will have a look, but I don't have much time either (and still a few plugins of my own on the backlog).
-
For sure. Math requires typesetting, and unicode doesn't address that at all.
-
If Overleaf publishes an API BBT can talk to I'd be happy to connect to it; in the interim, dropbox + BBT auto-export do work. The real fix is for Zotero to adopt mathjax so math in titles is actually supported, but until that time, a dollar sign t…
-
It still works in BBT, and it is still very unlikely to become part of Zotero 7 proper I'd venture to guess.
-
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. 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.
-
the package zotero6 is also available; you can uninstall zotero (or leave it in place actually), install zotero6, and things will work as it was. 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. 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).
-
If the filenames are in unicode NFD (I don't know), replaceFrom="\\p{M}" replaceTo="" regexOpts="g" will work for Zotero 7. 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. The actual numbers for the 24k library, which is rare but not unheard of, see eg https://www.zotero.org/groups/340666/ccnlab/library, are below. The forum adds a big chunk of whitespace here, I don'…
-
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 does.
-
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.