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

Skip today #28

Closed BMStroh closed 3 years ago

BMStroh commented 4 years ago

Added command line option to skip today's Daily Note file when running - my script to add headers based on my daily calendar was being undone when npTools ran and removed empty headings before the meetings happened and I had any notes.

BMStroh commented 4 years ago

I should have updated and checked in the doc file to reflect this, which I realized well after the fact. If you choose to merge this, I'm happy to provide that update as well.

BMStroh commented 3 years ago

Added the command line info for --skiptoday.

Note that there's an undocumented change here as well - I sorted the notes before processing so they'd be in order in the log.

jgclark commented 3 years ago

Thanks, @BMStroh. Merged.