tnajdek
About
- Username
- tnajdek
- Joined
- Roles
- Member
Comments
-
There is currently no way to adjust what firstCreator takes into consideration; this is always the same as the Creator column you see in the items list. One way that could work in your specific case is to prepare the template in such a way that it …
-
In the web library, this function is available from the three-dot menu in the thumbnails view in the reader: https://s3.amazonaws.com/zotero.org/images/forums/u3978561/vlu88twcmsau7a4f7g8o.png
-
Yes, multiple improvements to the reader, including continuous scrolling for EPUBs, are coming soon to the reader in the web library.
-
This has nothing to do with Zotero. The behaviour you're seeing is caused by the XDG Desktop Portal, which attempts to sandbox an application's access to the filesystem. You’ll need to either configure this behaviour on your system or install the o…
-
Thank you for helping debug this issue. It appears there is a bug in date processing-we will look into fixing it. It would be very helpful to have access to the problematic .ris file. If possible, could you please send it to support@zotero.org with…
-
In the main web library view (not the reader view), if you click the cog icon next to the search input, there’s an option called "Use Dark Mode for Content" - make sure that’s unchecked. This option only applies if the web library is using dark mod…
-
How many items does this .ris file contain? Does the web library import some of the items when the error is displayed or none at all? When you import the file, are there any errors printed to the browser console (with the console open)? If you try…
-
To configure storage using WebDAV on your iOS or Android device: 1. Tap the cog icon above the list of the libraries (if you're in a collection, navigate back up the tree so that the icon appears) 2. Select "Account". 3. Under "File Syncing", choos…
-
This appears to be a bug in the latest release, we will fix it. Thank you for reporting!
-
Can I find out from he zotero output where the issue is? If you enable Help → Debug Output Logging → View Output before beginning the import, you should be able to see logs that include files being downloaded. However, keep in mind that having debug…
-
It doesn't look like it's stalled. I'm not sure how long you had the debug output enabled, but it doesn’t show the beginning of the import or any error at the end. During the time debug was enabled, it downloaded a few files and had at least 493 mor…
-
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…