windingwind / zotero-better-notes

Everything about note management. All in Zotero.
GNU Affero General Public License v3.0
5.57k stars 188 forks source link

[Bug] 同步会卡住 #1158

Closed unscrewnk closed 1 month ago

unscrewnk commented 1 month ago

Is there an existing issue for this?

Are you using the latest Zotero and the latest plugin?

Environment

Describe the bug

使用模板生成的条目笔记可以正常导出并同步,当导出没有模板的所有笔记时,md文件没有输出,但是附件会同步过去,同步管理器日期显示为1970年,且后续所有文件都无法同步,重启zotero后条目笔记可以重新同步,更新插件版本、无法解决,排查发现重置file header模板可以解决,使用现有模板时,导出时选择不生成yaml依然会卡住 image image image

Debug Output

选中三个文件同步 bug.txt

Anything else?

windingwind commented 1 month ago

同步模式下必须使用yaml头,因此若相关模板不正确则自然无法正常导出并同步。

windingwind commented 1 month ago

不应假设noteItem一定有parentItem,请更正你的模板

unscrewnk commented 1 month ago

不应假设noteItem一定有parentItem,请更正你的模板

好的,谢谢,已经解决了