19 lines
		
	
	
		
			452 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			452 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "command_timeout": 5,
 | 
						|
  "template_folder": "09-Templates",
 | 
						|
  "templates_pairs": [
 | 
						|
    [
 | 
						|
      "toDOCX",
 | 
						|
      "python ./02-Reading/pdfs/paper2docx.py <% tp.file.path() %>"
 | 
						|
    ],
 | 
						|
    [
 | 
						|
      "getCitationKeys",
 | 
						|
      "python ./02-Reading/pdfs/getCitationKeys.py"
 | 
						|
    ]
 | 
						|
  ],
 | 
						|
  "trigger_on_file_creation": true,
 | 
						|
  "enable_system_commands": true,
 | 
						|
  "shell_path": "",
 | 
						|
  "empty_file_template": "09-Templates/草稿模板",
 | 
						|
  "syntax_highlighting": true
 | 
						|
} |