From 82962f3030b275a1a1247506730c4849dba298da Mon Sep 17 00:00:00 2001 From: mgmeyers Date: Tue, 7 Mar 2023 13:29:14 -0800 Subject: [PATCH] Update cite template description --- manifest.json | 2 +- src/settings/CiteFormatSettings.tsx | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 195b6b5..a6dadcd 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/src/settings/CiteFormatSettings.tsx b/src/settings/CiteFormatSettings.tsx index 5870571..5cd1421 100644 --- a/src/settings/CiteFormatSettings.tsx +++ b/src/settings/CiteFormatSettings.tsx @@ -158,9 +158,10 @@ export function CiteFormatSettings({ />
- Templates have access to data from the Zotero item. The item's first - attachement is available under the
attachment
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{' '} +
attachment
key. Annotations are not provided. Open the + data explorer from the command pallet to see available template data. Templates are written using{' '}