~ Efforts

These are active projects that have most of your attention. Aim for 3-11. Prioritize by rank.

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