mirror of
https://github.com/logseq/logseq.git
synced 2026-05-17 09:22:21 +00:00
fix(zotero): remove useless condition
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user