emilianoeheyns
About
- Username
- emilianoeheyns
- Joined
- Roles
- Member
Comments
-
@scheydec I think there two separate things being discussed here. I'm going to assume you have all your items in Zotero in sentence case, some of those have no language filled out, some have an "engl-ish" language (american, british, canadian, engli…
-
So you want an export that results in multiple (non-attachment) files? That's not possible. Zotero exports can generate one main file (usually text) and save the attachments that are in scope.
-
There is something equivalent sorta-in Zotero -- if you install BBT and enable the quality report the export will have comments about missing fields. The QR is pretty basic for bibtex (not much is documented on what constitutes a valid item in bibte…
-
By default, yes.
-
Then there's probably something fubar about my setup. Not at all unlikely.
-
@depswa I've done my best on the UI (which means it's pretty janky), but give the xpi at https://github.com/retorquere/zotero-folder-import/issues/1 a go; after installation, select the green plus icon above the item list, and select "Add files from…
-
Meaning I get https://imgur.com/a/esot0eP
-
@dstillman when I try to "Store Copy of a File..." with a shell script (.sh), it tries to open the script.
-
Try https://gist.github.com/eea40128817c4e7df686c2bcc0db26b4
-
Is this in the Zotero desktop client, or the web library? I can't reproduce this behavior in the desktop client.
-
This is called from addAttachmentFromDialog in zoteroPane.js, right? I take it the mode is the flag in question? That would still preclude this happening from the same picker if I'm reading this right -- the available modes are /** @const {Integer…
-
What is the difference between the two in mendeley btw?
-
I'd rather not add features that don't address an existing use-case. If jabref does the job easily, that seems like a good option.
-
Not currently possible. I am willing to consider it, but I'd prefer it if you can open an issue on github with a sample file that has these fields.
-
@dstillman I see them now. But in that selection dialog, selecting a folder and clicking "open" just navigates to that folder in the picker. It looks like file-pickers and dir pickers are different dialogs. I also can't multi-select files + dirs the…
-
That menu is only enabled when the current item is editable, so it wouldn't work as-is for importing a folder of attachments. Maybe drag and drop is the best interface for this? That would seem to me to be a deliberate action.
-
Posted almost simultaneously :) I'll just do a quick plugin first, if that works, I can look at converting it to a PR. Suggestions on where to put it in the menus? File menu?
-
On the other hand, a plugin that does this shouldn't be much work. Probably preferable. I'll give it a shot.
-
Meh, I'm willing to give it a shot. BibTeX would be easier, but it'd mean dummy entries to hold the attachments. I think RDF would allow top-level attachments. Another option would be a simple import translator which imports the output of "dir /s /…
-
I'm thinking it should be possible to create an RDF file that would on import recreate the folder structure.
-
@depswa what platform are you on?
-
Oh yeah, for one-offs you could just use Zotero manually. If it's not too high-volume, you can automate the import-export using the stuff I use for my test suite (https://github.com/retorquere/zotero-better-bibtex/tree/master/test/fixtures/debug-br…
-
There's also https://github.com/retorquere/zotero-better-bibtex/tree/master/test/fixtures/debug-bridge. It's basically mozrepl but you can send it JS snippets over http and get results back by returning anything that's JSON-serializable. The README …
-
It depends on what you mean by "from the command line". BBT can be driven using HTTP; my python test setup uses this to run the test suite, but it requires Zotero to be running, and that's not what people usually mean by command line. Since 5.2 it …
-
That checkbox has since disappeared, sorry. BBT has enough (too many, really) preferences of its own, it shouldn't take on managing prefs outside its own scope.
-
Plus you forego the problems of sentence-case vs title-case.
-
There is no way to access BBT citekeys via Zotero's server API that I know of (though this is the part that I may be wrong about) You can sometimes sorta get them -- if they are "pinned", that is, they're in the extra field as Citation Key: thePinn…
-
It's not just that it can use it, it's the primary path for most (but not all) pandoc output; for most conversions, if you offer it bibtex, it first converts that to CSL, and that conversion is not lossless. It mostly works reasonably well, but if y…
-
Well there you go, option #3 I wasn't aware of. I haven't played with citation.js so I don't have an opinion on the conversion it offers. I do know that conversion between CSL (which is what can be extracted from a word doc with zotero references) …
-
As @adamsmith points out, that's not produced by the CSL style, so either I'm mistaken that ref-extractor uses the CSL style (it could technically use an online Zotero translator server, but I see no evidence of that, and it claims everything happen…
Upgrade Storage