vault backup: 2025-05-05 10:09:34
This commit is contained in:
parent
bd198ce046
commit
a1986076ae
@ -2,7 +2,7 @@
|
||||
"database": "Zotero",
|
||||
"noteImportFolder": "199 Paper Notes",
|
||||
"pdfExportImageDPI": 120,
|
||||
"pdfExportImageFormat": "jpg",
|
||||
"pdfExportImageFormat": "png",
|
||||
"pdfExportImageQuality": 90,
|
||||
"citeFormats": [
|
||||
{
|
||||
@ -14,11 +14,11 @@
|
||||
"exportFormats": [
|
||||
{
|
||||
"name": "Create Literature Note",
|
||||
"outputPathTemplate": "200 Library Papers/{{citekey}}.md",
|
||||
"imageOutputPathTemplate": "202 Library Images/{{citekey}}/",
|
||||
"outputPathTemplate": "Literature Notes/{{title}}.md",
|
||||
"imageOutputPathTemplate": "Literature Notes/{{citekey}}/",
|
||||
"imageBaseNameTemplate": "image",
|
||||
"cslStyle": "ieee",
|
||||
"templatePath": "1000s Templates/Literature Note.md"
|
||||
"templatePath": "Literature Notes/Literature Note.md"
|
||||
}
|
||||
],
|
||||
"citeSuggestTemplate": "[[{{citekey}}]]",
|
||||
|
||||
@ -88,7 +88,9 @@ Imported: {{ importDate | format("YYYY-MM-DD h:mm a") }}
|
||||
>{% for r in relations %}[{{ r.title }}]({{ r.citekey }}){% if not loop.last %}, {% endif %}{% endfor %}
|
||||
|
||||
# Annotations
|
||||
## [Notes]()
|
||||
## Notes
|
||||
![[Paper Notes/{{ title }}.md]]
|
||||
|
||||
## Highlights From Zotero
|
||||
{# Process non-Purple highlights -#}
|
||||
{% for a in annotations -%}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user