vault backup: 2025-02-10 09:34:36

This commit is contained in:
Dane Sabo 2025-02-10 09:34:36 -05:00
parent aefc74a2e2
commit ecb6f7aa3d

View File

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