34 lines
912 B
JSON
34 lines
912 B
JSON
{
|
|
"database": "Zotero",
|
|
"noteImportFolder": "",
|
|
"pdfExportImageDPI": 120,
|
|
"pdfExportImageFormat": "jpg",
|
|
"pdfExportImageQuality": 90,
|
|
"citeFormats": [
|
|
{
|
|
"name": "cite as pandoc",
|
|
"format": "pandoc",
|
|
"brackets": true
|
|
},
|
|
{
|
|
"name": "cite as Chicago",
|
|
"format": "formatted-citation",
|
|
"cslStyle": "chicago-author-date"
|
|
}
|
|
],
|
|
"exportFormats": [
|
|
{
|
|
"name": "Import from Zotero",
|
|
"outputPathTemplate": "{{title}}.md",
|
|
"imageOutputPathTemplate": "img/{{citekey}}/",
|
|
"imageBaseNameTemplate": "image",
|
|
"cslStyle": "chicago-author-date",
|
|
"templatePath": "templates/zotero_template.md"
|
|
}
|
|
],
|
|
"citeSuggestTemplate": "[[{{citekey}}]]",
|
|
"openNoteAfterImport": false,
|
|
"whichNotesToOpenAfterImport": "first-imported-note",
|
|
"pdfExportImageOCR": true,
|
|
"pdfExportImageTesseractPath": "/usr/local/bin/tesseract"
|
|
} |