Thanks for the response. I’ll try again using an export template, though the issue is that the export exports the actual text of a tiddler, rather then specific fields/values of the tiddler; if i could get a csv with one line per tiddler I’d be done!
I can’t quite get it to iterate on its one, though.
shouldhave been:
I can’t quite get it to iterate on its own, though.
I meant I can’t get the script to iterate across multiple tiddlers. My script now requires a <$button> around each writing to the csv list tiddler. I haven’t successfully moved the <$button> so that one button would iterate over each of the tiddlers that are the source of the list. My solution here is to create a new tiddler whose text field has one line representing each tiddler that matches the initial <$list> request.