Hi Tobias > I just took transclusion one step further. See > here...http://tbgtd.tiddlyspot.com/#TabLinks > Great :-) I was thinking in lines of naming a set of tiddlers and having them input to the tabset via the tiddlermacro.. Like: (In a tiddler called [[TabLinkMM]]) <<tabs tabID "$1" "show $1" TabLinkMM##A "$2" "show $2" TabLinkMM##B "$3" "show $3" TabLinkMM##C "$4" "show $4" TabLinkMM##D >> /% !A You could also be interested in <<tiddler TabLinkMM##lnk with: "$2">>, <<tiddler TabLinkMM##lnk with: "$3">> or <<tiddler TabLinkMM##lnk with: "$4">>.<<tiddler $1>> !B What, you don't like it here? Why don't you go to <<tiddler TabLinkMM##lnk with: "$1">>, <<tiddler TabLinkMM##lnk with: "$3">> or <<tiddler TabLinkMM##lnk with: "$4">> ?<<tiddler $2>> !C What, you don't like it here? Why don't you go to <<tiddler TabLinkMM##lnk with: "$4">>, <<tiddler TabLinkMM##lnk with: "$1">> or <<tiddler TabLinkMM##lnk with: "$2">> ?<<tiddler $3>> !D What, you don't like it here? Why don't you go to <<tiddler TabLinkMM##lnk with: "$1">>, <<tiddler TabLinkMM##lnk with: "$2">> or <<tiddler TabLinkMM##lnk with: "$3">> ?<<tiddler $4>> !lnk <html><a class="tablink" href='javascript:;' onclick='config.options.tabID="$1"; story.refreshTiddler("TabLinkMM", null, true) '>»$1</a></html> !end %/ To be used in another tiddler via tiddlermacro like this: <<tiddler TabLinkMM with: [[Tiddler 1]][[Tiddler 2]][[Tiddler 3]][[Tiddler 4]]>>
However my approach doesn't seem to work... See http://tw-abc.tiddlyspot.com/#TabLinkMMtest > Thinking about this kind of navigation, doesn't this make you want to > have a... > # tabset with a predefined tab-order but without tabs? > ** and buttons to go to the first, back, play, next, end « < + > » > # self-updating containers without a predefined tab-order? > ** updating their content when a tiddlylink is clicked > ** a rewind button to roll-back to the previous x states « Oh yes - please proceed :-) > Doesn't this come close to ways of having an inline presentation? Exactly - It's very similar to Eric's OpenStoryPlugin, which is easily integrated into most TiddlyWikisystems.. Regards Måns Mårtensson -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

