[Share] Copy and paste tags of selected item(s) 复制粘贴所选条目的标签 #194
Replies: 13 comments 11 replies
-
https://getquicker.net/Sharedaction?code=16252683-cae2-4ced-492c-08db697c985a |
Beta Was this translation helpful? Give feedback.
-
Thanks very much for this; it works when I select the top-level/parent item, but when I try to copy the tags just for a note item (either below the parent item or elsewhere) it returns this (see the screenshot below), am I doing something wrong or do I need to modify the template? These are the current settings I have: Again, thank you if you manage to take a look at this at all!! |
Beta Was this translation helpful? Give feedback.
-
Thanks for the action. I started getting this error recently (e.g.
Do you have an idea how to fix this? |
Beta Was this translation helpful? Give feedback.
-
It is not working for me to copy or paste tags on Standalone notes. |
Beta Was this translation helpful? Give feedback.
-
I think this script only works for regular item tag. |
Beta Was this translation helpful? Give feedback.
-
For the newest Zotero version I had to change |
Beta Was this translation helpful? Give feedback.
-
thanks a lot, it used to work, but now it doens't work for 7.0.0-beta.95+694ccecf4. Could you please update the script? |
Beta Was this translation helpful? Give feedback.
-
For the newest Zotero version I had to change item.isCollection() to item instanceof Zotero.Collection. |
Beta Was this translation helpful? Give feedback.
-
Here is an updated script working with
|
Beta Was this translation helpful? Give feedback.
-
Thanks a lot but the script does not allow to copy and paste tags from the notes in Zotero 7. Updated version would be very much appreciated! Thank you |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Description
Copy tags from item and paste them to another item.
复制、粘贴所选条目的标签
大部分代码来源于Zutilo。
感谢@windingwind指导。
Event
None
Operation
Script
Data
Action Data for COPY tags from item:
Action Data for PASTE tags to item:
Anything else
Note that you'll need to create TWO actions, one for copy and one for paste.
有些代码可能不需要,可以自行删除。
需要分别建立两个动作。
Beta Was this translation helpful? Give feedback.
All reactions