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.
I'm in the US and so my Time preferences are for a 12-hour clock. NotePlan therefore formats my @done tags as @done(YYYY-mm-dd HH:MM AM). This change should allow for either 12-hour or 24-hour time strings.
I'm in the US and so my Time preferences are for a 12-hour clock. NotePlan therefore formats my @done tags as
@done(YYYY-mm-dd HH:MM AM)
. This change should allow for either 12-hour or 24-hour time strings.