Oscar Plaisant c50d69aa3d update
2024-05-14 10:51:40 +02:00

27 lines
655 B
JSON

{
"logLevel": "INFO",
"citationEditorSuggester": true,
"showCitekeyInSuggester": true,
"literatureNoteFolder": "sources/zotero",
"enableServer": true,
"serverPort": 65500,
"serverHostname": "127.0.0.1",
"template": {
"folder": "templates/zotero",
"templates": {
"filename": "<%= it.citekey ?? it.DOI ?? it.title ?? it.key %>.md"
}
},
"updateAnnotBlock": true,
"updateOverwrite": true,
"autoPairEta": false,
"autoTrim": [
false,
false
],
"autoRefresh": true,
"zoteroDataDir": "/Users/oscarplaisant/Zotero",
"citationLibrary": 1,
"imgExcerptImport": "copy",
"imgExcerptPath": "images/zotero"
}