Hi Måns, attempting to use your "All text + title link" option and just getting the title link.
I have 1 tiddler called PrintTemplate which has what you suggested for "E" and one tiddler called "PrintDoc" with the filter in it. What am I doing wrong? Does the "template:" condition require a plugin to operate or is it a standard list condition? On Sunday, January 15, 2012 12:16:52 PM UTC+11, Måns wrote: > > Hi Andy > > > I want to automatically transclude tiddlers with a specific tag into > > another tiddler. If I had a tiddler called "questions", I would want to > > automatically transclude all tiddlers with the tag "question" or > > "questions" into that tiddler. Is there a plugin that can accomplish > this? > > Titles(& links to tiddlers), sections, slices, fields or everything?? > > Titles: > > <<list filter [tag[question]]>> > > Sections > > <<list filter [tag[question]] template:A>> > In tiddler A write: > <<view ##ExampleSection text>> > > Slices > > <<list filter [tag[question]] template:B>> > In tiddler B write: > <<view ::ExampleSlice text>> > > Custom fields: > > <<list filter [tag[question]] template:C>> > In tiddler C write: > <<view examplefield wikified>> > > Standard fields > > <<list filter [tag[question]] template:D>> > In tiddler D write: > <<view created date>> > <<view modified date "YYYY">> > > All text + title link: > > <<list filter [tag[question]] template:E>> > In tiddler E write: > <<view title link>> > <<view text wikified>> > > ---- > > A simpler (and more automatic) solution might be to insert the > TagglyTaggingPlugin into your ViewTemplate... (as discussed here: > > http://groups.google.com/group/tiddlywiki/browse_thread/thread/a046c48ed696888f) > > > > Cheers Måns Mårtensson > > > > -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

