Roving Tasks
Project: Roving
🔥 High Priority
TASK
WHERE file = this.file
AND !completed
AND (contains(text, "🔥") OR contains(text, "⚡"))
SORT text ASC📋 Active Tasks
TASK
WHERE file = this.file
AND !completed
SORT text ASC✅ Recently Completed
TASK
WHERE file = this.file
AND completed
SORT completion DESC
LIMIT 10Tasks
(Tasks will be added here by vault organize-daily)