CodeLens extension for VSCode, providing quick access to Zotero information and attachments from citations.
Go to file
Ruben van de Ven 17374b0bf9 Filtering and sorting of lenses 2022-02-14 21:37:52 +01:00
.vscode Initial commit 2022-02-04 12:03:05 +01:00
src Filtering and sorting of lenses 2022-02-14 21:37:52 +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
LICENSE Filtering and sorting of lenses 2022-02-14 21:37:52 +01:00
README.md Filtering and sorting of lenses 2022-02-14 21:37:52 +01:00
package-lock.json Initial commit 2022-02-04 12:03:05 +01:00
package.json Filtering and sorting of lenses 2022-02-14 21:37:52 +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

It should find the page number following cases:

  • @test123
  • @test1.23
  • @test123 89
  • @test123, 89
  • [@test123, 89]
  • @test123 [89]
  • [@test123, p.89]
  • [@test123, pp.89-92]
  • [@test123, pp.89--92]

Requirements

  • Zotero
  • Zotero's Better-Bibtex plugin

Extension Settings

none.

Known Issues / Wishlist

Release Notes

1.0.0

Initial release of Zoterolens