Skip to content

feat(ui): calendar view for frontmatter dates#46

Open
advancedresearcharray wants to merge 2 commits into
mainfrom
feat/issue-427-calendar-202606300453
Open

feat(ui): calendar view for frontmatter dates#46
advancedresearcharray wants to merge 2 commits into
mainfrom
feat/issue-427-calendar-202606300453

Conversation

@advancedresearcharray

@advancedresearcharray advancedresearcharray commented Jun 30, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds a Calendar toolbar view (/view/calendar, Mod+Shift+C) that queries pages via DQL with month/week striptime(field) >= DATE(...) bounds
  • Renders a Monday-first month grid (week row on mobile) with color-coded dots (workflow state → tags → primary)
  • Opens a popover for multi-page days; single-page days navigate directly
  • Offers a configurable date-field dropdown (default date) and prev/next month, native month picker, and Today navigation
  • Gates on [ui.features] calendar = true (default enabled when unset)

Closes kiwifs#427

Test plan

  • cd ui && npm test -- --run — 34 files, 207 passed (18 calendar regression tests)
  • go test ./internal/config/... ./internal/keybindings/... -count=1

advancedresearcharray and others added 2 commits June 30, 2026 04:53
Closes kiwifs#427. Adds a toolbar calendar view with DQL-backed month/week
grids, configurable date fields, color-coded dots, and /view/calendar
deep linking gated by [ui.features] calendar.

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(ui): calendar view for frontmatter dates

1 participant