This is where I keep tabs on some of the sources I have encountered.

What “sources” should you track?

I’ve tracked various sources over the years, including books, movies, songs, research papers, plays, paintings, quotes, videos, speeches, poems, tweets, articles, and newsletters.

Movies sorted by Ratings, with Covers & YearXP

TABLE WITHOUT ID
	year as Year,
	"![|60](" + image + ")" as Poster,
	file.link as Title,
	rating as Rating,
	yearXP as YearXP,
	yearXPL as YearXPL
WHERE
	contains(in,link("Movies")) and
	!contains(file.name, "Template")
SORT rating desc, year desc