🎯 Daily Dashboard - {{date:YYYY-MM-DD}}

πŸš€ Quick Actions

name βž• Create
type prepend template
action Create-Task
templater true
class inline
name πŸ“‹ Organize
type prepend template
action Organize-Daily
templater true
class inline
name πŸ†• Sprint
type prepend template
action New-Sprint
templater true
class inline
name 🧠 Analyze
type prepend template
action Weekly-Analysis
templater true
class inline
name πŸ“¦ Archive Wk
type prepend template
action Archive-Week
templater true
class inline
name πŸ“… Archive
type prepend template
action Archive-Daily
templater true
class inline
name πŸ”„ Reset
type prepend template
action Reset-Dashboard
templater true
class inline
name πŸ“Š Projects
type link
action obsidian://open?vault=quartz&file=_Tasks/By-Project
class inline

πŸ“… Recent Dashboards (Last 7 Days)

path: content/_Daily
query: 'path:content/_Daily/'
recursive: false
limit: 7
sort: desc
sortBy: mtime
fontSize: 8pt
showTitle: true
breakpoints:
  default: 4
  1500: 3
  1000: 2
  700: 1

οΏ½πŸ“₯ Today’s Notes Dump

Tip: Just dump everything here. Click β€œOrganize Daily Notes” button to auto-organize.

Quick Thoughts

A nice UI:

Meetings & Conversations

Ideas & Brainstorming


⚑ High Priority Tasks (Top 5)

Click a task to open its file. Tasks auto-update from all projects.

TASK
WHERE !completed 
  AND (contains(text, "⏫") OR contains(text, "#p1") OR contains(text, "#high-priority") OR contains(text, "πŸ”₯"))
SORT file.name ASC
LIMIT 5

No high-priority tasks? You’re crushing it! πŸŽ‰


βœ… Today’s Tasks

Tasks due today or marked for today

TASK
WHERE !completed
  AND (contains(text, "{{date:YYYY-MM-DD}}") OR contains(tags, "today"))
SORT file.name ASC

βž• Quick Task Inbox

Create tasks here, then click β€œOrganize Daily Notes” button to route them automatically.

Priority markers:

  • ⏫ High priority (P1)
  • πŸ”Ό Medium priority (P2-P3)
  • πŸ”½ Low priority (P4-P5)

Project detection (add these keywords):

  • star-sailors, telescope, satellite β†’ Star Sailors
  • bumble, bee, pollinator β†’ Bumble
  • roving β†’ Roving
  • station, station-198 β†’ Station 198

Tasks to Route

  • [ ]

πŸ“Š Quick Stats

TABLE WITHOUT ID
  length(file.tasks) as "Total Tasks",
  length(filter(file.tasks, (t) => !t.completed)) as "Incomplete",
  length(filter(file.tasks, (t) => t.completed)) as "Completed"
FROM "content/_Sprints/Active"

πŸ“ Recent Sprint Activity

TABLE WITHOUT ID
  file.link as "Sprint",
  file.mtime as "Last Modified"
FROM "content/_Sprints/Active"
SORT file.mtime DESC
LIMIT 3


Dashboard buttons powered by Buttons and Templater plugins
High-priority tasks use: ⏫, p1, or high-priority