求助:在新建注释时为满足条件的注释添加特定标签或者其他操作 #142
-
求助各位大佬,我如何使用action tags插件,在新建注释时为满足条件的注释添加特定标签或者其他操作?我现在的问题是代码逻辑基本清楚,但不知道如何获取当前新建的注释对象,然后对其进行一系列操作 |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
以下代码在Zotero 开发者-Run javascript中成功运行,但是在插件中按照上面图片配置后,按下快捷键无法得到目标结果。恳请大佬指正!
|
Beta Was this translation helpful? Give feedback.
-
进一步提问的,如果触发事件设置为添加注释,代码又需要如何修改? |
Beta Was this translation helpful? Give feedback.
-
你这个问题本质是:阅读pdf时候界面,快捷键不被触发。 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
使用event=create item即可捕获新建注释数据。