27 lines
657 B
JSON
27 lines
657 B
JSON
{
|
|
"logLevel": "INFO",
|
|
"citationEditorSuggester": true,
|
|
"showCitekeyInSuggester": true,
|
|
"literatureNoteFolder": "sources/zotero",
|
|
"enableServer": true,
|
|
"serverPort": 9092,
|
|
"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"
|
|
} |