Explorar o código

add link for item-type

Weihua Lu %!s(int64=4) %!d(string=hai) anos
pai
achega
82456f2c85
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)