I'm not entirely sure what you're trying to do but these hints should hopefully help:
Firstly I believe you have to name the template explicitly e.g. <<list filter [tag[SomeTag]] template:TiddlerWithTemplate##template>> not <<list filter [tag[SomeTag]] template:##template>> To access sections your template could look like this: !template <<view "##Section1" wikified>> !end (this basically says wikify the existing section in the current tiddler) Put <<view ##SectionName>> On Nov 21, 3:27 pm, Måns <[email protected]> wrote: > Hi TwWizards (@jon) > > If I make a template: > > !template > <<view title wikified "[[%0]]">> > <<view text wikified "%0">> > !end > > And use it with the list macro: > > <<list filter [tag[SomeTag]] template:[[##template]]>> > > How do I specify only a section to be wikified?: > > This doesn't work: > <<view text wikified "%0##Section">> > <<view text##Section wikified "%0">> > > Cheers Måns Mårtensson -- 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.

