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

When moving items from calendar to notes views, also take its sub-tasks and comments #5

Closed jgclark closed 4 years ago

jgclark commented 4 years ago

In this example:

* [ ] A task to do for project note [[Test Note]]
  - and some notes
  > and a quote
  * [x] and a completed sub-task
* [ ] another task

Move the first four lines, not just the first line, to the [[Test Note]] note.

jgclark commented 4 years ago

Extended functionality in commit c7463901191861995f535bfe76b0209a478200be.

jgclark commented 4 years ago

Something's not right. Sometimes it adds a blank line to the Note and removes a non-blank line from the Calendar file.

jgclark commented 4 years ago

More detail:

jgclark commented 4 years ago

Fixed, hopefully.