Journal¶
Journal capabilities, logical-day policy, mutable notes, planning, and dashboard projections.
Details¶
The Journal system owns daily-note operations, Running Notes, planning, and their dashboard projections.
Current contracts¶
journal/journal_statereads the resolved Journal date, logical activity window, existence, and content.journal/day-lifecycledefines timezone-aware day boundaries, DST behavior, and safe policy transitions.journal/running_notesreads the Running Notes section;journal/running-note-lifecycledefines the mutable entry contract presented by the React widget.journal/day_plannerandobsidian/day-plannerown planning operations and the Obsidian plugin integration.services/dashboard/reacthosts the Journal view;services/dashboard/react/widget-platformdefines how its required and optional widgets compose.
Journal providers translate these domain contracts for UI consumers. Widgets do not become the authority for vault content, calendars, or logical-day policy.