Dec 1
Creating a repeating task doesn't add anything to the item being repeated
Creating a repeating task doesn't add anything to the item being repeated, so it's hard to know if it worked
Completed
Yes, that's right. At least some success message should appear. Wanted to rework this in a long time, but still not 100% sure how.
Eduard Metzger: in a situation like this, I like to try to think of a few different ways I could solve the problem, then select the one or the best parts of multiple that would do the job nicely. Examples: Maybe the first item gets a “>repeat 0/n” to mimic the subsequent repeats that are numbered from 1. Maybe a toast message appears. Maybe a message is temporarily written inline after the item. Maybe the checkbox is augmented somehow. Etc. Nit all of the ideas will be good ones, but by exploring the space I’m more likely to hit on a solution.
The first item receives a @repeat(0/times) tag as confirmation (and undo support added as well). Will be released in v3.9.11