data.json
 1  {
 2    "database": "Zotero",
 3    "noteImportFolder": "00 Captures/Zotero",
 4    "pdfExportImageDPI": 120,
 5    "pdfExportImageFormat": "jpg",
 6    "pdfExportImageQuality": 90,
 7    "citeFormats": [
 8      {
 9        "name": "Insert Citation (Chicago Style)",
10        "format": "formatted-citation",
11        "cslStyle": "chicago-author-date"
12      }
13    ],
14    "exportFormats": [
15      {
16        "name": "Add Source Note",
17        "outputPathTemplate": "50 Archive/33 Source Notes/r.{{citekey}}.md",
18        "imageOutputPathTemplate": "_system/Zotero",
19        "imageBaseNameTemplate": "image",
20        "templatePath": "_system/Templates/01 Source Note Template (Zotero).md",
21        "cslStyle": "chicago-author-date"
22      }
23    ],
24    "citeSuggestTemplate": "[[{{citekey}}]]",
25    "openNoteAfterImport": true,
26    "whichNotesToOpenAfterImport": "first-imported-note"
27  }