Zotero与ChatGPT结合Zotero GPT插件,提升科研效率

在这里插入图片描述

The plug-in design concept is to configure command tabs according to different application scenarios, and directly click on the tabs to complete the interaction with GPT. Type #label_name[color=#eee][position=1] and Enter to edit a lable. Save with Ctrl + S. Save and Run with Ctrl + R. color can be abbreviated to c, position can be reviated to pos and the values can be quoted. For example, #test[c=#eee][pos=9] is a legit input. Of course color and position are optional parameters and will have default values if not entered. In the next step, you can declare an executable code fragment for the current environment like this:
这段文本描述了一个插件的设计概念,它可以根据不同的应用场景配置命令选项卡,用户只需直接点击选项卡即可完成与GPT的交互。
用户可以通过输入#label_name[color=#eee][position=1]并按Enter键来编辑标签。使用Ctrl + S保存,使用Ctrl + R保存并运行。
color可以缩写为c,position可以缩写为pos,值可以用引号引起来。
例如,#test[c=#eee][pos=9]是一个合法的输入。
当然,color和position是可选参数,如果不输入,则会使用默认值。

在这里插入图片描述

在下一步中,您可以为当前环境声明一个可执行的代码片段,如下所示:
It will be executed and the returned result will replace the code snippet here. You can command GPT to output a code fragment and the plugin can execute it. Click the left mouse button and hold to enter the edit mode of a label. Hold with the right mouse button is to delete the label. Single click on a label is to execute it. You can click and hold on each label after installing the plugin to see the internal statements of the sample tags, and I’m sure you’ll be up and running writing a new one in no time.
它将被执行,返回的结果将替换此处的代码片段。

您可以命令GPT输出一个代码片段,插件可以执行它。

单击鼠标左键并按住以进入标签的编辑模式。

按住鼠标右键是删除标签。

单击一个标签是执行它。

安装插件后,您可以点击并按住每个标签,查看示例标签的内部语句,我相信您很快就能编写一个新的。

安装完成以后的界面:

在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/weixin_42392800/article/details/129985599