vault backup: 2025-05-05 09:48:53

This commit is contained in:
Dane Sabo 2025-05-05 09:48:53 -04:00
parent 5b9bda316a
commit f269e271d5
4 changed files with 14 additions and 6 deletions

View File

@ -5,7 +5,8 @@
"monospaceFontFamily": "CodeNewRoman Nerd Font", "monospaceFontFamily": "CodeNewRoman Nerd Font",
"accentColor": "#ffffff", "accentColor": "#ffffff",
"enabledCssSnippets": [ "enabledCssSnippets": [
"color_snippet" "color_snippet",
"callouts"
], ],
"baseFontSize": 16, "baseFontSize": 16,
"baseFontSizeAction": true, "baseFontSizeAction": true,

4
.obsidian/snippets/callouts.css vendored Normal file
View File

@ -0,0 +1,4 @@
.callout[data-callout="highlight"] {
--callout-color: 255, 204, 0;
--callout-icon: lucide-highlighter;
}

View File

@ -32,18 +32,19 @@ location: "{{ place }}"
pages: {{ pages }} pages: {{ pages }}
{% endif -%} {% endif -%}
--- ---
Imported: {{ importDate | format("YYYY-MM-DD h:mm a") }}
# Indexing Information # Indexing Information
{% if DOI -%} {% if DOI -%}
## DOI **DOI**
[{{ DOI }}](https://doi.org/{{ DOI }}) [{{ DOI }}](https://doi.org/{{ DOI }})
{% endif -%} {% endif -%}
{% if ISBN -%} {% if ISBN -%}
## ISBN **ISBN**
[{{ ISBN }}](https://www.isbnsearch.org/isbn/{{ ISBN }}) [{{ ISBN }}](https://www.isbnsearch.org/isbn/{{ ISBN }})
{% endif -%} {% endif -%}
## Tags:
{% for t in tags -%}#{{ t.tag {% for t in tags -%}#{{ t.tag
| replace(' ', '-') | replace(' ', '-')
| replace('&', 'and') | replace('&', 'and')
@ -90,7 +91,7 @@ pages: {{ pages }}
{% elif a.colorCategory == "Green" %} {% elif a.colorCategory == "Green" %}
>[!done] Important >[!done] Important
{% if a.colorCategory == "Yellow" %} {% if a.colorCategory == "Yellow" %}
>[!attention] Highlight >[!highlight] Highlight
{% elif a.colorCategory == "Orange" %} {% elif a.colorCategory == "Orange" %}
>[!warning] S? >[!warning] S?
{% elif a.colorCategory == "Red" %} {% elif a.colorCategory == "Red" %}
@ -118,4 +119,3 @@ pages: {{ pages }}
{% endif -%} {% endif -%}
{% endfor -%} {% endfor -%}
### Imported: {{ importDate | format("YYYY-MM-DD h:mm a") }}

View File

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