Hi Mr. Daemon ;)

Am Montag, 3. März 2014 19:21:05 UTC+1 schrieb aSpex Daemon:
>
> Here is the link: 
> https://dl.dropboxusercontent.com/s/j0yzo2ap0ne90hz/tw5a10.tagmenu.html.
>
 
May I propose something for your person book?

   1. Tag all your tiddlers for a person with (e.g.) "person"
   2. Remove the transclusion from the person's text field and use the text 
   field as ameans to enter comments or other data to each person
   3. change your $:/PersonBookPersonTemplate to something like shown below 
   and tag it with "$:/tags/ViewTemplate"
   
<$list filter="[is[current]tag[person]]">
<tr><td style="vertical-align:top; padding:0px 10px;">
<div style="width:100px"><$transclude tiddler={{!!photo}}/></div>
</td><td style="vertical-align:top; padding:0px 10px;"><h1><$transclude 
field="name-last"/>, <$transclude field="name-first"/> <$transclude 
field="name-second"/></h1><br><$transclude field="profession"/></td></tr>

<hr>

<dl>
<dt>phone:</dt><dd><view field="phone"/></dd>
<dt>email:</dt><dd><$transclude tiddler="$:/PersonBookPersonEmailTemplate"/>
</dd>
<dt>site:</dt><dd><view field="site"/></dd>
<dt>comment:</dt><dd><$transclude/></dd>
</dl>
</$list>


The advantage is that you need not put <$transclude 
tiddler="$:/PersonBookPersonTemplate"/> into each and every person's 
tiddler text.

Hope you like it.



-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to