Hi Blake

Is there a way to transclude tiddlers with each transcluded-tiddlers title
> as a header?
>

Create a tiddler called "myTemplate" containing:

! <$view field="title"/>

{{!!text}}

Then you can transclude the tiddler "HelloThere" through that template:

{{HelloThere||myTemplate}}

You can transclude a list of tiddlers in the same way. Here's transcluding
all the tiddlers tagged "Concepts":

{{{ [tag[Concepts]] ||myTemplate}}


>
> Can we transclude all children of a tiddler (ie: for a tag-tiddler) in one
> tiddler?
>

Do you mean all tiddlers that have a particular tag? That's in the example
above.


> I appreciate any help here. I've been looking for answers to this for a
> few days now.
>

The documentation is still an area of concern. It's very hard to learn
TiddlyWiki and we need much better beginners documentation.

Best wishes

Jeremy


>  --
> 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.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Jeremy Ruston
mailto:[email protected]

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to