vault backup: 2025-05-05 10:27:28
This commit is contained in:
parent
2aee629517
commit
006fbf796c
@ -31,6 +31,7 @@ pages: {{ pages }}
|
|||||||
{% endif -%}
|
{% endif -%}
|
||||||
---
|
---
|
||||||
Imported: {{ importDate | format("YYYY-MM-DD h:mm a") }}
|
Imported: {{ importDate | format("YYYY-MM-DD h:mm a") }}
|
||||||
|
Accessed: {{ accessDate | format("YYYY-MM-DD h:mm a")}}
|
||||||
|
|
||||||
# Indexing Information
|
# Indexing Information
|
||||||
{% if DOI -%}
|
{% if DOI -%}
|
||||||
@ -92,12 +93,12 @@ Imported: {{ importDate | format("YYYY-MM-DD h:mm a") }}
|
|||||||
## Highlights From Zotero
|
## Highlights From Zotero
|
||||||
{# Process non-Purple highlights -#}
|
{# Process non-Purple highlights -#}
|
||||||
{% for a in annotations -%}
|
{% 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" %}
|
{% elif a.colorCategory == "Blue" %}
|
||||||
>[!tip] Brilliant
|
>[!tip] Brilliant
|
||||||
{% elif a.colorCategory == "Green" %}
|
{% elif a.colorCategory == "Green" %}
|
||||||
>[!done] Important
|
>[!done] Important
|
||||||
{% if a.colorCategory == "Yellow" %}
|
{% elif a.colorCategory == "Yellow" %}
|
||||||
>[!highlight] Highlight
|
>[!highlight] Highlight
|
||||||
{% elif a.colorCategory == "Orange" %}
|
{% elif a.colorCategory == "Orange" %}
|
||||||
>[!warning] S?
|
>[!warning] S?
|
||||||
@ -113,7 +114,7 @@ Imported: {{ importDate | format("YYYY-MM-DD h:mm a") }}
|
|||||||
>
|
>
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
> {{a.date}}
|
> {{a.date}}
|
||||||
{% endif -%}
|
{#% endif -%#}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
## Follow-Ups
|
## Follow-Ups
|
||||||
{# Create a separate loop for Purple highlights as tasks #}
|
{# Create a separate loop for Purple highlights as tasks #}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user