tnajdek
About
- Username
- tnajdek
- Joined
- Roles
- Member
Comments
-
No, the PDF is displayed using the Zotero Reader; however, both the browser and the OS are relevant here because our code ultimately depends on both to render the PDF content. Zen Browser is based on Firefox, so it should work, and in fact, it do…
-
I've obtained a PDF from https://bmcpublichealth.biomedcentral.com/articles/10.1186/s12889-024-21085-5, and it displays correctly for me in both the Web Library and Zotero. What browser and operating system are you using? Did you try re-downloading…
-
Yes, Thank you. It would be nice to have the export option when viewing the with the reader That makes sense, we should be able to add it in the future.
-
Once you select an item, you can download any attachment from the "Attachments" tab. By default, the "Download" button exports the PDF with annotations. If you prefer to download the original file without any annotations, you can select the "Downloa…
-
Thanks for confirming. Ideally, it should be alphabetically sorted everywhere, but there are some technical challenges that we need to resolve first. We hope to address this issue in the future.
-
Hi, thanks for reporting this problem. Is it possible that these items are incorrectly sorted rather than missing? Some item types are not sorted alphabetically in the web library—I believe "Software" will be sorted between "Case" and "Conference Pa…
-
would you see any issues with that version? Sure, that should work as well.
-
Unless I misunderstand what you're trying to achieve, the template you've posted will not work as expected when there is just one author but two or more editors. In such a case, it will end up using only the name of the first editor. You might want …
-
In the web library, you can double-click on an item in the table to open the attached PDF in the reader. If there’s more than one attachment, you can view the list on the right under the "Attachments" tab, where it’s also possible to download the at…
-
In that case still the comma is used. Oh yes, the 4th line of the original template also should include the join parameter, something like: {{ authors join=" " }} Something else has changed: names can only be changed right-clicking on the pdf. See: …
-
Strangely enough, in the preview (in settings), the Call Number is shown. But on the actual file change, it does not add the Call Number. Any idea why? Is the Call Number field populated for the parent item for this file? Is it possible to remover t…
-
We've released an update, and it's now possible to import references from BibTeX and other Zotero-compatible files into the web library https://forums.zotero.org/discussion/comment/482189/#Comment_482189
-
We've released an update, and it's now possible to import references from RIS and other Zotero-compatible files into the web library: https://forums.zotero.org/discussion/comment/482189/#Comment_482189
-
We've released an update, and it's now possible to import references from RIS and other Zotero-compatible files into the web library: https://forums.zotero.org/discussion/comment/482189/#Comment_482189
-
We've released an update, and it's now possible to import references from a file into the web library. On desktop, this feature is accessible via a new toolbar button (see screenshot below). On mobile devices, this feature is accessible from a three…
-
We've released an update, and it's now possible to import references from RIS and other Zotero-compatible files into the web library. On desktop, this feature is accessible via a new toolbar button (see screenshot below). On mobile devices, this fea…
-
The following template should create filenames as you've described: {{ if {{ authors match="[^,]+,[^,]+,[^,]+" }} }} {{ authors max="2" suffix=" ea" }} {{ else }} {{ authors }} {{ endif }} {{ year prefix=" " }} {{ title prefix=" - " }} {{ callNumbe…
-
Thank you for providing the extra information. It seems there are files in C:\Program Files\Zotero\ that should have been removed during the uninstallation (or a reboot afterwards) but weren't. To solve this problem, you can manually remove the C:\P…
-
This is related to user privileges on Windows, and we've already fixed some cases where this would occur, but clearly not all. Could you please help us by answering a few questions below? 1. Does your account have administrator privileges? When yo…
-
You need to set up data syncing, which is done by entering your Zotero username and password in the Sync pane of the Zotero preferences. This needs to be done on both devices. You can read more about syncing here: https://www.zotero.org/support/sync
-
We've released an update. From now on, the web library should start in the mouse-optimised UI on laptops with a touchscreen. It should also correctly adapt the UI based on the most recently used input type.
-
We've released an update. The web library should now correctly adapt the UI based on the most recently used input type. Laptops with a touchscreen will now start in the mouse-optimised UI. It's still possible to choose a preferred UI from the cog-ic…
-
{{ title case="camel" truncate="100" replaceFrom="^(\w)" replaceTo="\$1" }} This works because \ in the replaceTo is taken as the literal value, and $1 is used to specify the capturing group¹. In other words, this regex replaces the first "word c…
-
Starting today, that Edge app instance changed to "Touch" UI Density, and the settings menu does not allow me to change that setting I believe this is due to the dimensions of the window that contains the web library. Try making it slightly wider (i…
-
The Zotero desktop app, which you download and install on your computer, is the primary way of using Zotero. Perhaps that's what you remember using in the past? If not, and you want to use the web library, could you explain how it has changed and p…
-
You can keep the dark theme but switch it off for document content. This option is available under "View -> Use Dark Mode for Content".
-
I believe there is a bug in the most recent release, where the UI does not adapt based on what pointing device is used, we will fix that, thank you for reporting the issue!
-
If your device has both touch input and a mouse connected, the web library relies on your browser to report the primary input device, and the appropriate UI is selected based on that. Even if the touch UI is rendered, clicking with a mouse should s…
-
After pressing enter/return, do you see the spinner next to the input field?
-
The Web Library is designed to provide a familiar experience for users of Zotero on desktop and mobile devices, with a user interface that closely aligns with these platforms. Introducing a completely new UI paradigm, such as a cover-view for eBooks…