This commit is contained in:
2023-06-29 11:55:02 +08:00
commit 36e95249b1
1236 changed files with 464197 additions and 0 deletions

19
.obsidian/plugins/Templater/data.json vendored Normal file
View File

@@ -0,0 +1,19 @@
{
"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
}