Join 📚 Kevin's Highlights
A batch of the best highlights from what Kevin's read, .
![](https://userimg-assets.customeriomail.com/images/client-env-99697/1684288796115_4%20writing_01H0KPYZJECBQQYM4CHG7KX7Y4.png)
The Meditations Newsletter #029
Alex from Sunsama
Load a selected template from a suggester
Show a suggester with different template options.
Load in the selected template from the suggester.
Check out that switch statement!
<%*
const choice = await tp.system.suggester(["Simple Note", "Book", "Music", "MOC"], ["Simple Note", "Book", "Music", "MOC"]);
let output = ""
switch(choice) {
case "Book":
output = await tp.file.include("[[-Book]]")
break;
case "Music":
output = await tp.file.include("[[-Music]]")
break
case "MOC":
output = await tp.file.include("[[-MOC]]")
break;
default:
new Notice("No Matching Template")
}
tR += output
%>
Templater Snippets
shbgm.ca
Eigengrau
ˈaɪɡənɡɹaʊ
*Noun*
• The dark gray color seen by the eyes in perfect darkness as a result of signals from the optic nerves.
**Example Sentences**
“Before my eyes adjusted to the dark, all I could see was eigengrau.”
“Henry awoke in the eigengrau of total darkness, so he quickly turned on his lamp.”
“The darkness of the sub-basement seemed eigengrau to my eyes.”
---
**Word Origin**
German, mid-20th century
---
**Why this word?**
“Eigengrau” is a German loanword used to describe the specific color of total darkness as perceived by human eyes.
Rather than black, the color that human optic nerves discern in pure darkness is a dark gray, which is why eigengrau is sometimes called “brain gray.”
Eigengrau is close to what might be called “charcoal gray,” but the word’s German roots specify that this is a gray created inside the viewer’s brain.
In German, “eigengrau” translates to “own gray,” or “intrinsic gray,” suggesting the shade might shift, depending on the viewer’s perception.
...catch up on these, and many more highlights