Try this:

\define remover() $(currentTiddler)$$(delim)$

<$set name="delim" value={{$:/config/ChapterDelimiter}}>

<$list filter="[prefix<currentTiddler>sort[title]]-[<currentTiddler>]" 
variable="sub">
<$list filter="[<sub>removeprefix<remover>]" variable="truncated">
<$link to=<<sub>>><<truncated>></$link><br>
</$list>
</$list>

</$set>

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