Oh, I thought maybe I should try this with a build target instead of a shell script.
So I looked in the tiddlywiki.com docs for an example of build targets..... and couldn't find one. The build *command* is described here -- https://tiddlywiki.com/#BuildCommand -- but it doesn't talk about how to define build targets.... It refers you to "tiddlywiki folders" here -- https://tiddlywiki.com/#TiddlyWikiFolders "for details of defining build targets." But there are no details about defining build targets there; build targets are never mentioned. Under the heading "tiddlywiki.info Files" here -- https://tiddlywiki.com/#tiddlywiki.info%20Files we have the following info: build - a hashmap of named build targets, each defined by an array of command tokens (see BuildCommand) Of course, Buildcommand doesn't tell you anything about arrays of command tokens. I assume from that description, since I know what JSON is and what hashmaps and arrays are, that we're looking for is something like: { "themes": [ "tiddlywiki/snowwhite", "tiddlywiki/vanilla" ], "build": { "externalimages": [ ] } } where what's in "externalimages" are a list of "command tokens" but "command tokens" are not mentioned anywhere else. The documentation is pretty unhelpful here. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/0bef4941-d688-460b-8ff3-4987116264d1%40googlegroups.com.

