CodeLens extension for VSCode, providing quick access to Zotero information and attachments from citations.
.vscode | ||
src | ||
.eslintrc.json | ||
.gitignore | ||
.vscodeignore | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
zoterolens README
Zoterolens scans Markdown files for possible citationkeys and adds links open then with Zotero. Also a convenient option to immediately open the cited pdf-file.
I recommend using it in combination with an extension such as Citation Picker for Zotero, and/or Pandoc Citer to be able to easily add citations.
Features
- CodeLens to open PDF's based on citekey
- CodeLens to select item in Zotero based on citekey
Requirements
- Zotero
- Zotero's Better-Bibtex plugin
Extension Settings
none.
Known Issues / Wishlist
- It does not yet check if the citekey actually exists in Zotero, nor if it actually has any attachment.
- No error if Zotero isn't running, or the Better-Bibtex plugin is not configured.
- Does not yet consider the page number of the citation when opening the pdf.
- Zotero port cannot yet be configured.
Release Notes
1.0.0
Initial release of Zoterolens