vault backup: 2025-05-05 09:48:53
This commit is contained in:
parent
5b9bda316a
commit
f269e271d5
3
.obsidian/appearance.json
vendored
3
.obsidian/appearance.json
vendored
@ -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
4
.obsidian/snippets/callouts.css
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
.callout[data-callout="highlight"] {
|
||||||
|
--callout-color: 255, 204, 0;
|
||||||
|
--callout-icon: lucide-highlighter;
|
||||||
|
}
|
||||||
@ -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") }}
|
|
||||||
|
|||||||
@ -1,3 +1,6 @@
|
|||||||
>[!Important] test
|
>[!Important] test
|
||||||
>test
|
>test
|
||||||
|
|
||||||
|
>[!highlight] test
|
||||||
|
>test
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user