jgclark / NotePlan-tools

This Ruby script adds functionality to the [NotePlan app](https://noteplan.co/). Particularly when run frequently, this provides a more flexible system for repeating tasks, allows for due dates to be expressed as offsets which allows for templates, and moves or files items from Daily files to Note files. It incorporates an ealier script to 'clean' or tidy up NotePlan's data files.
26 stars 6 forks source link

Add limited repeat feature #22

Closed jgclark closed 3 years ago

jgclark commented 3 years ago

NotePlan has its own @repeat feature that only allows for 1/n repeats. It would make sense to include this use case in with the more advanced repeat feature already implemented here.

See this Reddit discussion for more details.

jgclark commented 3 years ago

I'd been hoping that Eduard Metzger would have been making plans to improve the repeat functionality in NotePlan 3, and so make this feature redundant. But it doesn't seem to be a priority so this might need adding after all.

So far the only brief Discord conversation was at about https://discord.com/channels/763107030223290449/763112434181341194/764095993125142549.

jgclark commented 3 years ago

Closing this issue: as my code doesn't interfere with NotePlan's, I have no reason to add it here as well.