您好,最近在使用ZotLit插件来进行阅读文献与Zotero协同过程中,遇到一些问题,已经解决。但希望能在后续的模版中直接完善,而不需要我自己进行调整。
- 对于文献导入obsidian过程中,有时候会因为导入参考文献的摘要内容,导致文献无法正常导入成笔记存入obsidian中。解决方式为:在Zotero模版中文件属性部分,删除导入 文献摘要的指令。
- 文献导入后都是一个颜色(灰色)的,并没有实现按zotero中的颜色来输出对应的颜色。解决方式为:修改zt-annot.eta和zt-annots.eta对应的颜色标签。
- 不能像Zotero integration一样,对每个block附带链接(通过点击链接直达zotero标记部分)。解决方式为:修改zt-annot.eta文件代码
[!<%= noteLabel %>] Page <%= it.pageLabel %>
([Open Annotation](zotero://open-pdf/library/items/<%= it.attachment.key %>?page=<%= it.page %>&annotation=<%= it.key %>))
<%= it.imgEmbed %>
<%= it.text %>
<% if (it.comment) { %>
<%= it.comment %>
<% } %>
PS:另外还有一个小问题无法解决,就是我可以通过Zotero的Obsidian actions中的按钮“Create Literature Note(s)”来创建笔记,但是无法通过“Update Literature Note ”按钮对笔记更新,我目前笔记更新只能通过obsidian对应笔记部分的更新按钮来更新,不太方便。

您好,最近在使用ZotLit插件来进行阅读文献与Zotero协同过程中,遇到一些问题,已经解决。但希望能在后续的模版中直接完善,而不需要我自己进行调整。
[!<%= noteLabel %>] Page <%= it.pageLabel %>
([Open Annotation](zotero://open-pdf/library/items/<%= it.attachment.key %>?page=<%= it.page %>&annotation=<%= it.key %>))
<%= it.imgEmbed %>
<%= it.text %>
<% if (it.comment) { %>
<%= it.comment %>
<% } %>
PS:另外还有一个小问题无法解决,就是我可以通过Zotero的Obsidian actions中的按钮“Create Literature Note(s)”来创建笔记,但是无法通过“Update Literature Note ”按钮对笔记更新,我目前笔记更新只能通过obsidian对应笔记部分的更新按钮来更新,不太方便。