How to make tabs for different story rivers?

151 views
Skip to first unread message

j3d1H

unread,
Oct 7, 2017, 8:13:24 PM10/7/17
to TiddlyWiki

I need something like here: http://tongerner.tiddlyspot.com/ (great site, I love it)
Where there are different tabs for each tiddler, but instead each tab has a different story river.
You could have a few tiddlers on one subject, then switch to an entirely different set of tiddlers for something else.
Any help would be appreciated!
(I'm happy to do it myself, but I need to know where to look.)

Mark S.

unread,
Oct 7, 2017, 8:30:39 PM10/7/17
to TiddlyWiki
This may or may not be the kind of thing you're thinking of:

https://tobibeer.github.io/tb5/#Saving%20And%20Loading%20A%20History%20Snapshot

Mark

j3d1H

unread,
Oct 8, 2017, 6:15:26 PM10/8/17
to TiddlyWiki
Sorry, but that isn't it. That's actually where I got the idea from.
It would kind of be like opening the same wiki in 2 different browser tabs, with 2 entirely different story rivers, except in one browser tab.
Thank you, though! I'm not sure whether this is actually possible.

Pawan Tiwari

unread,
Jun 1, 2025, 12:26:20 AMJun 1
to TiddlyWiki
Not tabs but you can create some substories using following macro. Copied and modified from here: https://tiddlywiki.com/static/Creating%2520SubStories.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

Reply all
Reply to author
Forward
0 new messages