通过 Python 脚本实现 Eagle 管理 Zotero 标注的图片

这篇文章介绍一种通过 Eagle 来管理 Zotero 的图片,同时给图片添加 Zotero 的外部回链,这样你就可以通过图片去定位文献以及图片存在的位置,其中会借助 Python 脚本来辅助完成一个批量过程,有兴趣的可以了解一下。


这是一个从 https://pkmer.cn/pkmer-docs/30-%e7%9f%a5%e8%af%86%e7%ae%a1%e7%90%86%e5%ba%94%e7%94%a8/%e5%ad%a6%e6%9c%af%e7%a0%94%e7%a9%b6/%e9%80%9a%e8%bf%87python%e8%84%9a%e6%9c%ac%e5%ae%9e%e7%8e%b0eagle%e7%ae%a1%e7%90%86zotero%e6%a0%87%e6%b3%a8%e7%9a%84%e5%9b%be%e7%89%87 下的原始话题分离的讨论话题

我在脚本的基础上改了改了,可以在同步图片的同时,自动同步文献的标题和摘要作为annotation,文献的tags作为图片的tags
代码如下:Sync image files from Zotero to Eagle. While syncing the images, also sync the title, abstract, tags, and other information of the references to Eagle. · GitHub