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",
|
||||
"accentColor": "#ffffff",
|
||||
"enabledCssSnippets": [
|
||||
"color_snippet"
|
||||
"color_snippet",
|
||||
"callouts"
|
||||
],
|
||||
"baseFontSize": 16,
|
||||
"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 }}
|
||||
{% endif -%}
|
||||
---
|
||||
Imported: {{ importDate | format("YYYY-MM-DD h:mm a") }}
|
||||
|
||||
# Indexing Information
|
||||
{% if DOI -%}
|
||||
## DOI
|
||||
**DOI**
|
||||
[{{ DOI }}](https://doi.org/{{ DOI }})
|
||||
{% endif -%}
|
||||
|
||||
{% if ISBN -%}
|
||||
## ISBN
|
||||
**ISBN**
|
||||
[{{ ISBN }}](https://www.isbnsearch.org/isbn/{{ ISBN }})
|
||||
{% endif -%}
|
||||
|
||||
## Tags:
|
||||
{% for t in tags -%}#{{ t.tag
|
||||
| replace(' ', '-')
|
||||
| replace('&', 'and')
|
||||
@ -90,7 +91,7 @@ pages: {{ pages }}
|
||||
{% elif a.colorCategory == "Green" %}
|
||||
>[!done] Important
|
||||
{% if a.colorCategory == "Yellow" %}
|
||||
>[!attention] Highlight
|
||||
>[!highlight] Highlight
|
||||
{% elif a.colorCategory == "Orange" %}
|
||||
>[!warning] S?
|
||||
{% elif a.colorCategory == "Red" %}
|
||||
@ -118,4 +119,3 @@ pages: {{ pages }}
|
||||
{% endif -%}
|
||||
{% endfor -%}
|
||||
|
||||
### Imported: {{ importDate | format("YYYY-MM-DD h:mm a") }}
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
>[!Important] test
|
||||
>test
|
||||
|
||||
>[!highlight] test
|
||||
>test
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user