From 4d113a445fab71b73927ee58dac412affd182de3 Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Mon, 5 May 2025 10:34:40 -0400 Subject: [PATCH] vault backup: 2025-05-05 10:34:40 --- Literature Notes/Literature Note.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/Literature Notes/Literature Note.md b/Literature Notes/Literature Note.md index d4d6e2376..22c8a406b 100755 --- a/Literature Notes/Literature Note.md +++ b/Literature Notes/Literature Note.md @@ -93,29 +93,38 @@ Accessed: {{ accessDate | format("YYYY-MM-DD h:mm a")}} ## Highlights From Zotero {# Process non-Purple highlights -#} {% for a in annotations -%} + {% if (a.type == "highlight" or a.type == "underline") and a.colorCategory != "Purple" -%} + {% elif a.colorCategory == "Blue" %} >[!tip] Brilliant + {% elif a.colorCategory == "Green" %} >[!done] Important + {% elif a.colorCategory == "Yellow" %} >[!highlight] Highlight + {% elif a.colorCategory == "Orange" %} >[!warning] S? + {% elif a.colorCategory == "Red" %} >[!fail] Dubious + {% else %} >[!quote] Other Highlight {% endif -%} + > {{ a.annotatedText }} -{% if a.comment -%} +> {{a.date}} + +{%- if a.comment -%} > > *{{ a.comment }}* > -{% endif -%} -> {{a.date}} -{#% endif -%#} -{%- endfor %} +{%- endif %} + +{% endfor %} ## Follow-Ups {# Create a separate loop for Purple highlights as tasks #} {% for a in annotations -%}