[obsidian] vault backup: 2023-08-10 14:01:47[

This commit is contained in:
2023-08-10 14:01:47 +09:00
parent d5d55cd5df
commit 7b94525de4
8 changed files with 113 additions and 10 deletions

View File

@ -22,10 +22,13 @@
"outputPathTemplate": "{{title}}.md",
"imageOutputPathTemplate": "img/{{citekey}}/",
"imageBaseNameTemplate": "image",
"cslStyle": "chicago-author-date"
"cslStyle": "chicago-author-date",
"templatePath": "templates/zotero_template.md"
}
],
"citeSuggestTemplate": "[[{{citekey}}]]",
"openNoteAfterImport": false,
"whichNotesToOpenAfterImport": "first-imported-note"
"whichNotesToOpenAfterImport": "first-imported-note",
"pdfExportImageOCR": true,
"pdfExportImageTesseractPath": "/usr/local/bin/tesseract"
}