Oscar Plaisant 3305799e49 update
2024-03-29 13:56:47 +01:00

27 lines
657 B
JSON

{
"logLevel": "INFO",
"citationEditorSuggester": true,
"showCitekeyInSuggester": true,
"literatureNoteFolder": "sources/zotero",
"enableServer": true,
"serverPort": 9091,
"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": 2,
"imgExcerptImport": "symlink",
"imgExcerptPath": "images/zotero"
}