Skip to content

Plan Style

Custom Separator

Add a separator field followed by a single character or string. In the output task description, this string replaces the default comma between consecutive tasks.

- desc: Task content
  every: day
  style:
    separator: k
- desc: Next task
  every: day

Output: "Task contentkNext task"

Special case: \n represents a line break.

Estimated Task Duration

If you plan to watch English videos for 30 minutes daily, add time_taken: 30min. This serves two purposes:

  1. In today's task summary, the duration is appended to the corresponding task.
  2. In the app, the next task's start time is calculated based on this duration, making it easy to see the day's schedule. If the total estimated duration exceeds the limit, it's immediately visible for adjustment.
- desc: Task content
  every: day
  time_taken: 30min

The duration cannot exceed 24 hours. Accepted formats include:

  • 32m
  • 1.2m
  • 1.2min
  • 1.2mins
  • 1.2minute
  • 1.2minutes
  • 2h
  • 2hour
  • 2hours
  • 2h32m
  • 5hr34m56s
  • 5 hours, 34 minutes, 56 seconds
  • 5 hrs, 34 mins, 56 secs

  • 4:13

  • 4:13:02
  • 4:13:02.266