vscode-zoterolens/README.md

48 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2022-02-14 21:49:20 +01:00
# Zoterolens
2022-02-04 12:03:05 +01:00
2022-02-14 21:49:20 +01:00
Zoterolens scans Markdown files for citation-keys and adds inline links to open their attached pdf's with Zotero. An optional page number is taken into account.
2022-02-04 12:03:05 +01:00
I recommend using it in combination with an extension such as [Citation Picker for Zotero](https://marketplace.visualstudio.com/items?itemName=mblode.zotero), and/or [Pandoc Citer](https://marketplace.visualstudio.com/items?itemName=notZaki.pandocciter) to be able to easily add citations.
2022-02-14 21:49:20 +01:00
## Requirements
* Zotero (needs to be running)
* Zotero's Better-Bibtex plugin
2022-02-04 12:03:05 +01:00
## Features
- CodeLens to open PDF's based on citekey
- CodeLens to select item in Zotero based on citekey
2022-02-14 21:37:52 +01:00
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]
2022-02-04 12:03:05 +01:00
## 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.
2022-02-14 21:49:20 +01:00
* This should be made to happen _before_ showing the ref.
2022-02-04 12:03:05 +01:00
* No error if Zotero isn't running, or the Better-Bibtex plugin is not configured.
* Zotero port cannot yet be configured.
2022-02-14 21:37:52 +01:00
2022-02-04 12:03:05 +01:00
## Release Notes
2022-02-14 21:49:20 +01:00
### 0.1.0
2022-02-04 12:03:05 +01:00
2022-02-14 21:49:20 +01:00
Initial pre-release of Zoterolens