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") }}