Specifying a timer with an interval #92
MathiasYde
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Cooklang doesn't seem to support specifying a timer with an interval, e.g. "cook the eggs for 8 to 10 minutes."
It would be beneficial to add support for this. Something like this:
This proposes a question as to how the parser should count up the total time for a recipe. It should display an interval from the minimum time to the maximum time required, like so:
This would equate to 13-17 minutes, however, it is also assumed that each step can only be done sequentially. Perhaps this is a bad example, maybe there can be support for simultaneous timers.
Beta Was this translation helpful? Give feedback.
All reactions