Skip to content

Support custom day-file sections beyond notes #31

Description

@kacheo

Problem

Day files effectively support only a single notes section for free prose (blockers/action_items are global). Users often want to separate kinds of entries — e.g. decisions, learnings, todos.

Proposal

Allow user-defined day-file sections, configurable in config.toml, that add/show/rm/update/search all understand.

Note

The section model is centralized (KnownSections, NormalizeSection, and the serializer's section titles), so adding sections is relatively cheap — but the day-file frontmatter serializer is hand-written, so read/write paths must stay in sync.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions