Skip to content

Date: 2026-05-14 Task: Add focus priority field to task dashboards in both KB vaults

  • Added focus as first field in both _DASHBOARD.md files (Business + MBR)
  • Sort changed from risk DESC to focus ASC across all 4 query tables
  • Added “Focus Reference” section with 5 values: 1_now, 2_today, 3_thisWeek, 4_nextMonth, 5_someday
  • Added focus: frontmatter to 28 task files (15 Business, 13 MBR) and both Tasks-Template.md files

Prefixes required in Obsidian Bases — no formula/expression support in sort. Without 1_/2_ prefix, alphabetical sort gives wrong order. Dataview’s choice() expression could avoid this but Bases doesn’t support it.

Metadata Menu plugin can enforce dropdown validation for focus values (type: “Select” with fixed list). Currently using native Obsidian autocomplete (sufficient for 5-value vocabulary). Install Metadata Menu if invalid entries become a problem.