On Apr 18, 8:04 pm, axelm <[email protected]> wrote: > <<list filter [tag[A Student]]>> > > only returns a list of tiddlers that have this tag. > > Basically, I just need to check if the tiddler Susan has the tag "A Student"
Method #1: ---------- http://www.TiddlyTools.com/#InlineJavascriptPlugin <script> if (tiddler.isTagged("A Student")) return "A Student"; </script> Method #2: ---------- TWCore transclusion (hidden section plus evaluated parameter) /% !out $1 !end %/<<tiddler ThisTiddlerName##out with: {{tiddler.isTagged("A Student")?"A Student":""}}>> enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios ---------- Was this answer useful? If so, please help support TiddlyTools: TiddlyTools direct contributions: (paypal) http://www.TiddlyTools.com/#Donate UnaMesa tax-deductible contributions: http://about.unamesa.org/Participate (paypal) TiddlyWiki consulting: http://www.TiddlyTools.com/#ELSDesignStudios http://www.TiddlyTools.com/#Contact -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

