{ "translatorID": "3039c289-904b-405c-9368-9fb89c50b948", "label": "markdown_title", "creator": "Shel Kong", "target": "", "minVersion": "3.0", "maxVersion": "", "priority": 100, "inRepository": false, "translatorType": 2, "browserSupport": "gcsibv", "lastUpdated": "2018-12-13 06:28:58" } // Export with markdown title and link function doExport() { while (item = Zotero.nextItem()) { var url = 'https://kanyanbao.com/report/detail.htm?docid=' + item.reportNumber; var str = "[" + item.title + "](" + url + ")"; Zotero.write(str); } }