[tw5] Re: How to make tabs for different story rivers?

Not tabs but you can create some substories using following macro. Copied and modified from here: https://tiddlywiki.com/static/Creating%20SubStories.html

\define sst($idin$)

<$navigator story="$:/temp/WORKAREAS/$idin$" history="$:/temp/WORKAREAS/$idin$">

{{$:/core/ui/SideBarSegments/search}}

<$list
filter="[list[$:/temp/WORKAREAS/$idin$]]"
history="$:/temp/WORKAREAS/$idin$"
template={{$:/config/ui/ViewTemplate}}
editTemplate={{$:/config/ui/EditTemplate}}
storyview=“classic”
emptyMessage=""/>

</$navigator>
\end