ubuntu22.04安装Zotero7及插件
由于最新版Zotero7能够翻译全文,因此想在另一个系统也装Zotero,没有找到最新版安装教程,于是参考了这篇文章【包学包会】【Zotero篇】Linux安装、重装和备份,换新电脑再也不消麻烦啦!不同系统的配置文件是通用的,香。 - 知乎安装最新版也是一样的步骤
一.Zotero7安装过程
1.在官网下载安装包
因为目前7还没有出正式版,所以在dev:zotero_7_for_developers
https://img-blog.csdnimg.cn/direct/4dec7127c02a471cac45a7b1182f310b.png
选择linux 64-bit下载
2.解压安装
将解压得到的 Zotero_linux-x86_64 文件夹移动到 opt 文件夹下:
sudo cp -r Zotero_linux-x86_64/ /opt/ 进入/opt/Zotero_linux-x86_64,给 zotero、zotero-bin、set_launcher_icon 添加实行权限。
sudo chmod +x zotero
sudo chmod +x zotero-bin
sudo chmod +x set_launcher_icon 下一步在终端输入:
sudo ./set_launcher_icon
./zotero 即可打开软件Zotero7
3.添加快捷方式
将 /opt/Zotero_linux-x86_64 目次下的 zotero.desktop 复制到/usr/share/applications/目次下。
sudo cp -r zotero.desktop /usr/share/applications/ 编辑该文件
cd /usr/share/applications/
sudo vim zotero.desktop 原始文件如下:
Name=Zotero
Exec=bash /opt/Zotero_linux-x86_64/zotero //需要修改的地方
Icon=/opt/zotero/chrome/icons/default/default256.png
Type=Application
Terminal=false
Categories=Office;
MimeType=text/plain
修改上面红色的地方,改为自己安装软件的位置
https://img-blog.csdnimg.cn/direct/85c8bb96c38941a1a906b9a65035ff97.png
以在启动器内看到快捷方式 ,如果想要在桌面也有图标,在/usr/share/applications/中找到zotero.desktop,将其复制到桌面右键允许运行,即可在桌面打开
二.Zotero7插件推荐
GitHub - windingwind/zotero-pdf-translate: Translate PDF, EPub, webpage, metadata, annotations, notes to the target language. Support 20+ translate services.
翻译插件,配合Style能够全文翻译
GitHub - syt2/zotero-addons: Install add-ons directly in Zotero | Zotero插件市场
https://img-blog.csdnimg.cn/direct/db382dab516d4dda979eeae5e01057b4.png
点击左上方工具内的插件市场,可以下载想要的插件
GitHub - MuiseDestiny/zotero-style: Ethereal Style for Zotero
这个视频内容比力详细Zotero Style - 使用精讲,常见配置用法_哔哩哔哩_bilibili
GitHub - l0o0/jasminum: A Zotero add-on to retrive CNKI meta data. 一个简单的Zotero 插件,用于辨认中文元数据
免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。
页:
[1]