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 %} {% endif %}
--- ---
# Indexing Information # Indexing Information
{% if DOI %}
## DOI ## DOI
[{{ DOI }}](https://doi.org/{{ DOI }}) [{{ DOI }}](https://doi.org/{{ DOI }})
{% endif %}
{% if ISBN %}
## ISBN ## ISBN
[{{ ISBN }}](https://www.isbnsearch.org/isbn/{{ ISBN }}) [{{ ISBN }}](https://www.isbnsearch.org/isbn/{{ ISBN }})
{% endif %}
## Tags: ## Tags:
{% for t in tags %}#{{ t.tag {% for t in tags %}#{{ t.tag
| replace(' ', '-') | replace(' ', '-')
@ -60,7 +66,7 @@ pages: {{ pages }}
>{% if markdownNotes %}{{markdownNotes}}{% else %}{{ "None!" }}{% endif %} >{% if markdownNotes %}{{markdownNotes}}{% else %}{{ "None!" }}{% endif %}
>[!seealso] Related Papers >[!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 # Annotations
{% for a in annotations -%} {% for a in annotations -%}
@ -78,13 +84,11 @@ pages: {{ pages }}
{%- else %} {%- else %}
>[!quote] Other Highlight >[!quote] Other Highlight
{%- endif %} {%- endif %}
> *{{a.annotatedText}}* > *{{ a.annotatedText }}*
> {% if a.comment %} > {% if a.comment %}
> >[!note] Note > >[!note] Note
> >{{a.comment}} > >{{ a.comment }}
{%- endif %} {%- endif %}
{% endif %} {% endif %}
{%- endfor %} {%- endfor %}
### Imported: {{importDate | format("YYYY-MM-DD h:mm a")}} ### Imported: {{ importDate | format("YYYY-MM-DD h:mm a") }}