Join 📚 Kevin's Highlights
A batch of the best highlights from what Kevin's read, .
A knowledge graph is made up of three main components:
nodes, edges, and labels.
Any *object*, *place*, or *person* can be a **node**.
An **edge** defines the *relationship* between the nodes.
For example,
a node could be a client, like IBM, and an agency like, Ogilvy.
An edge would be categorize the relationship as a customer relationship between IBM and Ogilvy.
A represents the subject, B represents the predicate, C represents the object
What is a knowledge graph?
ibm.com
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

Git: A Pictorial Walkthrough
Brij Kishore Pandey
...catch up on these, and many more highlights