vault backup: 2025-02-14 18:13:21
This commit is contained in:
parent
66e6841cd4
commit
fbcd447d46
@ -56,22 +56,18 @@ pages: {{ pages }}
|
|||||||
| replace('[', '')
|
| replace('[', '')
|
||||||
| replace(']', '')
|
| replace(']', '')
|
||||||
}}{% if not loop.last -%}, {% endif %}{% endfor %}
|
}}{% if not loop.last -%}, {% endif %}{% endfor %}
|
||||||
|
{%- set in_read = false -%}
|
||||||
{% set in_read = false %}
|
{%- for collection in collections -%}
|
||||||
{% for collection in collections %}
|
{%- if collection.name == "Read" -%}
|
||||||
{% if collection.name == "Read" %}
|
{%- set in_read = true -%}
|
||||||
{% set in_read = true %}
|
{%- endif -%}
|
||||||
{% endif %}
|
{%- endfor -%}
|
||||||
{% endfor %}
|
|
||||||
|
|
||||||
{{in_read}}
|
|
||||||
|
|
||||||
{% if in_read %}
|
{% if in_read %}
|
||||||
- [x] {{title}} #Reading ✅ {{ importDate | format("YYYY-MM-DD") }}
|
- [x] {{title}} #Reading ✅ {{ importDate | format("YYYY-MM-DD") }}
|
||||||
{% else %}
|
{% else %}
|
||||||
- ["] {{title}} #Reading
|
- ["] {{title}} #Reading
|
||||||
{% endif %}
|
{%- endif %}
|
||||||
|
|
||||||
|
|
||||||
{% if abstractNote -%}
|
{% if abstractNote -%}
|
||||||
>[!Abstract]
|
>[!Abstract]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user