Browse Source

add link for item-type

Weihua Lu 4 years ago
parent
commit
82456f2c85
1 changed files with 1 additions and 1 deletions
  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))))
        (markdown-link "Web library" (web-link item))))
 
 
 (defn properties [item]
 (defn properties [item]
-  (let [type    (item-type item)
+  (let [type    (util/format "[[%s]]" (item-type item))
         fields  (schema/fields type)
         fields  (schema/fields type)
         authors (authors item)
         authors (authors item)
         tags    (tags item)
         tags    (tags item)