Yeah. That worked great. I changed it just a little and it gave me exactly what I wanted. Thanks again! <ul> <$list filter="[tag[Best Stories]]"> <li><$link><<currentTiddler>></$link> - <$view field=description/></li> </$list> </ul>
On Monday, November 6, 2017 at 9:46:42 PM UTC-5, Strider2000 wrote: > > Thanks Mark I'll give those a try. > > On Sunday, November 5, 2017 at 11:33:27 PM UTC-5, Mark S. wrote: >> >> To do something using more fields, you need to roll your own. Here's a >> starter kit: >> >> <ul> >> <$list filter="[tag[HelloThere]]"> >> <li><$link><<currentTiddler>></$link></li> >> <dl><dd><$view field=description/></dd></dl> >> </$list> >> </ul> >> >> I think you can see where to change the filter. >> >> If your description is short, then consider using subtitle, and if it's >> really really short consider using 'caption' -- these terms are sometimes >> used (or will be used) in other macros and systems. >> >> Good luck! >> >> Mark >> >> >> On Sunday, November 5, 2017 at 7:22:44 PM UTC-8, Strider2000 wrote: >>> >>> Is there any way to create a description list? I'm thinking something >>> like: >>> >>> >>> - MyTiddler1 - this is one of the tiddlers I made >>> - SecondTiddler - this is another tiddler >>> >>> >>> I know how to use <<list-links>> but can't quite figure out the rest. I >>> think I can add a description note in the description field, but I don't >>> know how to get it to append to the list item. >>> Thanks for any help. >>> >> >> -- 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/823a8054-d2e9-426e-83f1-7b0bfd8bd40f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

