Join 📚 Kevin's Highlights
A batch of the best highlights from what Kevin's read, .
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

[Link](https://media.licdn.com/dms/image/D4D22AQFgTrM2AXmyjQ/feedshare-shrink_800/0/1694371183156?e=1697068800&v=beta&t=Xl-ji1iMOsvzfapy8NRZ5kD1JYAsPrNxacIreRD7nDs)
How Indexes Make Your Queries Fast
Julia Evans

Never Feeling Enough
Swirling Visions
...catch up on these, and many more highlights