代码拉取完成,页面将自动刷新
同步操作将从 arch/zotero-cite 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"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"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。