tnajdek
About
- Username
- tnajdek
- Joined
- Roles
- Member
Comments
-
Thank you for reporting this problem. The order of tags will be fixed in the next release of Zotero, and it will also be corrected in the web library.
-
@RamonMi Unfortunately, the last part of your template won't work, as you can only specify one set of replaceFrom/replaceTo per variable. As I explained above, using case="snake" is the best the current system can do. By the way, I am also curious …
-
What happens is that the web library fetches all the tags (i.e. including automatic tags, presumably thousands or tens of thousands) and then filters them in the browser. In the future, we hope to move this process to the server side, which should m…
-
Thanks for the report. Is this happening in the main library view? How many tags do you have? When you apply any kind of tag filtering, the web library first fetches all the tags and then filters them locally. So when you see the spinner, it's doin…
-
You can use {{ authors join="&" }}. By default, the authors are joined with a comma (,) rather than the word "and". Please refer to the file renaming documentation for more details.
-
It might not be as user-friendly, but you can already achieve this using regex replacement. {{ firstCreator replaceFrom="et al.$" replaceTo="et al" }} With some additional effort, it's possible to use authors with formatting and logical statements…
-
Ensure there is no space character at the end of the line, as Zotero will not inject extra spaces. Also, make sure you are using the most recent version of Zotero, as earlier beta versions might have replaced newline characters with spaces. https:/…
-
(1)(+0000409): HTTP POST https://api.mendeley.com/oauth/token failed with status code 400: {"error":"invalid_grant","error_description":"Incorrect username or password"} It appears that your login attempt to Mendeley was unsuccessful. Unfortunate…
-
No, that would insert title twice, formatted in two different ways. My earlier template includes if/else switch to pick one or the other way of formatting the authors field.
-
That would work, except we've already used replaceFrom for the title, and there is currently no support for specifying more than one replacement for a value. I'm afraid going with all lowercase 'snake_case' is the closest that the current Zotero te…
-
I couldn't find any documentation, but by looking at the source code, it seems that replace_blanks converts spaces to underscores in the final file name. In the new Zotero templating system, you would need to specify this as case for every field wh…
-
The following template should be close to what you're looking for: {{ if {{ authors match="[^,]+,[^,]+,[^,]+" }} }} {{ authors max="1" suffix="-etal" }} {{ else }} {{ authors join=" and " }} {{ endif }} {{ year prefix="-"}} {{ title truncate="80" r…
-
Does this happen when opening any PDF or just this one? When comparing to Firefox, did you test on the same PDF, using the same Zotero account? Do you have any extensions installed in Edge? Can you disable those temporarily and test again?
-
Could you please try opening console (Ctrl + Shift + I), try to make an annotation and post a screenshot with the console open? We would like to see if there are any relevant errors showing.
-
@weypa Could you please verify if you're using a relatively recent version of MS Edge? You can do this by clicking the three dots menu, then "Help and Feedback," and then "About Microsoft Edge." I’ve just tested on Edge 127, and annotations appear t…
-
Thank you all for reporting this issue. We've released a new version of the web library, where copying items between libraries should be improved. That said, we still recommend using Zotero when possible for copying items, as it is able to make the …
-
This problem was most likely caused by having the same PDF open in two tabs in the web library. It should be fixed in the latest release. If you're still encountering the issue, please let us know.
-
This has been mostly remedied in the latest release of the web library, libraries named in Mandarin (and any other language that use non-Latin characters) should now open correctly. Again, thank you for reporting the issue!
-
No, that's currently not possible; export output is more limited in the web library. I've updated the list of features that the Zotero desktop app provides when compared to the web library to reflect that.
-
Indeed, there appears to be a bug in web library exactly as you've described. We're going to fix it, thanks for reporting!
-
Could you post a screenshot from web library, with a collection selected where items in that collection do not appear in the main pane? Please bear in mind that some groups types do not allow file sharing and that linked files or files stored in We…
-
You should configure sync on the new laptop and wait until it completes (which can be verified by checking an icon in the top-right corner). If, afterwards, you see a different library than in the web library, you might have used a different account…
-
There is currently no option to select all items in the web library. We might consider adding something like this, most likely as a toolbar button. However, as mentioned above, working with a large number of items in the web library is very ineffici…
-
I can confirm that copying more than 50 items at once to another group in the web library can cause this issue. We will look into this. For now please use desktop Zotero for copying non-trivial number of entries between groups (Zotero is also able …
-
https://www.zotero.org/support/kb/collections_containing_an_item
-
The problem might be with the device from which you're trying to sync (presumably your laptop or desktop). You can confirm this by checking if the file appears in the web library. See changes not syncing.
-
If your Mendeley account requires institutional credentials to log in, you may need to create a separate Mendeley account and connect it to the institutional account, and then use the personal account to log in. See https://service.elsevier.com/app/…
-
You might need to press sync button in the top-right corner of the main Zotero window? See https://www.zotero.org/support/kb/changes_not_syncing for sync-related troubleshooting.
-
In web library exporting is possible with an icon in the toolbar but is currently limited to a 100 references at a time. To export more items into a single .ris file, you will need to use Zotero desktop app. Web library is a complementary tool to Z…
-
After several attempts with Mendeley import, only 1090 items had been transferred out of over 10000 Did you let the process finish? Was there an error? As long as the progress bar is displayed, importer is doing the work and the wizard window should…