@cb i figured this one out actually! this is how I got it to display
<$list filter="[all[current]tags[]tag[author name]]"/>
In a tiddler list view I can pull and display the child of the tag tagged 'author tag' at the parent level
@cb thanks i'll look into that
@cb
2. how do you target a specific tag that a tiddler has when displaying a $list of tiddler? i.e. i want to pull the tag that itself is tagged ‘author name’ when listing books, but in my test i got it working but it pulls ALL tags with ‘author name’ and i want to limit it to the one the tiddler happens to have. i don’t know if i am explaining this clearly?