Hi, here’s the code I’m using for a transcluded list:
<$list filter="[tag[HelloThere]!sort[created]limit[3]]" join="<hr>">
!!!<<currentTiddler>>
<$transclude mode=block/>
</$list>
What I’d like to do is truncate the body of the tiddlers displayed. Kinda like the body of blog posts on a blog’s main page, where you have to click “read more” to see the rest of the post. I want viewers to have to click the tiddler title link to see the rest of the tiddler, but have the body of it truncated within the list. Is this possible? Thank you.