A semi-answer:
First, make sure you only manipulate relevant tiddlers/tiddlertexts. Then 
to get only the lines containing your start marker, adding a regexp prefix 
condition. This shows the idea but may have syntactical errors: 
 
[all[current]search:text:regexp[^start]get[text]splitregexp[\n]regexp[^start
]" variable=line

Thus you get a list of lines all prefixed wiht your start string. Then you 
cut off their tails in new listwidget:

[<line>splitbefore<endcondition>]

(not sure if splitbefore *demands *that the input has the endcondition to 
be passed through. This would not be desirable)

<:-)

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/642101c6-83f6-4cd9-8d3d-038a21dbdc5fo%40googlegroups.com.

Reply via email to