Tierney,

To create tiddlers tagged with the current tiddler, click "More / Create 
new tiddler tagged with this one" (icon of a tag with a plus next to it)

1. To list the tiddlers thusly tagged use the following code: (Put this 
code in the parents)

<$list  filter="[tag<currentTiddler>]">
    <!-- Place code to display link here. Leave blank to display raw links 
with no formatting-->

</$list>

2. To list the tiddlers that this tiddler is tagged with use the following 
code: (Put this code in the children)

<$list  filter="[all[current]tags<currentTiddler>]">
    <!-- Place code to display link here. Leave blank to display raw links 
with no formatting-->

</$list>

-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6453ecd8-ab1a-4ad7-8061-2a528aff4e27%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to