1 ### Links
2 ### Biography
3 ### Interests
3.1 Articles
table without id
link(file.name, title) as "Title", type as "Type", author as "Author", dateadded as "Added", read as "Read"
from "Articles"
where typeof(author) = "string" and contains(author, "Sircar")
sort dateadded desc
3.2 Books
table without id
link(file.name, title) as "Title", type as "Type", author as "Author", dateadded as "Added"
from "Textbooks"
where typeof(author) = "string" and contains(author, "NAME")
sort dateadded desc