Bumble Tasks

Project: Bumble

🔥 High Priority

Tasks marked as urgent or high priority

TASK
WHERE file = this.file
  AND !completed
  AND (contains(text, "🔥") OR contains(text, "⚡"))
SORT text ASC

📋 Active Tasks

All incomplete tasks for this project

TASK
WHERE file = this.file
  AND !completed
SORT text ASC

✅ Recently Completed

Last 10 completed tasks

TASK
WHERE file = this.file
  AND completed
SORT completion DESC
LIMIT 10

Tasks

(Tasks will be added here by vault organize-daily)