Populate Template Placeholders Script Automation?

Tested this out today.

  1. Is it possible to allow invoking the script even if something is selected?
  2. 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]; with let 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!