DOI添加

DOI添加 公开 已发布

如何安装动作?

适用于
分类(旧)
查询搜索 脚本 功能增强



更多信息
分享时间 2020-12-21 21:46
最后更新 2024-01-19 16:52
修订版本 1
用户许可 可自己使用或修改,不可再分享
Quicker版本 1.40.23
动作大小 4.3 KB

分享到

【本动作基于或参考如下动作开发:https://getquicker.net/sharedaction?code=72136257-2b8e-4f27-a557-08d7f8ba770e
「Zotero, 任何地方选择DOI(或其它ID),在Zotero"ISBN, DOI, other ID" 搜索」

简介

注意:需配合Zotero插件使用,设置“Lookup item by identifier”的快捷键为“Alt+Ctrl+Shift+U”
1. Zotero旧版(6.X)使用Zutilo插件;

Zutilo设置位置:

(Zotero工具>>Zutilo首选项>>快捷键列表>>Lookup item by identifier)


2. Zotero新版(7.X)使用 Actions & Tags (AT) 插件

在Actions & Tags中,设置  以下代码的快捷键:

const document = require("document");
// show “add item(s) by identifier” Box
var panel = document.getElementById('zotero-lookup-panel');
button = document.getElementById("zotero-tb-lookup");
panel.openPopup(button, "after_start", 0, 0, false, false);


————————分割线———以下为陈旧的内容——————————

注意:需配合Zotero插件(Zutilo)使用,设置“Lookup item by identifier”的快捷键为“Alt+Ctrl+Shift+U”。(Zotero工具>>Zutilo首选项>>快捷键列表>>Lookup item by identifier)


鸣谢hewittchoi!

最近更新

修订版本 更新时间 更新说明
1 2024-01-19 16:52 更换新图标
0 2020-12-21 21:46

最近讨论

暂无讨论