27 lines
		
	
	
		
			655 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			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"
 | 
						|
} |