3 Star 8 Fork 0

初心不忘/Zotero-WPSJS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ribbon.xml 1.91 KB
一键复制 编辑 原始数据 按行查看 历史
初心不忘 提交于 2024-10-30 21:41 . 初始
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui" onLoad="OnAddinLoad">
<ribbon startFromScratch="false">
<tabs>
<tab id="zoteroTab" label="Zotero" keytip="C">
<group id="zoteroGroup" label="Zotero">
<button id="btnAddEditCitation" label="Add/Edit Citation" onAction="OnAction" getImage="GetImage" visible="true" size="large" supertip="Insert a new citation, or edit the citation at the current cursor position" keytip="C"/>
<button id="btnAddEditBib" label="Add/Edit Refs" onAction="OnAction" getImage="GetImage" visible="true" size="large" supertip="Insert a new bibliography, or edit the existing bibliography, at the current cursor position" keytip="B"/>
<button id="btnRefresh" label="Refresh" onAction="OnAction" getImage="GetImage" visible="true" size="large" supertip="Update all citations to reflect changes" keytip="R"/>
<button id="btnPref" label="Preferences" onAction="OnAction" getImage="GetImage" visible="true" supertip="Change the citation style or locale" keytip="P"/>
<button id="btnAddNote" label="Add Note" onAction="OnAction" getImage="GetImage" visible="true" supertip="Insert a new note at the current cursor position" keytip="N"/>
<button id="btnUnlink" label="Unlink" onAction="OnAction" getImage="GetImage" visible="true" supertip="Remove all Zotero field codes and unlink from Zotero library" keytip="U"/>
<button id="btnExport" label="Export" onAction="OnAction" getImage="GetImage" visible="true" supertip="Export the document to switch to another word processor" keytip="E"/>
<button id="btnAbout" label="About" onAction="OnAction" getImage="GetImage" visible="true" size="large" supertip="About this add-on" keytip="A"/>
</group>
</tab>
</tabs>
</ribbon>
</customUI>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wangrui5015/Zotero-WPSJS.git
git@gitee.com:wangrui5015/Zotero-WPSJS.git
wangrui5015
Zotero-WPSJS
Zotero-WPSJS
master

搜索帮助