yuyichao
About
- Username
- yuyichao
- Joined
- Roles
- Member
Comments
-
Pretty much all of the non-trivial changes are in https://github.com/zotero/cross-xpdf/pull/1 and https://github.com/zotero/zotero-standalone-build/pull/95 now...
-
I swear I searched for xpdf in the organization and didn't find it... Maybe I only searched for pdftool and poppler... I'll try to get an aarch64 build of the pdftools first and then I'll see what's the least hacky way to get the build work on/for …
-
Thanks! That might have been how I did it last time. (I've since used exporting collection more which I may not be using at that time...)
-
NVM found it https://retorque.re/zotero-better-bibtex/installation/preferences/export/#fields-to-omit-from-export-comma-separated
-
> Use BBT to incrementally update a .bib file with your Zotero database for use with bib(la)tex and back up the Zotero data & storage folder for back-up. I've installed BBT and tried exporting. However, the exported file still contains absol…
-
> Zotero is currently based on Firefox 60 ESR. An upgrade to 78 ESR is in progress. Thanks. > You can see if you can reproduce this using nsIFilePicker in a current Firefox version. Unfortunately, neither the KDE or GTK version of the file …
-
Based on https://github.com/archlinuxcn/repo/blob/59a39d2800c4ae81586a0ac19e5ac81752121b48/archlinuxcn/zotero/PKGBUILD#L19 I'm using a prebuilt binary. Any idea which version of firefox (library, xulrunner? gecko?) it is built with?
-
Based on https://github.com/mozilla/gecko-dev/blob/c686b5d5614da653c20c689cea96a80ae598a1a1/widget/gtk/nsFilePicker.cpp#L602 it should be automatically handled?
-
(I was asking trying to ask which one it is......). Now I do feel like the one responsible for the behavior and the text on the "Save" button is where the bug should be filed against. The save button is clearly not doing the saving. As an aside, do…
-
> You're misreading the documentation. modeGetFolder is for picking an existing folder, not for saving. It doesn't let you specify a name. OK, yeah this is the aspect I wasn't sure about from the document. > On Linux, clicking Save when the …
-
Export with file was to get rid of host absolute path. Fixing it myself isn’t a problem but I do believe this is clearly a bug. The use case for overriding should be as valid as having the export option at all.
-
If I'm reading this correctly. https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIFilePicker modeGetFolder should be used when saving a directory.
-
Well, the use case is to save/backup/export to overwrite a previous version after new articles (or other changes) are added to a collection. I'm pretty sure the underlying GTK file picker doesn't have this problem/can be configured to do so. Does t…
-
OK I guess I can try the plugin. The tags are sorted in the UI which is why I expected the same for export. And yes, I have this issue exactly because it messes with version control.