Skip to content

Commit 4a89a56

Browse files
committed
update readme
1 parent ba2a0a8 commit 4a89a56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Zotero Obsidian Citations
22

3-
- **_Adds colored tags to Zotero items that have associated Markdown notes in an external folder._**
3+
- **_Adds colored tags to Zotero items that have associated Markdown notes stored in an external folder._**
44
- **_Open an associated Markdown note from the contextual menu of a Zotero item._**
55

66
![ZoteroObsidianCitationsScreenshot](ZoteroObsidianCitationsScreenshot.png)
@@ -38,7 +38,7 @@ _ZoteroObsidianCitations_ needs to map your [Better BibTex](https://retorque.re/
3838
2. _BetterBibTex JSON_ Export
3939
- If the BBT citekeys in your Markdown notes are not pinned in Zotero, you can specify the path to an auto-updating BBT JSON export of your library.
4040
3. Markdown notes contain the Zotero Item Keys
41-
- If your Markdown notes contain the Zotero Item Keys, you can specify a RegEx pattern to extract the ZoteroKey from the note content. (Zotero automatically generates these under the hood; they take the form of `ABCD1234`, as in `zotero://select/library/items/ABCD1234`).
41+
- If your Markdown notes contain the Zotero Item Keys, you can specify a RegEx pattern to extract the ZoteroKey from the note content. (Zotero automatically generates Item Keys; they take the form of `ABCD1234`, as in `zotero://select/library/items/ABCD1234`).
4242

4343
### Pinned BBT citekey Method (default)
4444

@@ -78,7 +78,7 @@ If the Better BibTex (BBT) citekeys in your Markdown notes are not pinned in Zot
7878

7979
### Markdown RegEx Method
8080

81-
If your Markdown notes contain the Zotero Item Keys, you can specify a RegEx pattern to extract the ZoteroKey from the note content. (Zotero automatically generates these under the hood; they take the form of `ABCD1234`, as in `zotero://select/library/items/ABCD1234`). NB this is not the same as the BBT citekey you assigned an item (e.g. `mycitekey` in `zotero://select/items/@mycitekey`).
81+
If your Markdown notes contain the Zotero Item Keys, you can specify a RegEx pattern to extract the ZoteroKey from the note content. (Zotero automatically generates Item Keys under the hood; they take the form of `ABCD1234`, as in `zotero://select/library/items/ABCD1234`). NB this is not the same as the BBT citekey you assigned an item (e.g. `mycitekey` in `zotero://select/items/@mycitekey`).
8282

8383
- In `ZoteroObsidianCitations Preferences...`
8484

@@ -98,7 +98,7 @@ If your Markdown notes contain the Zotero Item Keys, you can specify a RegEx pat
9898

9999
[GitHub](https://github.com/daeh/zotero-obsidian-citations): Source code repository
100100

101-
Code for this extension is based on [ZotFile](https://github.com/jlegewie/zotfile) and [Zotero Citationcounts](https://github.com/eschnett/zotero-citationcounts) (which is based on [Zotero DOI Manager](https://github.com/bwiernik/zotero-shortdoi), which is based in part on [Zotero Google Scholar Citations](https://github.com/beloglazov/zotero-scholar-citations) by Anton Beloglazov).
101+
Code for this extension is based on [ZotFile](https://github.com/jlegewie/zotfile) and [Zotero Citationcounts](https://github.com/eschnett/zotero-citationcounts) (which is based on [Zotero DOI Manager](https://github.com/bwiernik/zotero-shortdoi), which is based in part on [Zotero Google Scholar Citations](https://github.com/beloglazov/zotero-scholar-citations)).
102102

103103
## License
104104

0 commit comments

Comments
 (0)