Goal Template.md 262 B


tags: goal

<% tp.file.title %>

Related Projects

TABLE
	target AS "Target",
	goal AS "Goal",
	deadline as "Deadline",
	complete as "Complete"
FROM "01 Action/02 Projects"
WHERE goal = [[<% tp.file.title %>]]
SORT complete DESCENDING