Parcourir la source

add link for item-type

Weihua Lu il y a 4 ans
Parent
commit
82456f2c85
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/main/frontend/extensions/zotero/extractor.cljs

+ 1 - 1
src/main/frontend/extensions/zotero/extractor.cljs

@@ -109,7 +109,7 @@
        (markdown-link "Web library" (web-link item))))
 
 (defn properties [item]
-  (let [type    (item-type item)
+  (let [type    (util/format "[[%s]]" (item-type item))
         fields  (schema/fields type)
         authors (authors item)
         tags    (tags item)