This commit is contained in:
2025-08-02 12:09:34 +08:00
commit e70b01cdca
2785 changed files with 575579 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
}