Hi Mohammad > <$list filter="[is[current]tagging[]] +[limit[1]]" variable="null" > > Tiddlers tagged with <<currentTiddler>>: > <$macrocall $name="list-links" filter="[is[current]tagging[]]" type="ol"/> > </$list> > Is there a better solution to this? The only problematic part is <<currentTiddler>> -- using the double angle brackets syntax in the open like this causes the text in the target variable to be wikified. Thus, if you had a tiddler called "HelloThere Jeremy" the word "HelloThere" would be turned into a link to a different tiddler.
If you're displaying plain text, like a title, then it's better to use <$text text=<<currentTiddler>>/> to avoid wikification. Best wishes Jeremy. > > --Mohammad > -- > 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 https://groups.google.com/group/tiddlywiki. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/e3d2360f-79b6-4c6d-b20a-77018d8526ec%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- 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 https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/E25898C2-83E8-4B4E-BA90-58A243B57247%40gmail.com. For more options, visit https://groups.google.com/d/optout.

