emilianoeheyns
About
- Username
- emilianoeheyns
- Joined
- Roles
- Member
Comments
-
It's possible that Better BibTeX does something that affects how items are copied between libraries that's breaking this.I cannot rule it out entirely, but I'm not aware of BBT behavior affecting this path.
-
The answer is to auto-pin keys. I have no other facility to sync keys.
-
If help is still needed, please open an issue at https://github.com/retorquere/zotero-better-bibtex/issues
-
you can do that with \HE{...}.
-
Please don't shout. If you want my help, ask on github. I have support tooling built around github issues.
-
It has a lot of Zotero 6 assumptions. I've started the work, but I have to figure out what the code means to do to re-create it for 7. It's not just a "change the loading process" job.
-
You can just go to https://github.com/retorquere/zotero-better-bibtex/issues and open one.
-
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).