소스 검색

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)