I am creating a list of user stories using the following format:
As a [persona], I [want to], [so that]
I would like to tag each tiddly with three tags, one representing its [persona]; one representing the [want to]; and the other representing the [so that] items.
Each of the added tags will themselves be tagged with either [persona], [want to] or [so that], so we know what family they belong too.
I am a little rusty with tiddlywiki and I have spent far too long trying to solve the first base issue.
I want to template the tiddly text so that it does the follow:
As a [Insert the name of the current tiddler tag that is itself tagged with “persona”], I [Insert the name of the current tiddler tag that is itself tagged with “want to”], [Insert the name of the current tiddler tag that is itself tagged with “so that”]
I have tried many list examples and have explored ancestors and descendants, but have just hit a wall