Tested this out today.
- Is it possible to allow invoking the script even if something is selected?
- Curt had things set up to keep the Templates folder hidden so you can keep the defer/due dates set on items in the templates, without them affecting other Perspectives throughout the app (by dropping the Templates folder, but leaving the Projects within it alone) - could be a bug, but it works. I modified the script to replace:
let templateFolder = foldersMatching("Templates")[0];withlet templateFolder = Folder.byIdentifier('xxxxxx);
I had made a few patches to Curt’s script. I’ll have to eventually update this one, I’ll submit the changes via GitHub. Thanks for the start on this!