vault backup: 2025-05-05 09:43:13

This commit is contained in:
Dane Sabo 2025-05-05 09:43:13 -04:00
parent a1e03c0544
commit 5b9bda316a
2 changed files with 7 additions and 2 deletions

View File

@ -85,10 +85,12 @@ pages: {{ pages }}
{# Process non-Purple highlights -#}
{% for a in annotations -%}
{% if a.type == "highlight" and a.colorCategory != "Purple" -%}
{% elif a.colorCategory == "Blue" %}
>[!tip] Brilliant
{% elif a.colorCategory == "Green" %}
>[!done] Important
{% if a.colorCategory == "Yellow" %}
>[!attention] Highlight
{% elif a.colorCategory == "Green" %}
>[!done] Insight
{% elif a.colorCategory == "Orange" %}
>[!warning] S?
{% elif a.colorCategory == "Red" %}

View File

@ -0,0 +1,3 @@
>[!Important] test
>test