Create and process 'dynamic' BBEdit Text Factories
I work with long lists, which sometimes I need to split into constituent parts. BBEdit Text Factories can do this well, but it can be a bind to create all the different versions needed.
Then it suddenly became clear to me that these could be written by KM. The text factories themselves can easily be accessed using a utility such as TextEdit and one can quickly see where the functionality is.
I have tried to demonstrate this with a simplistic example, imagining a list of fruits from which the constituents need to be extracted and written to individual text files.
The only really interesting part of course is the idea that a Text Factory can be created on the fly, and I'm sure you will be able to modify your own...