~ Efforts

These projects are barely on the plane of awareness, but can easily be reawakened.

TABLE WITHOUT ID
	choice(contains(file.path, "Efforts/Projects/Sleeping"),
		"⚗️  " + file.link,
	file.link) as "Sleeping Projects",
 
rank as "Rank"
 
FROM "Efforts/Projects/Sleeping"
 
SORT rank desc
 
LIMIT 33