tnajdek
About
- Username
- tnajdek
- Joined
- Roles
- Member
Comments
-
Are you in the same view on both, Zotero and the web library? The tag selector (bottom left) only shows tags that are present on items in the current view—for example, if you’re in a specific collection, you’ll only see tags present on items in that…
-
Reading position is synced and generally works well, but syncing might sometimes not happen automatically in time for it to be available on another device before you open the paper there. Also, if the document is already open on another device, it w…
-
But I can't see these tags for annotations. When you open an attachment in the Zotero Reader, tags for each annotation should appear underneath the annotation in the pane on the left. When filtering by tag in the main view, if the selected tag is a…
-
As others in this forum have noted, these annotations lose categories and tags when being imported into zotero. As stated in the other thread, keywords from Citavi are imported as tags in Zotero, and categories—other than the one to which annotation…
-
It sounds like you might have file syncing disabled in the settings, so I'd start by checking there. If that's not the case, see these troubleshooting steps: https://www.zotero.org/support/kb/files_not_syncing
-
Thank you for your report. When you go to the web library and see this error, could you please open your browser console, paste the following code, and then share the output here? localStorage.getItem('zotero-web-library-prefs')
-
There is a bug where, on the second screen—after selecting a file to import—the import wizard would not accept the Return key to continue. That's what I believe Dan is referring to as the "Options" screen. We discovered this issue after your report …
-
You can use the Tab and arrow keys to move focus, and Enter or Space to "click" the active/focused button. This works the same way as keyboard-driven navigation throughout the rest of Zotero.
-
It's quite easy to select the wrong file for import, so please double-check that you've followed all the steps on this page and picked the correct .ctv6 file. If that doesn't help, try running the import again with debug enabled and post a Debug ID…
-
Thanks! This will be fixed in the next release.
-
When you go to the web library and see this error, could you please open your browser console, paste the following code, and then share the output here? localStorage.getItem('zotero-web-library-prefs')
-
Do you remember what triggered the misaligned columns? Was it immediately after an upgrade or after introducing another column? If you try adding or removing a column, or resizing any of them, does that fix the problem?
-
Not with the UI, but it’s possible with a little bit of scripting. Since this will affect many items, I strongly recommend making a backup of your Zotero directory before proceeding. See: https://www.zotero.org/support/zotero_data Once your data is…
-
We're working on an improvement in this area. In a future version, you will be prompted after making a change whether to apply the new filename format to all files in your library. For now, as a workaround, you can do the following: 1. Select Tool…
-
The web library currently does not offer this feature, though it's planned for the future. Please see the following for a list of limitations of the web library: https://www.zotero.org/support/kb/web_vs_desktop
-
We've released a new version of the web library where this should now work correctly, as described above.
-
Unfortunately, I don't think it's possible with the current system. That's because case is applied last when processing a variable in the template, so the closest match you can achieve with the current system would produce "SMITH AND JOHNSON". This…
-
It's ==. There is an example of how to check for the item type in the documentation that uses equality comparison.
-
As of Zotero 7.1 (currently in Beta), it's now possible to check the number of authors without using a regex, so the above template can be simplified. We've introduced new fields: authorsCount, editorsCount, and creatorsCount, which can be tested fo…
-
As of Zotero 7.1 (currently in Beta), it's now possible to check the number of authors without using a regex. The template above could be written like this: {{ if authorsCount > 2 }} {{ authors max="2" suffix=" ea" }} {{ else }} {{ authors }} {{…
-
As of Zotero 7.1 (currently in Beta) it's now possible to check the number of authors without using a regex, your template would look something like this: {{if creatorsCount
-
Both issues should now be resolved. Thank you for reporting!
-
Toggling "Show Automatic" should not be required; it was just a way to confirm the issue and can be used as a workaround. We will address both issues (some tags not immediately appearing and tags being sorted incorrectly), but I cannot provide a tim…
-
Normally, more tags should load as you scroll the tag selector pane, but I assume that's not working? When you toggle "Show Automatic" (from the three-dots menu at the bottom of the tag selector) off and on again, does it eventually load the remain…
-
This should work as explained by poettli above. It might be worth trying in another browser. If you still have a problem and cannot import files in the web library, please try with a browser console open and let us know if any messages appear in the…
-
There is no built-in method, but you can use regex to do the trick. See: https://forums.zotero.org/discussion/comment/482161/#Comment_482161
-
Did you use the Migration Assistant? There was a similar report by another person who did and ended up having a similar problem. You can see it here: https://forums.zotero.org/discussion/comment/485456 We can confirm it by looking at the output of …
-
It's currently not possible but planned. As a workaround, for now, you can add items to a new collection and use the "Copy To" context menu option for that collection to copy it and all items within to another library.
-
Thanks for reporting the issue. We've released a fix - if you reload the page, your PDF should appear correctly in the web library. Sorry about this!
-
We've released an update, and this issue should now be resolved. Again, thank you for reporting!