MuiseDestiny / zotero-attanger

Attachment Manager for Zotero
GNU Affero General Public License v3.0
742 stars 13 forks source link

移动文件导致附件显示“PDF”的原因分析 #187

Closed iiwenwen closed 1 month ago

iiwenwen commented 1 month ago

根本原因:移动文件的代码中使用了Zotero.Attachments.linkFromFile(options)函数

image

为什么要显示为"PDF"? 详见

image

如何解决?

  1. 修改Zotero.Attachments.linkFromFile(options)中的options,增加title属性,并将参数设置附件的文件名
  2. 修改movieFile的代码,修改Zotero中的Zotero.Attachments.convertLinkedFileToStoredFile的方法来创建新的附件条目

建议:修改movieFile的代码,因为使用Zotero.Attachments.convertLinkedFileToStoredFile创建新附件条目的效率更高,速度更快。

MuiseDestiny commented 1 month ago

欢迎pr