@si

Firstly note that the new filters introduced with Streams are still subject 
to change.

Secondly, the get-stream-nodes[] filter currently as includes the tiddler 
used as input in the titles it returns. 
So you may wish to trigger the code to consolidate the nodes from another 
tiddler, or change the filter expression to get all the nodes to 
[<currentTiddler>get-stream-nodes[]] 
-[<currentTiddler>]

Assuming you want to combine the raw wikitext of all of the nodes, you can 
do this:

<$button> save nodes to a single tiddler
<$vars lb="

">
<$vars text={{{ [<currentTiddler>get-stream-nodes[]] -[<currentTiddler>] 
:reduce[get[text]addprefix<lb>addprefix<accumulator>] }}}>
<$action-setfield $tiddler="report" text=<<text>>/>
</$vars>
</$vars>
</$button>

If you want the output to be HTML, then you need to use the wikify widget.
Hope this helps,

Saq

-- 
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/4c25a7ea-3a65-4b8e-a4ec-01ca7e541029n%40googlegroups.com.

Reply via email to