vault backup: 2025-05-05 09:43:13
This commit is contained in:
parent
a1e03c0544
commit
5b9bda316a
@ -85,10 +85,12 @@ pages: {{ pages }}
|
|||||||
{# 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" and a.colorCategory != "Purple" -%}
|
||||||
|
{% elif a.colorCategory == "Blue" %}
|
||||||
|
>[!tip] Brilliant
|
||||||
|
{% elif a.colorCategory == "Green" %}
|
||||||
|
>[!done] Important
|
||||||
{% if a.colorCategory == "Yellow" %}
|
{% if a.colorCategory == "Yellow" %}
|
||||||
>[!attention] Highlight
|
>[!attention] Highlight
|
||||||
{% elif a.colorCategory == "Green" %}
|
|
||||||
>[!done] Insight
|
|
||||||
{% elif a.colorCategory == "Orange" %}
|
{% elif a.colorCategory == "Orange" %}
|
||||||
>[!warning] S?
|
>[!warning] S?
|
||||||
{% elif a.colorCategory == "Red" %}
|
{% elif a.colorCategory == "Red" %}
|
||||||
|
|||||||
3
Literature Notes/Untitled.md
Normal file
3
Literature Notes/Untitled.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
>[!Important] test
|
||||||
|
>test
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user