Hi Birthe,

ah, it was so easy. Thanks! :)

Now my code looks like this and its working fine:

<table>
<colgroup width="50%" span="2"></colgroup>
<tr>
<td valign="top">
''@@color:green;<$select tiddler='$:/generated-list1'>
<$list filter='[all[orphans]]'>
<option><$view field='title'/></option>
</$list>
</$select>@@''
<$tiddler tiddler={{$:/generated-list1}}>
<$transclude mode='block'/>
</$tiddler></td>
<td valign="top">
''@@color:brown;<$select tiddler='$:/generated-list2'>
<$list filter='[all[orphans]]'>
<option><$view field='title'/></option>
</$list>
</$select>@@''
<$tiddler tiddler={{$:/generated-list-demo-state2}}>
<$transclude mode='block'/>
</$tiddler></td>
</tr>
</table>

However I would like to find a more comfortable solution. Maybe like a 
"compare button" on a tiddler where I can choose another tiddler to compare 
to.
Does anyone have an idea how to implement this?

Greetings
Tueb

Am Montag, 9. Februar 2015 17:12:18 UTC+1 schrieb Birthe C:
>
> Hi Bo
>
> |<$transclude tiddler="tiddlerA" mode="block"/>|<$transclude 
> tiddler="tiddlerB" mode="block"/>|
>
>
>
> Birthe
>
>
> Den mandag den 9. februar 2015 kl. 15.16.29 UTC+1 skrev The Bo:
>>
>> Hello,
>>
>> I was looking for a way to show two tiddlers side by side to compare them.
>>
>> I already tried to transclude them into a new tiddler with a table of two 
>> coloumns but it seems like this doesn't work.
>> My code so far is:
>>
>> |<$transclude tiddler="tiddlerA" mode="block">|<$transclude 
>> tiddler="tiddlerB" mode="block">|
>>
>> It only shows the transcluded tiddlerA. The tiddlerB is totally missing.
>>
>> Any suggestions? 
>> Is there a better way to compare two tiddlers side by side? Maybe a 
>> plug-in or macro?
>>
>> Thank you for your help!
>> Tueb
>>
>

-- 
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