You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -38,7 +38,7 @@ _ZoteroObsidianCitations_ needs to map your [Better BibTex](https://retorque.re/
38
38
2._BetterBibTex JSON_ Export
39
39
- 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.
40
40
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`).
42
42
43
43
### Pinned BBT citekey Method (default)
44
44
@@ -78,7 +78,7 @@ If the Better BibTex (BBT) citekeys in your Markdown notes are not pinned in Zot
78
78
79
79
### Markdown RegEx Method
80
80
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`).
82
82
83
83
- In `ZoteroObsidianCitations Preferences...`
84
84
@@ -98,7 +98,7 @@ If your Markdown notes contain the Zotero Item Keys, you can specify a RegEx pat
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)).
0 commit comments