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
Copy file name to clipboardExpand all lines: README.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Opens an existing markdown note in [Obsidian](https://obsidian.md), [logseq](htt
36
36
37
37
## Setup
38
38
39
-
A markdown file can specify which Zotero item it's linked to using either a [Better BibTeX](https://retorque.re/zotero-better-bibtex/) citekey or a Zotero-Item-Key.
39
+
A markdown file can specify which Zotero item it's linked to using either a [Better BibTeX](https://retorque.re/zotero-better-bibtex/) citekey or a Zotero-Item-Key. I recommend using Better BibTeX citekeys when possible.
40
40
41
41
1. Using **Better BibTeX citekeys** to link markdown files to Zotero items.
42
42
@@ -133,17 +133,23 @@ A reference to another paper using an Obsidian wiki link: [[@cusimano2018cogsci]
133
133
## Related Projects
134
134
135
135
-[obsidian-citation-plugin](https://github.com/hans/obsidian-citation-plugin) by hans
136
-
Obsidian plugin that integrates your Zotero database with Obsidian.
136
+
- Obsidian plugin that integrates your Zotero database with Obsidian.
137
+
137
138
-[BibNotes Formatter](https://github.com/stefanopagliari/bibnotes) by stefanopagliari
138
-
Obsidian plugin to facilitate exporting annotations from Zotero into Obsidian.
139
+
- Obsidian plugin to facilitate exporting annotations from Zotero into Obsidian.
140
+
139
141
-[Obsidian Zotero Integration](https://github.com/mgmeyers/obsidian-zotero-integration) by mgmeyers
140
-
Obsidian plugin to facilitate exporting annotations from Zotero into Obsidian.
142
+
- Obsidian plugin to facilitate exporting annotations from Zotero into Obsidian.
143
+
141
144
-[Zotero 6 'Export Notes' feature](https://forums.zotero.org/discussion/93521/available-for-beta-testing-markdown-export-of-notes/p1) by Zotero
142
-
Zotero 6 beta feature to export notes and annotations from Zotero items as markdown files.
145
+
- Zotero 6 beta feature to export notes and annotations from Zotero items as markdown files.
146
+
143
147
-[Zotero-mdnotes](https://argentinaos.com/zotero-mdnotes/) by argenos
144
-
Zotero plugin to export metadata and notes from Zotero items as markdown files.
148
+
- Zotero plugin to export metadata and notes from Zotero items as markdown files.
149
+
145
150
-[Zotero to Markdown](https://github.com/e-alizadeh/Zotero2md) by e-alizadeh
146
-
Python library to export annotations and notes from Zotero items as markdown files.
151
+
- Python library to export annotations and notes from Zotero items as markdown files.
0 commit comments