فهرست منبع

add link for item-type

Weihua Lu 4 سال پیش
والد
کامیت
82456f2c85
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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)