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

Use separate file for settings #38

Open jgclark opened 3 years ago

jgclark commented 3 years ago

If a user has made settings changes by tweaking the variables at the top of npTools.rb they are lost when installing a new version. I should move the settings out to a separate JSON file, to avoid this step.