KB Dashboard Upgrade
Section titled “KB Dashboard Upgrade”Date: 2026-05-14
Task: Add focus priority field to task dashboards in both KB vaults
What Changed
Section titled “What Changed”- Added
focusas first field in both_DASHBOARD.mdfiles (Business + MBR) - Sort changed from
risk DESCtofocus ASCacross 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 bothTasks-Template.mdfiles
Key Decision
Section titled “Key Decision”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.
Future Upgrade
Section titled “Future Upgrade”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.