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

Allow other options than * to indicate a task #24

Closed jgclark closed 3 years ago

jgclark commented 4 years ago

NotePlan has several options for how to mark a task, including -. At the moment this script only allows for *. Ideally this would be configurable.

jgclark commented 3 years ago

Realised that very few of the features actually rely on finding a todo/task line, so this isn't such an issue. No changes were really needed, but it was good to go through and tidy up some of the regexes. Closing with 9db287cb92c2657a70e129b8830ea5f508c2319f.