Skip to content

Commit

Permalink
Update cite template description
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeyers committed Mar 7, 2023
1 parent ea97c0d commit 82962f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-zotero-desktop-connector",
"name": "Zotero Integration",
"version": "2.3.7",
"version": "2.3.8",
"minAppVersion": "1.1.1",
"description": "Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.",
"author": "mgmeyers",
Expand Down
7 changes: 4 additions & 3 deletions src/settings/CiteFormatSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,10 @@ export function CiteFormatSettings({
/>
</div>
<div className="zt-format__input-note">
Templates have access to data from the Zotero item. The item's first
attachement is available under the <pre>attachment</pre> key. Open
the data explorer from the command pallet to see available template
Citation templates have access to a subset of the Zotero item's
data. The item's first attachement is available under the{' '}
<pre>attachment</pre> key. Annotations are not provided. Open the
data explorer from the command pallet to see available template
data. Templates are written using{' '}
<a
href="https://mozilla.github.io/nunjucks/templating.html#variables"
Expand Down

0 comments on commit 82962f3

Please sign in to comment.