使用如下代码
[Zotero](<%= it.backlink %>)
在文件中显示
[Zotero](zotero://select/library/items/P69WCZRA)
但是点击链接后没有任何反应
控制台显示如图
使用如下代码
[Zotero](<%= it.backlink %>)
在文件中显示
[Zotero](zotero://select/library/items/P69WCZRA)
但是点击链接后没有任何反应
控制台显示如图
如果是打开附件,我是这样写的,填到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) %>)