From ecb6f7aa3ddd2de1bbb09c5c10e92a8fd75fa5e7 Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Mon, 10 Feb 2025 09:34:36 -0500 Subject: [PATCH] vault backup: 2025-02-10 09:34:36 --- 1000s Templates/Literature Note.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/1000s Templates/Literature Note.md b/1000s Templates/Literature Note.md index 4866fefa8..cbf517058 100755 --- a/1000s Templates/Literature Note.md +++ b/1000s Templates/Literature Note.md @@ -33,10 +33,16 @@ pages: {{ pages }} {% endif %} --- # Indexing Information +{% if DOI %} ## DOI [{{ DOI }}](https://doi.org/{{ DOI }}) +{% endif %} + +{% if ISBN %} ## ISBN [{{ ISBN }}](https://www.isbnsearch.org/isbn/{{ ISBN }}) +{% endif %} + ## Tags: {% for t in tags %}#{{ t.tag | replace(' ', '-') @@ -60,7 +66,7 @@ pages: {{ pages }} >{% if markdownNotes %}{{markdownNotes}}{% else %}{{ "None!" }}{% endif %} >[!seealso] Related Papers ->{% 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 {% for a in annotations -%} @@ -78,13 +84,11 @@ pages: {{ pages }} {%- else %} >[!quote] Other Highlight {%- endif %} -> *{{a.annotatedText}}* +> *{{ a.annotatedText }}* > {% if a.comment %} > >[!note] Note -> >{{a.comment}} +> >{{ a.comment }} {%- endif %} {% endif %} {%- endfor %} -### Imported: {{importDate | format("YYYY-MM-DD h:mm a")}} - - +### Imported: {{ importDate | format("YYYY-MM-DD h:mm a") }}