windingwind / zotero-pdf-translate

Translate PDF, EPub, webpage, metadata, annotations, notes to the target language. Support 20+ translate services.
GNU Affero General Public License v3.0
6.06k stars 301 forks source link

[Feature] 标题和摘要翻译信息边栏不显示,显示在其他字段里 #731

Closed jackhanyuan closed 1 month ago

jackhanyuan commented 1 month ago

Is there an existing issue for this?

Environment

Describe the feature request

标题和摘要翻译在信息边栏字段为空,显示在其他字段里。导致better notes笔记模板中${titleTranslation}获取不到

Describe the solution you'd like

No response

Anything else?

No response

gaojunyang666 commented 1 month ago

开发者您好,我来补充这个问题,在最新的beta版本中,出现了 7eb4e559187d84cd3059caa6e7a8af7 这样的标题和摘要翻译无法在上面显示的问题,尽管完成了标题和摘要翻译并且出现在“其它”字段,上面的这两部分内容始终是空白,正常情况下,也就是在上一个版本中,应该正常的被识别并且显示在上面,就像这样 image

hahaha9968 commented 1 month ago

${topItem.getField('extra').match(/^(.?)(?=abstractTranslation:)/s)[0].replace(/^titleTranslation:\s/, "")}我之前都是用这句代替模版里的${titleTranslation},现在可以换回去了