From 006fbf796cabdf9f40981183fe66af5579ec1c9a Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Mon, 5 May 2025 10:27:28 -0400 Subject: [PATCH] vault backup: 2025-05-05 10:27:28 --- Literature Notes/Literature Note.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Literature Notes/Literature Note.md b/Literature Notes/Literature Note.md index 8054c4a4b..d4d6e2376 100755 --- a/Literature Notes/Literature Note.md +++ b/Literature Notes/Literature Note.md @@ -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 #}