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