emilianoeheyns
About
- Username
- emilianoeheyns
- Joined
- Roles
- Member
Comments
-
@danstillman Are proper names expected to be protected with in Zotero? Or is there something in place to make this unnecessary?
-
@ryofurue I may have a (partial) solution for imports. If you open an issue on github, we can see if you find that helpful.
-
@danstillman the Zotero sentence-case text-transform turns Title with MARKUP into Title with markup
-
The export is correct, it's the import that's wrong - Zotero expects titles to be sentence-cased, not Title Cased. Given the assumption that titles in Zotero are sentence cased, brace-protecting on export this way is the correct thing to do. If you…
-
The CSS is baked into the report customizer, but if you open an issue on github I can make a change that allows you to inject css.
-
It shouldn't be required to run it as root I think (edit: unless you made Zotero root-owned, then you would of course)
-
The debug bridge requires a password since 5.1.105, and the content type must be "application/json".
-
Better Scrivener integration would be easy to do (for markdown documents at least) if L&L actually cared enough about it to allow us to build it. The hold up is on their end, but if you ask on their forums, you're likely to get a scolding by Scr…
-
https://github.com/zotero/zotero-standalone-build/issues/52
-
Sure -- where?
-
There's also flatpak (https://flathub.org/apps/details/org.zotero.Zotero) and snap (https://github.com/FabianReister/snap-zotero, https://github.com/daltenty/zotero-snap, but I can't find either of them on https://snapcraft.io, so they may not be ac…
-
You can either through https://www.zotero.org/support/dev/client_coding/javascript_api or https://github.com/retorquere/zotero-better-bibtex/tree/master/test/fixtures/debug-bridge run your own javascripts insize Zotero. The script would look somet…
-
The default .desktop file doesn't set up Zotero to make this link. Adding MimeType=x-scheme-handler/zotero to your desktop file should do it; the deb packages linked to by @bjohas do this automatically.
-
That is true. It could be done through the javascript console.
-
You can just cat *.bib > combined.bibtex (Mac, Linux) or type *.bib > combined.bibtex (Windows), then import the combined file.
-
If you use bibtex and have BBT installed, you can get hacky mathjax support with a postscript. Report customizer adds MathJax support for reports.
-
https://retorque.re/zotero-better-bibtex/ (full disclosure: I'm the author of this plugin. I don't know the full extent of what lyz can do - maybe you'd be missing if you don't use it)
-
With the BBT plugin you can automate the export
-
You can also use BibTeX export and have LyX just look at the bib file.
-
All versions are available at https://github.com/retorquere/zotero-report-customizer/releases
-
Zotero doesn't allow importers to set Date added but if you have https://github.com/retorquere/zotero-better-bibtex/ installed, timestamp (or any other field that it doesn't know how to import) will be remembered on import in the extra field of the …
-
But how would the bookmarklet know whether to use zotero://select/library/ or zotero://select/groups/?
-
I've shot you an email -- I'm hard to reach on linkedin; the main reason I have an account there is to stop people from asking why I don't have an account there.
-
Ah I see. I can in principle just hand Zotero attachment paths to try, but I cannot know papers_library.
-
Bizarre. Without the desktop app there's not much I can do; it's possible to get the raw JSON data from the web app (although they seem to have removed the easy menu entry to do it) but I don't see a way to easily get the collections and attachment…
-
Where did you get the ReadCube desktop app? I can't find where to download it. Does the desktop app really export {Cobo-Reyes,} with the comma inside the braces? That's pretty bizarre.
-
@daeh I see in your script you're doing something with file lines, I assume to change the input such that supplementary attachments are properly imported? I might be able to just add that to BBT so these files would always import without further act…
-
@daeh is there anything I can do to have BBT import those paths by default?
-
It sounds exactly like it. Wouldn't it give users the best experience if this was either ported to Zotero or extracted to a plugin?
-
How disruptive would it be to actually move the items from personal to group? In the Zotero DB it'd be as simple as changing the libraryID for those items but it'd probably mess up sync something bad.
Upgrade Storage