fix(zotero): remove useless condition

This commit is contained in:
charlie
2022-07-11 18:35:30 +08:00
committed by Tienson Qin
parent f82268207d
commit d5e1ab5fbf

View File

@@ -158,11 +158,10 @@
" "
(zotero-imported-file-macro (item-key item) filename))
"linked_file"
(when-let [path (string/replace path " " "%20")]
(str
(markdown-link title (local-link item))
" "
(zotero-linked-file-macro path)))
(str
(markdown-link title (local-link item))
" "
(zotero-linked-file-macro path))
"imported_url"
(str
(markdown-link title url)