Automatically assign tag when highlighting text
dstillman
Zotero Team
This discussion was created from comments split from: Zetoro 6, How to get current selected annotation metadata on reader?.
Upgrade Storage
All I want to do is for each different highlight color in the PDF viewer, to automatically assign a tag whenever I highlight text. So when I highlight text in a PDF yellow, it should create a tag saying 'Yellow Text' automatically in the associated note; when I highlight PDF text in red it should create a tag saying 'Red Text' automatically in the associated note.
Feels like it should be a relatively straightforward task regardless of whether this can be done through the Actions&Tags plugin or through any other Zotero plugin or feature. Does anyone know how to achieve this?
Thank you.
https://github.com/zzlb0224/zotero-annotation-manage?tab=readme-ov-file
I am not the JavaScript and web developer, I'm currently having a hard time, and I can't continue to achieve my goals.
I do it. Add a Hyperlink to an annotation and jump to the target annotation
Refer to: https://github.com/windingwind/zotero-actions-tags/discussions/296
I found this action script https://github.com/windingwind/zotero-actions-tags/discussions/339#discussioncomment-10046647.
Although I haven't verified whether it works, it looks helpful.
(I'm trying to open and close all items sequentially, to make Zotero re-index the annotations of linked files, see https://forums.zotero.org/discussion/comment/466468/#Comment_466468. Any clues on how to close the reader by script are welcome.)