I’m now quite certain that TaskPaper won’t ever allow discontiguous selections. With that said I wonder if you could take another approach:
- “Select” each item that you want to process by adding a tag, for example
@select
. - Running a script that works those items tagged with
@select
, optionally clearing the select status after running.
Could something like that work?