Recurring tasks / reminders #1418
latvia234
started this conversation in
Feature Requests
Replies: 3 comments 2 replies
-
Agree, very nice. I would suggest to add additional shortcuts for first/last working day of the month. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This might be integrated with Basic Note Templates to instantiate a particular template on each occurrence. Some use cases:
I think these are the problems that need to be solved before this story can work:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Curious if plain-text representation is the right UX for this. What do you think @latvia234 ? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like the option to insert a recurring reminder into a block via the / keybinding.
Maybe this option could insert something like this:
{{[[TODO]][[2018-12-21]][[2d]]}} Every 2 days
{{[[TODO]][[date]][[4w]]}} Every 4 weeks on this day
{{[[TODO]][[date]][[3w135]]}} Every 3 weeks on Mondays, Wednesdays, and Fridays
{{[[TODO]][[date]][[5m]]}} Every 5 months on the same day [1]
{{[[TODO]][[date]][[1y]]}} Every year on the same day [2]
{{[[TODO]][[date]][[~30d]]}} Repeat in 30 days after completing the item
By default, checking off a recurring date will generate the next occurrence as a new item, right underneath the original item.
This is how Dynalist flavored markdown looks for recurring tasks:
!(2018-12-21 | 2d) | Every 2 days
!(2018-12-21 | 4w) | Every 4 weeks on this day
!(2018-12-21 | 3w135) | Every 3 weeks on Mondays, Wednesdays, and Fridays
!(2018-12-21 | 5m) | Every 5 months on the same day [1]
!(2018-12-21 | 1y) | Every year on the same day [2]
!(2018-12-21 | ~30d) | Repeat in 30 days after completing the item
Please take a look at https://help.dynalist.io/article/133-recurring-dates
Beta Was this translation helpful? Give feedback.
All reactions