Hi @saqimtiaz ,
Is there an easy way to filter only the root-tiddlers of streams?
[has[stream-type]get-stream-root[]]
1 Like
I personally use a default setting for Filter to enable Streams like this [tag[stream]]
So all my tiddlers tagged “stream” are automatically root-tiddlers.
Within every tiddler that is a stream-tiddler you can use the macro <<stream-root-title>>
to link back to the root.
See the info about custom filter operators get-stream-root
and get-stream-nodes
in the docs: Streams — on TiddlyWiki 5.2.2
Not sure if that’s what you need.
-m
1 Like
This looks elegant… but somehow I have some sub-nodes in the results.
Odd. My first instinct would be that somehow those tiddlers have malformed fields. Check to make sure they have the field parent
with the appropriate value.