Zotlit:点击obsidian中的回链无法跳转zotero

如果是打开附件,我是这样写的,填到url属性中可以一键打开

zotero://open-pdf/library/items/<%= it.attachment.key %>

另外我在正文中是这样写的,还包含本地pdf、url和谷歌学术的链接

Link:: [Zotero](zotero://open-pdf/library/items/<%= it.attachment.key %>) | [PDF](<file:///<%= it.allAttachments[0].filePath %>>) | [URL](<%= it.url %>) | [补充材料](<file://C:\File\Azona77\Collection\Repository\补充材料\<%= it.title %>>) | [Google Scholar](https://scholar.google.com/scholar?&q=<%= encodeURIComponent(it.title) %>)