CodeLens extension for VSCode, providing quick access to Zotero information and attachments from citations.
Go to file
Ruben van de Ven 7edbd604e7 Initial commit 2022-02-04 12:03:05 +01:00
.vscode Initial commit 2022-02-04 12:03:05 +01:00
src Initial commit 2022-02-04 12:03:05 +01:00
.eslintrc.json Initial commit 2022-02-04 12:03:05 +01:00
.gitignore Initial commit 2022-02-04 12:03:05 +01:00
.vscodeignore Initial commit 2022-02-04 12:03:05 +01:00
README.md Initial commit 2022-02-04 12:03:05 +01:00
package-lock.json Initial commit 2022-02-04 12:03:05 +01:00
package.json Initial commit 2022-02-04 12:03:05 +01:00
tsconfig.json Initial commit 2022-02-04 12:03:05 +01:00

README.md

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