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 headings with [[notes]] and all its children #6

Closed jgclark closed 4 years ago

jgclark commented 4 years ago

If there is a

## Heading for [[Note]]
* task 1
  * sub-task 2
  - notes
  > comments

then move all these 5 lines to the [[Note]]. In fact take all children up to the next heading or blank line.

jgclark commented 4 years ago

Fixed with commit 951ead575776ced7945052d01738b0eb45360948.