Hello,
The following code: Lists the textfield of tiddlers tagged to currentTiddler (Retaining CSS)
<$list filter="[all[current]tagging[]]">
<div data-tags={{{ [all[current]get[tags]] }}} >
<div class="alert-">
<$transclude/>
</div></div>
</$list>
What I want is to list the textfield of tiddlers where the current tiddler is tagged to and have tag: A (Keeping the CSS style sheet as in the above code.)
Thank you,