ulahcherubim
About
- Username
- ulahcherubim
- Joined
- Roles
- Member
Comments
-
Thank you, I will give it a try.
-
This is handled by citation style. One solution would be to change the corresponding lines in csl file to sort it in the opposite way.
-
I have a similar question. Is there any way to add another regional ISBN database to Zotero's lookup for ISBN metadata? I am asking for books published in Turkey. I don't know how Zotero look that up, if I know how it works, I can ask relevant insti…
-
There is a new plugin which I couldn't get my head around it. It does something similar to your request. https://github.com/zzlb0224/zotero-annotation-manage?tab=readme-ov-file
-
This might have a connection with scrolling via pressing middle button not working on Zotero 7 Beta pdf reader tab.
-
The text being not clickable in annotation note or tags fields is about how the program is structured. I assume that is not so hard to implement links working in annotation notes and tags, since it is already working on normal notes and tags.(the ca…
-
In order to do that, you should: 1. Install Actions and Tags plugin. 2. Add this script into plugin,add a shortcut to it and check annotation menu while adding thr script. You should also add a label to it in order to find it later in the tree dot m…
-
You might wanna try Zutilo then. It has the same copy link function built in. It also should contain item ID.
-
And adding the linked script to the plugin with menus selected.
-
Does quick copy satisfy your need? You can write a script using Actions&Tags to copy the item ID. Since developers might address your request later, this would be a solution in the meantime. There is a script to copy item link that contains item…
-
The problem is ZotFile not working in Zotero 7. Attanger plugin gives same options as ZotFile on Z7, minus send to tablet function.
-
You can use Actions&Tags plugin in Zotero 7. Use this script to get the item link for all types of items, including annotations: https://github.com/windingwind/zotero-actions-tags/discussions/115 Note that some of the scripts provided there are…
-
There is a plugin providing a solution for you: https://github.com/retorquere/zotero-storage-scanner This plugin scans your library on the background and tag them #duplicates or #broken according to their status. It doesn't work in Zotero 7 Beta an…
-
And also there is a native way to see annotations on the right item pane. You can click on the stack icon with number of annotations in the Attachment section and pin it to skim through your annotations in different documents. @youyyuy
-
Bumping this because I have the same request.
-
What do you mean by page? Can you provide screenshots to explain what you are seeing?
-
Ethereal style plugin has an option to show item counts under collections and sub-collections. https://github.com/MuiseDestiny/zotero-style
-
Ethereal style plugin has a paper rating implementation: https://github.com/MuiseDestiny/zotero-style
-
Annotations taken in Zotero PDF reader is stored in Zotero database. Since they are not embedded in the PDF itself, sharing PDFs don't share annotations with them. One way to share annotated PDFs is to use "save as" menu from the file menu at the to…
-
You can reach the menu from the top toolbar : Edit>Settings>General
-
For Zotero 6, you can use Zutilo's functions: > Like the functions above, the following two functions allow you to easily show or hide the collections pane (left pane) and the item pane (right pane). However, when the pane is shown, the thicker …
-
This is implemented by Actions and Tags plugin and it works:https://github.com/windingwind/zotero-actions-tags/discussions/169
-
The list you are referring to is probably created by a plugin. After the UI changes, all plugin developers need to adapt their plugins and some of them haven't finished it. If you are referring to Zotero Reference plugin, see: https://github.com/Mui…
-
This is a problem for now. It is planned to do what you expect, I guess: https://github.com/zotero/zotero/issues/3305
-
You can create book chapter by annotating the title on the PDF and using this script. The annotated text will become the title of the new item and book chatper item will retain a link in the URL field to take you back to the annotation. https://gith…
-
Do you mean an autotagger like assigning tags to items when you do certain actions or just adding tags via numbers?
-
Works like a charm! Thank you!
-
All plugins need to be updated for Zotero 7. If I recall correctly, developer of this plugin is working on adapting to the UI change. If you need more information, consider starting/searching for an issue in plugin's github repository.
-
I think they are working on providing hooks to let plugins use item pane, instead of plugins creating new panes. I couldn't find the discussion on github, but it might be on zotero-dev-group mailing list as poettli mentioned.
-
This would require a script to run on all of your items which is achievable in various ways: 1. You can write a script using JavaScript documentation of Zotero and run it from Tools>Developer>Run Java Script 2. You can use pyzotero library to …