Hello Dave,

Adding this to Notestrom has some great effects. You can limit the size of 
the transcluded tiddler. A big thanks to Euclay J for suggesting this. I 
would suggest you to test it.

<$list filter="[is[current]tagging[]tag[#ABC]sort[modified]]"><span class=
"textboxwhite"> <b>{{!!title}} </b>
    <div style="max-height:150px; overflow: hidden;">
        <$transclude/>
    </div>

<div class="alignright"><$link field="title"> &#10152;</$link></div></span>
</$list>


Regards
Shash

On Wednesday, September 17, 2014 7:50:31 PM UTC+5:30, Stephan Hradek wrote:
>
> I did not follow the thread, but this is a trick with which one can 
> transclude the first 100 words of a tiddler.
>
> Don't know whether it's useful for anyone.
>
> <$list filter="[list[HelloThere!!text]limit[100]]"><<currentTiddler>> 
> </$list>
>
> Replace "HelloThere" with the tiddlername of your choice.
>
> Replace "100" with the number of "words" you want transcluded.
>

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