Versions in this module Expand all Collapse all v0 v0.0.2 Jun 17, 2026 v0.0.1 Jun 17, 2026 Changes in this version + var AllRecurrenceKinds = []RecurrenceKind + var SupportedPlaceholders = []string + type Date struct + Day int + Month time.Month + Year int + func NewDate(year int, month time.Month, day int) Date + func (d Date) IsZero() bool + func (d Date) Time() time.Time + type Frontmatter = map[string]interface + type RecurrenceKind string + const RecurrenceDaily + const RecurrenceMonthly + const RecurrenceQuarterly + const RecurrenceWeekday + const RecurrenceWeekly + const RecurrenceYearly + type TaskDefinition struct + BodyTemplate string + Frontmatter Frontmatter + Recurrence RecurrenceKind + Slug string + TitleTemplate string + Weekday time.Weekday + func TasksForDate(defs []TaskDefinition, date Date) []TaskDefinition