vault backup: 2025-05-05 10:27:28

This commit is contained in:
Dane Sabo 2025-05-05 10:27:28 -04:00
parent 2aee629517
commit 006fbf796c

View File

@ -31,6 +31,7 @@ pages: {{ pages }}
{% endif -%}
---
Imported: {{ importDate | format("YYYY-MM-DD h:mm a") }}
Accessed: {{ accessDate | format("YYYY-MM-DD h:mm a")}}
# Indexing Information
{% if DOI -%}
@ -92,12 +93,12 @@ Imported: {{ importDate | format("YYYY-MM-DD h:mm a") }}
## Highlights From Zotero
{# Process non-Purple highlights -#}
{% for a in annotations -%}
{% if a.type == "highlight" and a.colorCategory != "Purple" -%}
{% if (a.type == "highlight" or a.type == "underline") and a.colorCategory != "Purple" -%}
{% elif a.colorCategory == "Blue" %}
>[!tip] Brilliant
{% elif a.colorCategory == "Green" %}
>[!done] Important
{% if a.colorCategory == "Yellow" %}
{% elif a.colorCategory == "Yellow" %}
>[!highlight] Highlight
{% elif a.colorCategory == "Orange" %}
>[!warning] S?
@ -113,7 +114,7 @@ Imported: {{ importDate | format("YYYY-MM-DD h:mm a") }}
>
{% endif -%}
> {{a.date}}
{% endif -%}
{#% endif -%#}
{%- endfor %}
## Follow-Ups
{# Create a separate loop for Purple highlights as tasks #}