emilianoeheyns
About
- Username
- emilianoeheyns
- Joined
- Visits
- 5,157
- Last Active
- Roles
- Member
Comments
-
In the case of the underscore, authEtal2(sep=_).lower will also work.
-
BBT does its exports in a background thread these days, so auto-export on-change really should not be a problem unless they're very large.
-
https://retorque.re/zotero-better-bibtex/citing/#direct-access-to-unprocessed-fields
-
It writes a 132 byte file. Of that 0.1 seconds it probably spent the bulk of the time downloading install.sh, since that is substantially bigger at 898 bytes :)
-
I don't recall doing a git, but it's possible that I did a sudo apt install zotero. The installation of the deb repo would not have involved git, but you will have executed the curl -L https://...../install.sh | sudo bash at some point, otherwise …
-
No. Definately no. Define "better" (and you have two questions "3") If by "proper" you mean "the official tarball", then no, the Ubuntu updater is not involved and you need to manually update Zotero, but "no" to the "and" part; just remove the deb …
-
You're still confusing two ways of installing Zotero. The tar.bz2 has no connection whatsoever to the dpkg/apt tools. If you're using apt, you're using my deb packages, and https://github.com/retorquere/zotero-deb (as pointed out above) has instruc…
-
I see. Too many style dependencies then, so this would remain a postscript.
-
To which I should add, for data exchange the standard BibTeX export may well be better. bibtex (and biblatex) is much more complicatedflexible under the hood than most of its users will realize (I've had a fair share of surprises). Applications that…
-
if (Translator.BetterBibLaTeX) { switch (item.itemType) { case 'magazineArticle': case 'newspaperArticle': entry.add({ name: 'entrysubtype', value: 'nonacademic' }) break } } I think, though, that it would make sense to someh…
-
Better BibTeX is better, obviously ;). For general data exchange, the standard bibtex exporter should suffice, but BBT is more precise, and offers functionality for bibtex-related workflows beyond just export.
-
Once you've set up an auto export, you can check the option on it in the preferences.
-
I don't think anything has changed, unless you have pinned your citekeys. The stock bibtex exporter has no memory, so it can't know that two items with the same base key will be exported.
-
There's no need to go through the ref extractor for this case. The aux scanner accepts pandoc markdown.
-
No, because the bib file does not have enough info to detect which way discrepancies between Zotero and the bib file should be synced, or how changed entries should be merged. It would also probably be prohibitively slow (LaTeX parsing is non-trivia…
-
And note that you don't have to uninstall zotero before doing this. Re-doing the install.sh just changes the download location for updates; you could change it manually in /etc/apt/sources.list.d/zotero.list. After that, you can just apt install as …
-
@mtl_zack you can prevent this by pinning the citekey, either manually by right-click or have it auto-pinned after a delay (the delay is there to allow initial editing). The scanner function also supports markdown, you do need pandoc installed and …
-
@dstillman quick-copy is set to chicago-note-bibliography, so I am not sure why BBT is involved at all? I don't patch anything in the quick-copy path.
-
@dstillman I still don't know what I have to do to make my translators pre-load properly so that this error doesn't occur.
-
nothing has changed.
-
Sorry -- you export as "Citation graph", which will get you a .gml file. You can open that file in any program that supports GraphML, I usually pick yEd.
-
@jdr515 it requires installation of BBT, which is a very heavyweight plugin if this is all you want. In any case, it will create nodes of all articles, undirected edges of any relationships you have created in Zotero, and directed edges for every li…
-
Do you want to link these files or import them?
-
Oh wait, I thought fter was something special, like a ligature, but you just meant "after :". In which case, correct, BBT sentencecase only applies lower-case to parts of the title in the assumption that the title is in Title Case, it doesn't ever u…
-
If your question is about BBT sentencecase, please open an issue on github.
-
@ThomasJorna you're not running 'npm/yarn run release' after release. The usual setup for plugins built on my infra is to have the tagged build call 'npm run release' so that an 'npm version [bump]' sets everything off. I don't mind people going th…
-
That's what I was getting at, indeed, and you're very welcome.
-
But can worldcat export the same data in the same order in a structured format like CSV? Because in that case what you want is feasible to automate, including sort within zotero. The hard part would be to extract the data from word files.
-
@bwiernik would it provide more value to update ZQL rather than create a new plugin?
-
This is one of those occasions where I forget what I always tell my clients: don't tell me your solution, tell me your problem. So: What is the data source you have to work with (if not by necessity these Word files), and what do you want to be abl…