1 Star 0 Fork 6

MeijinLu/zotero-cite

forked from arch/zotero-cite 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.36 KB
一键复制 编辑 原始数据 按行查看 历史
arch 提交于 2024-04-22 15:43 . 0.8.4
{
"name": "zotero-cite",
"publisher": "XING",
"displayName": "Zotero Cite",
"repository": {
"url": "https://gitee.com/rusterx/zotero-cite"
},
"description": "Cite and manage bibliography from zotero via json rpc",
"version": "0.8.4",
"engines": {
"vscode": "^1.61.0"
},
"icon": "images/zotero.png",
"categories": [
"Other"
],
"activationEvents": [
"onCommand:zotero-cite.exportBibLatex",
"onCommand:zotero-cite.addCitation",
"onCommand:zotero-cite.citeBibliography",
"onCommand:zotero-cite.citeMarkdownBibliography",
"onCommand:zotero-cite.addHyperLinkCitation"
],
"main": "./extension.js",
"contributes": {
"commands": [
{
"command": "zotero-cite.exportBibLatex",
"title": "Zotero Cite: Export BibLatex"
},
{
"command": "zotero-cite.addCitation",
"title": "Zotero Cite: Add Citation for Pandoc/Latex"
},
{
"command": "zotero-cite.citeBibliography",
"title": "Zotero Cite: Cite and Create Bibliography for Pandoc/LaTeX "
},
{
"command": "zotero-cite.citeMarkdownBibliography",
"title": "Zotero Cite: Cite and Create Bibliography for Markdown"
},
{
"command": "zotero-cite.addHyperLinkCitation",
"title": "Zotero Cite: Cite Hyperlink"
}
],
"menus": {
"commandPalette": [
{
"command": "zotero-cite.exportBibLatex",
"when": "editorLangId == 'latex' || editorLangId == 'markdown'"
},
{
"command": "zotero-cite.addCitation",
"when": "editorLangId == 'latex' || editorLangId == 'markdown'"
},
{
"command": "zotero-cite.citeBibliography",
"when": "editorLangId == 'latex' || editorLangId == 'markdown'"
},
{
"command": "zotero-cite.citeMarkdownBibliography",
"when": "editorLangId == 'latex' || editorLangId == 'markdown'"
},
{
"command": "zotero-cite.addHyperLinkCitation",
"when": "editorLangId == 'markdown'"
}
]
},
"configuration": [
{
"type": "object",
"title": "Zotero Cite",
"properties": {
"zotero-cite.bibliograpyStyle": {
"type": "string",
"default": "http://www.zotero.org/styles/apa",
"description": "URL of bibliography style, see: https://www.zotero.org/styles",
"scope": "window"
},
"zotero-cite.defaultBibName": {
"type": "string",
"default": "ref.bib",
"scope": "window",
"description": "Default bib file name"
},
"zotero-cite.latexBibStyle": {
"type": "string",
"default": "bibtex",
"scope": "window",
"description": "LaTeX bibliography style, bibtex or biblatex"
}
}
}
]
},
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
"test": "node ./test/runTest.js"
},
"devDependencies": {
"@types/vscode": "^1.61.0",
"@types/glob": "^7.1.4",
"@types/mocha": "^9.0.0",
"@types/node": "14.x",
"eslint": "^7.32.0",
"glob": "^7.1.7",
"mocha": "^9.1.1",
"typescript": "^4.4.3",
"@vscode/test-electron": "^1.6.2"
},
"dependencies": {
"@orcid/bibtex-parse-js": "0.0.25",
"axios": "^0.24.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/meijin_lu/zotero-cite.git
git@gitee.com:meijin_lu/zotero-cite.git
meijin_lu
zotero-cite
zotero-cite
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385