From f269e271d55f90e8ec399fa438ea6e23384e0782 Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Mon, 5 May 2025 09:48:53 -0400 Subject: [PATCH] vault backup: 2025-05-05 09:48:53 --- .obsidian/appearance.json | 3 ++- .obsidian/snippets/callouts.css | 4 ++++ Literature Notes/Literature Note.md | 10 +++++----- Literature Notes/Untitled.md | 3 +++ 4 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 .obsidian/snippets/callouts.css diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json index 45b4952f..5d47c5df 100755 --- a/.obsidian/appearance.json +++ b/.obsidian/appearance.json @@ -5,7 +5,8 @@ "monospaceFontFamily": "CodeNewRoman Nerd Font", "accentColor": "#ffffff", "enabledCssSnippets": [ - "color_snippet" + "color_snippet", + "callouts" ], "baseFontSize": 16, "baseFontSizeAction": true, diff --git a/.obsidian/snippets/callouts.css b/.obsidian/snippets/callouts.css new file mode 100644 index 00000000..5a68c651 --- /dev/null +++ b/.obsidian/snippets/callouts.css @@ -0,0 +1,4 @@ +.callout[data-callout="highlight"] { + --callout-color: 255, 204, 0; + --callout-icon: lucide-highlighter; +} diff --git a/Literature Notes/Literature Note.md b/Literature Notes/Literature Note.md index d983ecfc..ebdedcff 100755 --- a/Literature Notes/Literature Note.md +++ b/Literature Notes/Literature Note.md @@ -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") }} diff --git a/Literature Notes/Untitled.md b/Literature Notes/Untitled.md index 34563aa0..423d7431 100644 --- a/Literature Notes/Untitled.md +++ b/Literature Notes/Untitled.md @@ -1,3 +1,6 @@ >[!Important] test >test +>[!highlight] test +>test +