Thanks for the guides. It helps.
I was trying to make a simple contact DB.
Contacts are simple tiddlers with no special field.
I explain my mistakes, maybe it can help to build a better doc.
I was thinking of using transclusion to display my list of contact.
First I tried this :
{{{ [tag[contact]]}}}
But it did display only titles. So I tried to find a "template" to display
it. So I tryed "$:/core/ui/ViewTemplate/body" but I wanted a Title and the
body.
So I tryed that :
''<$transclude field="title">''
<div class="body">
<$transclude />
</div>
Unfortunately it only display title ... the second transclude is not called.
So I came here and found your documentation, vey helpful. I used :
! <$view field="title"/>
<$transclude/>
But, it don't work like I expeted. The content list is here, but displayed
as text, not HTML.
{{{ [tag[contact]] ||full}}}
{{TetaNeutral||full}}
The second work, but not the first one.
I'm lost !!!!
Is the list the only/best way to display my list ? If so what is the
purpose of transclusion exactly ?
http://ybabel.fr/MyCRM.html
regards,
Le mardi 7 janvier 2014 14:58:32 UTC+1, Stephan Hradek a écrit :
>
> Hi!
>
> As I already show in "Transcluding a full Tiddler" on
> http://tw5magick.tiddlyspot.com template tiddlers are a nice way to
> transclude a tiddler in different formats.
>
>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" 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/tiddlywikidev.
For more options, visit https://groups.google.com/groups/opt_out.