Join 📚 Kevin's Highlights
A batch of the best highlights from what Kevin's read, .

The Beautiful Abyss
Swirling Visions
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
[](https://userimg-assets.customeriomail.com/images/client-env-99697/1690722320571_2%20magic_01H6KEEGC8GRYVF5WR85K25EFF.png)
The Meditations Newsletter #040
Alex from Sunsama
...catch up on these, and many more highlights