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

It's Okay to Outgrow
Swirling Visions
I delineate them by the range of changes considered:
**responsible AI** seeks to *make the AI less harmful*,
**ethical AI** *challenges if AI should even be used* in certain applications, and
**just AI** argues that *AI applications must actively challenge oppression* (if this is even possible).
Classification for AI Ethics
@willie_agnew on Twitter
...catch up on these, and many more highlights